Skip to content

Commit 8ff1328

Browse files
authored
Merge branch 'develop' into 4696-bug-discord-alert-on-update-uses-the-old-version-not-the-new-one
2 parents 3eb8213 + e1cbee0 commit 8ff1328

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

.github/workflows/action-prettier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v5
22+
uses: actions/checkout@v6
2323
with:
2424
persist-credentials: false
2525

.github/workflows/action-super-linter.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: Checkout code
28-
uses: actions/checkout@v5
28+
uses: actions/checkout@v6
2929
with:
3030
# Shallow clone reduces transient fetch failures (HTTP 500) from GitHub.
3131
# We lint the whole codebase instead of relying on git history.
@@ -42,13 +42,14 @@ jobs:
4242
env:
4343
# To report GitHub Actions status checks
4444
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45-
VALIDATE_ALL_CODEBASE: true
45+
VALIDATE_BIOME_FORMAT: false
46+
VALIDATE_BIOME_LINT: false
4647
VALIDATE_GITHUB_ACTIONS_ZIZMOR: false
4748
VALIDATE_JSCPD: false
4849
VALIDATE_JSON_PRETTIER: false
4950
VALIDATE_MARKDOWN_PRETTIER: false
5051
VALIDATE_NATURAL_LANGUAGE: false
5152
VALIDATE_PYTHON_RUFF_FORMAT: false
5253
VALIDATE_SHELL_SHFMT: false
53-
VALIDATE_TERRAFORM_TERRASCAN: false
54+
VALIDATE_TRIVY: false
5455
VALIDATE_YAML_PRETTIER: false

.github/workflows/action-update-copyright-years-in-license-file.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v5
16+
uses: actions/checkout@v6
1717
with:
1818
fetch-depth: 0
1919
persist-credentials: false

lgsm/data/debian-13.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ rw,openjdk-25-jre
100100
samp
101101
sb
102102
sbots
103-
scpsl,mono-complete
103+
scpsl,mono-complete,libicu76
104104
scpslsm,mono-complete
105105
sdtd,telnet,expect,libxml2-utils
106106
sf

0 commit comments

Comments
 (0)