Skip to content

Commit d665df1

Browse files
fix(deps): bump github/super-linter from 5 to 7 (#211)
1 parent 6a80a80 commit d665df1

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

.github/linters/.checkov.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
skip-check:
2+
- CKV2_GHA_1

.github/linters/.jscpd.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"threshold": 5
3+
}

.github/workflows/ci.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,21 @@ jobs:
3434
name: Lint
3535
runs-on: ubuntu-24.04
3636

37+
permissions:
38+
contents: read
39+
packages: read
40+
# To report GitHub Actions status checks
41+
statuses: write
42+
3743
steps:
3844
- name: Checkout repository
3945
uses: actions/checkout@v4
4046
with:
4147
fetch-depth: 0 # needed for super-linter
4248

4349
- name: Lint codebase
44-
uses: github/super-linter@v5
50+
uses: super-linter/super-linter/slim@4e8a7c2bf106c4c766c816b35ec612638dc9b6b2 # v7.3.0
4551
env:
46-
VALIDATE_ALL_CODEBASE: false
47-
DEFAULT_BRANCH: main
4852
IGNORE_GITIGNORED_FILES: true
4953
FILTER_REGEX_INCLUDE: .*src/.*, .*test/.*
5054
FILTER_REGEX_EXCLUDE: .*package-info.java

0 commit comments

Comments
 (0)