File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 1111 build :
1212 runs-on : ubuntu-latest
1313 steps :
14+ - name : Harden the runner (Audit all outbound calls)
15+ uses : step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
16+ with :
17+ egress-policy : audit
18+
1419 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1520 - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
1621 with :
Original file line number Diff line number Diff line change 1212 goreleaser :
1313 runs-on : ubuntu-latest
1414 steps :
15+ - name : Harden the runner (Audit all outbound calls)
16+ uses : step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
17+ with :
18+ egress-policy : audit
19+
1520 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1621 with :
1722 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments