|
|
@@ -27,7 +27,7 @@ jobs:
|
|
|
outputs:
|
|
|
noop: ${{ steps.noop.outputs.should_skip }}
|
|
|
steps:
|
|
|
- - uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
|
|
|
+ - uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
|
|
|
with:
|
|
|
egress-policy: audit
|
|
|
- name: Detect No-op Changes
|
|
|
@@ -48,7 +48,7 @@ jobs:
|
|
|
if: needs.detect-noop.outputs.noop != 'true' && github.ref != 'refs/heads/main'
|
|
|
|
|
|
steps:
|
|
|
- - uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
|
|
|
+ - uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
|
|
|
with:
|
|
|
egress-policy: audit
|
|
|
- name: Checkout
|
|
|
@@ -77,7 +77,7 @@ jobs:
|
|
|
if: needs.detect-noop.outputs.noop != 'true' && github.ref != 'refs/heads/main'
|
|
|
|
|
|
steps:
|
|
|
- - uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
|
|
|
+ - uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
|
|
|
with:
|
|
|
egress-policy: audit
|
|
|
- name: Checkout
|
|
|
@@ -108,7 +108,7 @@ jobs:
|
|
|
if: needs.detect-noop.outputs.noop != 'true'
|
|
|
|
|
|
steps:
|
|
|
- - uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
|
|
|
+ - uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
|
|
|
with:
|
|
|
egress-policy: audit
|
|
|
- name: Checkout
|