File tree 4 files changed +15
-6
lines changed
4 files changed +15
-6
lines changed Original file line number Diff line number Diff line change
1
+ quiet : true
2
+ skip-check :
3
+ - CKV_GHA_7
Original file line number Diff line number Diff line change 21
21
schedule :
22
22
- cron : ' 19 4 * * 3'
23
23
24
+ permissions :
25
+ actions : read
26
+ contents : read
27
+ security-events : write
28
+
24
29
jobs :
25
30
analyze :
26
31
name : Analyze
27
32
runs-on : ubuntu-latest
28
33
29
- permissions :
30
- actions : read
31
- contents : read
32
- security-events : write
33
-
34
34
strategy :
35
35
fail-fast : false
36
36
matrix :
Original file line number Diff line number Diff line change 9
9
default : ' World'
10
10
type : string
11
11
12
+ permissions :
13
+ actions : read
14
+ contents : read
15
+
12
16
jobs :
13
17
say-hello :
14
18
name : Say Hello
Original file line number Diff line number Diff line change 20
20
- name : Checkout
21
21
id : checkout
22
22
uses : actions/checkout@v4
23
+ with :
24
+ fetch-depth : 0
23
25
24
26
- name : Setup Node.js
25
27
id : setup-node
34
36
35
37
- name : Lint Codebase
36
38
id : super-linter
37
- uses : super-linter/super-linter/slim@v5
39
+ uses : super-linter/super-linter/slim@v6
38
40
env :
39
41
DEFAULT_BRANCH : main
40
42
FILTER_REGEX_EXCLUDE : dist/**/*
You can’t perform that action at this time.
0 commit comments