We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef1ee98 commit b703fcdCopy full SHA for b703fcd
.github/workflows/lint.yml
@@ -26,12 +26,12 @@ jobs:
26
27
steps:
28
- name: Checkout repository
29
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
30
with:
31
fetch-depth: 0
32
33
- name: Lint Code Base
34
- uses: super-linter/super-linter@502f4fe48a81a392756e173e39a861f8c8efe056 # v8.3.0
+ uses: super-linter/super-linter@d5b0a2ab116623730dd094f15ddc1b6b25bf7b99 # v8.3.2
35
env:
36
DEFAULT_BRANCH: origin/main
37
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -45,3 +45,4 @@ jobs:
45
VALIDATE_POWERSHELL: true
46
VALIDATE_GITLEAKS: true
47
VALIDATE_YAML: true
48
+
0 commit comments