File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,9 @@ concurrency:
17
17
group : ${{ github.ref_name }}-codeql
18
18
cancel-in-progress : true
19
19
20
+ permissions : # added using https://github.com/step-security/secure-workflows
21
+ contents : read
22
+
20
23
jobs :
21
24
analyze :
22
25
name : Analyze
Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ concurrency:
9
9
group : ${{ github.ref_name }}-fossa
10
10
cancel-in-progress : true
11
11
12
+ permissions : # added using https://github.com/step-security/secure-workflows
13
+ contents : read
14
+
12
15
jobs :
13
16
scan :
14
17
name : Fossa
Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ name: "Pull Request Labeler"
2
2
on :
3
3
- pull_request_target
4
4
5
+ permissions : # added using https://github.com/step-security/secure-workflows
6
+ contents : read
7
+
5
8
jobs :
6
9
triage :
7
10
permissions :
You can’t perform that action at this time.
0 commit comments