Skip to content
This repository was archived by the owner on May 6, 2025. It is now read-only.

Commit 6469009

Browse files
authored
feat: gha templates update, git submodules update (#563)
1 parent cf9ea52 commit 6469009

File tree

7 files changed

+7
-11
lines changed

7 files changed

+7
-11
lines changed

.github/workflows/mega-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
chmod a+x README.sh
3939
4040
- name: 💡 MegaLinter
41-
uses: oxsecurity/megalinter@04cf22b980c2e9c2121553417ed651c944afc8e1 # v8.6.0
41+
uses: oxsecurity/megalinter@5a91fb06c83d0e69fbd23756d47438aa723b4a5a # v8.7.0
4242
env:
4343
GITHUB_COMMENT_REPORTER: false
4444
# Disabled due to error: [GitHub Status Reporter] Error posting Status for REPOSITORY with ...: 403

.mega-linter.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@ REPOSITORY_KICS_ARGUMENTS: --fail-on high
4949

5050
REPOSITORY_TRIVY_ARGUMENTS: --severity HIGH,CRITICAL --ignore-unfixed
5151

52-
SPELL_LYCHEE_ARGUMENTS:
53-
- --accept
54-
- "429"
55-
5652
SPELL_LYCHEE_UNSECURED_ENV_VARIABLES:
5753
- GITHUB_TOKEN
5854

File renamed without changes.

lychee.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ max_concurrency = 128
1818
############################# Requests ############################
1919

2020
# Comma-separated list of accepted status codes for valid links.
21-
accept = [999]
21+
accept = [429, 999]
2222

2323
############################# Exclusions ##########################
2424

@@ -32,9 +32,9 @@ exclude = [
3232
# Ignore all URLs which starts with 'file://'
3333
'file://',
3434
# returns 403 when accessed from GitHub Action
35-
'stackoverflow\.com',
36-
# returns 403 when accessed from GitHub Action
3735
'stackexchange\.com',
36+
# returns 403 when accessed from GitHub Action
37+
'stackoverflow\.com',
3838
# keep-sorted end
3939
]
4040

0 commit comments

Comments
 (0)