Skip to content

Commit 1e2cd23

Browse files
Bump super-linter/super-linter from 7.4.0 to 8.0.0 (#625)
1 parent 9a84cfd commit 1e2cd23

File tree

1 file changed

+46
-46
lines changed

1 file changed

+46
-46
lines changed

.github/workflows/lint.yml

Lines changed: 46 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,46 @@
1-
# Copyright (c) Microsoft Corporation.
2-
# Licensed under the MIT License.
3-
#
4-
# http://go.microsoft.com/fwlink/?LinkId=248926
5-
6-
name: Lint
7-
8-
on:
9-
pull_request:
10-
branches: "main"
11-
paths-ignore:
12-
- LICENSE
13-
- build/*.in
14-
15-
permissions: {}
16-
17-
jobs:
18-
analyze:
19-
permissions:
20-
contents: read
21-
packages: read
22-
statuses: write
23-
name: Lint
24-
runs-on: ubuntu-latest
25-
26-
steps:
27-
- name: Checkout repository
28-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
29-
with:
30-
fetch-depth: 0
31-
32-
- name: Lint Code Base
33-
uses: super-linter/super-linter@12150456a73e248bdc94d0794898f94e23127c88 # v7.4.0
34-
env:
35-
DEFAULT_BRANCH: origin/main
36-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37-
IGNORE_GITIGNORED_FILES: true
38-
VALIDATE_ALL_CODEBASE: true
39-
VALIDATE_CHECKOV: true
40-
VALIDATE_EDITORCONFIG: true
41-
VALIDATE_GITHUB_ACTIONS: true
42-
VALIDATE_JSON: true
43-
VALIDATE_MARKDOWN: true
44-
VALIDATE_POWERSHELL: true
45-
VALIDATE_GITLEAKS: true
46-
VALIDATE_YAML: true
1+
# Copyright (c) Microsoft Corporation.
2+
# Licensed under the MIT License.
3+
#
4+
# http://go.microsoft.com/fwlink/?LinkId=248926
5+
6+
name: Lint
7+
8+
on:
9+
pull_request:
10+
branches: "main"
11+
paths-ignore:
12+
- LICENSE
13+
- build/*.in
14+
15+
permissions: {}
16+
17+
jobs:
18+
analyze:
19+
permissions:
20+
contents: read
21+
packages: read
22+
statuses: write
23+
name: Lint
24+
runs-on: ubuntu-latest
25+
26+
steps:
27+
- name: Checkout repository
28+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
29+
with:
30+
fetch-depth: 0
31+
32+
- name: Lint Code Base
33+
uses: super-linter/super-linter@5119dcd8011e92182ce8219d9e9efc82f16fddb6 # v8.0.0
34+
env:
35+
DEFAULT_BRANCH: origin/main
36+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37+
IGNORE_GITIGNORED_FILES: true
38+
VALIDATE_ALL_CODEBASE: true
39+
VALIDATE_CHECKOV: true
40+
VALIDATE_EDITORCONFIG: true
41+
VALIDATE_GITHUB_ACTIONS: true
42+
VALIDATE_JSON: true
43+
VALIDATE_MARKDOWN: true
44+
VALIDATE_POWERSHELL: true
45+
VALIDATE_GITLEAKS: true
46+
VALIDATE_YAML: true

0 commit comments

Comments
 (0)