File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 12
12
build :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
+ - name : Harden the runner (Audit all outbound calls)
16
+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
17
+ with :
18
+ egress-policy : audit
19
+
15
20
- name : Check out repository
16
- uses : actions/checkout@v4
21
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17
22
18
23
- name : Build with ncc
19
24
run : |
Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- name : Harden Runner
11
- uses : step-security/harden-runner@v2
11
+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
12
12
with :
13
13
egress-policy : audit
14
14
15
- - uses : actions/checkout@v4
15
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16
16
- name : Invoke echo 1
17
17
uses : ./
18
18
with :
You can’t perform that action at this time.
0 commit comments