We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f271c47 commit 4261ffaCopy full SHA for 4261ffa
1 file changed
.github/workflows/reusable-super-linter.yml
@@ -25,10 +25,15 @@ on:
25
26
permissions:
27
contents: read
28
+ packages: read
29
+ statuses: write
30
31
jobs:
32
super-linter:
33
runs-on: ubuntu-latest
34
+ permissions:
35
36
37
steps:
38
- name: Harden Runner
39
uses: step-security/harden-runner@1f99358870fe1c846a3ccba386cc2b2246836776 # v2.2.1
@@ -67,9 +72,6 @@ jobs:
67
72
VALIDATE_DOCKERFILE: true
68
73
VALIDATE_BASH: true
69
74
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
70
- permissions:
71
- packages: read
- statuses: write
75
76
- name: Lint Code Base
77
uses: super-linter/super-linter@ff5037c06042e564803502feb97f8a686f3b0171 # v6.0.0
@@ -80,6 +82,3 @@ jobs:
80
82
81
83
84
85
0 commit comments