File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 cargo_make_version : ${{ steps.get-version.outputs.cargo_make_version }}
2424 cache-key : ${{ steps.cache-cargo-make.outputs.cache-primary-key }}
2525 steps :
26+ - name : Harden the runner (Audit all outbound calls)
27+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
28+ with :
29+ egress-policy : audit
30+
2631 - name : Fetch latest cargo-make version
2732 id : get-version
2833 run : |
Original file line number Diff line number Diff line change 2525 TARGET_ARCH : ' ${{ matrix.platform.arch }}'
2626 runs-on : ' ${{ matrix.platform.on }}'
2727 steps :
28+ - name : Harden the runner (Audit all outbound calls)
29+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
30+ with :
31+ egress-policy : audit
32+
2833 - name : Checkout repository
2934 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3035 with :
Original file line number Diff line number Diff line change 1919 contents : write # Needed to write release artifacts
2020 id-token : write # Needed for trusted publishing
2121 steps :
22+ - name : Harden the runner (Audit all outbound calls)
23+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
24+ with :
25+ egress-policy : audit
26+
2227 - name : Checkout repository
2328 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2429 with :
5560 group : release-plz-${{ github.ref }}
5661 cancel-in-progress : false
5762 steps :
63+ - name : Harden the runner (Audit all outbound calls)
64+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
65+ with :
66+ egress-policy : audit
67+
5868 - name : Checkout repository
5969 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6070 with :
You can’t perform that action at this time.
0 commit comments