Skip to content

Commit b703fcd

Browse files
authored
Use 8.3.2 instead
1 parent ef1ee98 commit b703fcd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626

2727
steps:
2828
- name: Checkout repository
29-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
29+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3030
with:
3131
fetch-depth: 0
3232

3333
- name: Lint Code Base
34-
uses: super-linter/super-linter@502f4fe48a81a392756e173e39a861f8c8efe056 # v8.3.0
34+
uses: super-linter/super-linter@d5b0a2ab116623730dd094f15ddc1b6b25bf7b99 # v8.3.2
3535
env:
3636
DEFAULT_BRANCH: origin/main
3737
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -45,3 +45,4 @@ jobs:
4545
VALIDATE_POWERSHELL: true
4646
VALIDATE_GITLEAKS: true
4747
VALIDATE_YAML: true
48+

0 commit comments

Comments
 (0)