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:
1717 group : ${{ github.ref_name }}-codeql
1818 cancel-in-progress : true
1919
20+ permissions : # added using https://github.com/step-security/secure-workflows
21+ contents : read
22+
2023jobs :
2124 analyze :
2225 name : Analyze
Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ concurrency:
99 group : ${{ github.ref_name }}-fossa
1010 cancel-in-progress : true
1111
12+ permissions : # added using https://github.com/step-security/secure-workflows
13+ contents : read
14+
1215jobs :
1316 scan :
1417 name : Fossa
Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ name: "Pull Request Labeler"
22on :
33 - pull_request_target
44
5+ permissions : # added using https://github.com/step-security/secure-workflows
6+ contents : read
7+
58jobs :
69 triage :
710 permissions :
You can’t perform that action at this time.
0 commit comments