File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 99 - ' docs/openrpc.json'
1010 workflow_dispatch :
1111
12+ permissions :
13+ contents : read
14+
1215jobs :
1316 clone-and-build-execution-apis :
1417 runs-on : ubuntu-latest
1518
1619 steps :
20+ - name : Harden the runner (Audit all outbound calls)
21+ uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
22+ with :
23+ egress-policy : audit
24+
1725 - name : Checkout execution-apis repo
1826 uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
1927 with :
@@ -44,14 +52,19 @@ jobs:
4452 runs-on : ubuntu-latest
4553 needs : clone-and-build-execution-apis
4654 steps :
55+ - name : Harden the runner (Audit all outbound calls)
56+ uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
57+ with :
58+ egress-policy : audit
59+
4760 - name : Checkout repository
4861 uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
4962 with :
5063 ref : ' main'
5164 token : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
5265
5366 - name : Download openrpc.json artifact
54- uses : actions/download-artifact@v4
67+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
5568 with :
5669 name : openrpc
5770 path : ./downloaded-artifacts/
You can’t perform that action at this time.
0 commit comments