File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 88 lint_and_test :
99 runs-on : ubuntu-latest
1010 steps :
11+ - name : Harden the runner (Audit all outbound calls)
12+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
13+ with :
14+ egress-policy : audit
15+
1116 - name : Check out repository code
12- uses : actions/checkout@v4
17+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
1318 with :
1419 submodules : ' recursive'
1520
Original file line number Diff line number Diff line change 1212 run_coverage :
1313 runs-on : ubuntu-latest
1414 steps :
15+ - name : Harden the runner (Audit all outbound calls)
16+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
17+ with :
18+ egress-policy : audit
19+
1520 - name : Check out repository code
16- uses : actions/checkout@v4
21+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
1722 with :
1823 submodules : ' recursive'
1924
You can’t perform that action at this time.
0 commit comments