Skip to content

Commit 76deaf5

Browse files
Bump super-linter/super-linter from 7.4.0 to 8.0.0 (#575)
1 parent ef5c242 commit 76deaf5

File tree

2 files changed

+49
-49
lines changed

2 files changed

+49
-49
lines changed

.github/workflows/lint.yml

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ When you submit a pull request, a CLA bot will automatically determine whether y
126126

127127
Tests for new features should also be submitted as a PR to the [Test Suite](https://github.com/walbourn/directxtktest/wiki) repository.
128128

129-
Information on coding-style can be found [here](https://github.com/microsoft/DirectXTK/wiki/Implementation).
129+
Information on coding-style can be found on [GitHub](https://github.com/microsoft/DirectXTK/wiki/Implementation).
130130

131131
## Code of Conduct
132132

0 commit comments

Comments
 (0)