|
@@ -27,6 +27,9 @@ jobs:
|
|
|
outputs:
|
|
outputs:
|
|
|
noop: ${{ steps.noop.outputs.should_skip }}
|
|
noop: ${{ steps.noop.outputs.should_skip }}
|
|
|
steps:
|
|
steps:
|
|
|
|
|
+ - uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
|
|
|
|
|
+ with:
|
|
|
|
|
+ egress-policy: audit
|
|
|
- name: Detect No-op Changes
|
|
- name: Detect No-op Changes
|
|
|
id: noop
|
|
id: noop
|
|
|
uses: fkirc/skip-duplicate-actions@f75f66ce1886f00957d99748a42c724f4330bdcf # v5.3.1
|
|
uses: fkirc/skip-duplicate-actions@f75f66ce1886f00957d99748a42c724f4330bdcf # v5.3.1
|
|
@@ -45,6 +48,9 @@ jobs:
|
|
|
if: needs.detect-noop.outputs.noop != 'true' && github.ref != 'refs/heads/main'
|
|
if: needs.detect-noop.outputs.noop != 'true' && github.ref != 'refs/heads/main'
|
|
|
|
|
|
|
|
steps:
|
|
steps:
|
|
|
|
|
+ - uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
|
|
|
|
|
+ with:
|
|
|
|
|
+ egress-policy: audit
|
|
|
- name: Checkout
|
|
- name: Checkout
|
|
|
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
|
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
|
|
|
|
|
|
@@ -71,6 +77,9 @@ jobs:
|
|
|
if: needs.detect-noop.outputs.noop != 'true' && github.ref != 'refs/heads/main'
|
|
if: needs.detect-noop.outputs.noop != 'true' && github.ref != 'refs/heads/main'
|
|
|
|
|
|
|
|
steps:
|
|
steps:
|
|
|
|
|
+ - uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
|
|
|
|
|
+ with:
|
|
|
|
|
+ egress-policy: audit
|
|
|
- name: Checkout
|
|
- name: Checkout
|
|
|
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
|
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
|
|
|
|
|
|
@@ -99,6 +108,9 @@ jobs:
|
|
|
if: needs.detect-noop.outputs.noop != 'true'
|
|
if: needs.detect-noop.outputs.noop != 'true'
|
|
|
|
|
|
|
|
steps:
|
|
steps:
|
|
|
|
|
+ - uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
|
|
|
|
|
+ with:
|
|
|
|
|
+ egress-policy: audit
|
|
|
- name: Checkout
|
|
- name: Checkout
|
|
|
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
|
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
|
|
|
|
|