File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 2020 outputs :
2121 npm-artifact-name : ${{ steps.set-publish-data.outputs.artifact-name }}
2222 steps :
23+ - name : Harden the runner (Audit all outbound calls)
24+ uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
25+ with :
26+ egress-policy : audit
27+
2328 - name : Prepare Runner
2429 uses : pandaswhocode/initialize-github-job@ed4a98646fe0235e6ecf3af5414b355d2abe3bf3 # v1.0.3
2530 with :
7176 needs :
7277 - build-npm-package
7378 steps :
79+ - name : Harden the runner (Audit all outbound calls)
80+ uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
81+ with :
82+ egress-policy : audit
83+
7484 - name : Prepare Runner
7585 uses : pandaswhocode/initialize-github-job@ed4a98646fe0235e6ecf3af5414b355d2abe3bf3 # v1.0.3
7686 with :
You can’t perform that action at this time.
0 commit comments