File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 60
60
runs-on : [ ubuntu-latest ]
61
61
needs : [ Check ]
62
62
steps :
63
+ - name : Harden Runner
64
+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
65
+ with :
66
+ egress-policy : audit
67
+
63
68
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
64
69
65
70
- name : Remove Temp Repositories
Original file line number Diff line number Diff line change 12
12
13
13
permissions :
14
14
contents : read
15
- security-events : write # for github/codeql-action/upload-sarif to upload SARIF results
16
15
17
16
jobs :
18
17
build :
19
18
name : PSScriptAnalyzer
20
19
runs-on : ubuntu-latest
20
+ permissions :
21
+ security-events : write # for github/codeql-action/upload-sarif to upload SARIF results
21
22
steps :
22
23
- name : Harden Runner
23
24
uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
You can’t perform that action at this time.
0 commit comments