Browse Source
Merge branch 'develop' into 4696-bug-discord-alert-on-update-uses-the-old-version-not-the-new-one
pull/4854/head
Daniel Gibbs
3 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with
7 additions and
6 deletions
-
.github/workflows/action-prettier.yml
-
.github/workflows/action-super-linter.yml
-
.github/workflows/action-update-copyright-years-in-license-file.yml
-
lgsm/data/debian-13.csv
|
|
|
@ -19,7 +19,7 @@ jobs: |
|
|
|
|
|
|
|
steps: |
|
|
|
- name: Checkout |
|
|
|
uses: actions/checkout@v5 |
|
|
|
uses: actions/checkout@v6 |
|
|
|
with: |
|
|
|
persist-credentials: false |
|
|
|
|
|
|
|
|
|
|
|
@ -25,7 +25,7 @@ jobs: |
|
|
|
|
|
|
|
steps: |
|
|
|
- name: Checkout code |
|
|
|
uses: actions/checkout@v5 |
|
|
|
uses: actions/checkout@v6 |
|
|
|
with: |
|
|
|
# Shallow clone reduces transient fetch failures (HTTP 500) from GitHub. |
|
|
|
# We lint the whole codebase instead of relying on git history. |
|
|
|
@ -42,7 +42,8 @@ jobs: |
|
|
|
env: |
|
|
|
# To report GitHub Actions status checks |
|
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
|
|
|
VALIDATE_ALL_CODEBASE: true |
|
|
|
VALIDATE_BIOME_FORMAT: false |
|
|
|
VALIDATE_BIOME_LINT: false |
|
|
|
VALIDATE_GITHUB_ACTIONS_ZIZMOR: false |
|
|
|
VALIDATE_JSCPD: false |
|
|
|
VALIDATE_JSON_PRETTIER: false |
|
|
|
@ -50,5 +51,5 @@ jobs: |
|
|
|
VALIDATE_NATURAL_LANGUAGE: false |
|
|
|
VALIDATE_PYTHON_RUFF_FORMAT: false |
|
|
|
VALIDATE_SHELL_SHFMT: false |
|
|
|
VALIDATE_TERRAFORM_TERRASCAN: false |
|
|
|
VALIDATE_TRIVY: false |
|
|
|
VALIDATE_YAML_PRETTIER: false |
|
|
|
|
|
|
|
@ -13,7 +13,7 @@ jobs: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
- name: Checkout |
|
|
|
uses: actions/checkout@v5 |
|
|
|
uses: actions/checkout@v6 |
|
|
|
with: |
|
|
|
fetch-depth: 0 |
|
|
|
persist-credentials: false |
|
|
|
|
|
|
|
@ -100,7 +100,7 @@ rw,openjdk-25-jre |
|
|
|
samp |
|
|
|
sb |
|
|
|
sbots |
|
|
|
scpsl,mono-complete |
|
|
|
scpsl,mono-complete,libicu76 |
|
|
|
scpslsm,mono-complete |
|
|
|
sdtd,telnet,expect,libxml2-utils |
|
|
|
sf |
|
|
|
|
|
Can't render this file because it has a wrong number of fields in line 2.
|