Skip to content

Commit f6902e9

Browse files
chore(deps): update step-security/harden-runner action to v2.10.3
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8ac4661 commit f6902e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/automate_changeset_feedback.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Harden Runner
27-
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
27+
uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
2828
with:
2929
egress-policy: audit
3030

.github/workflows/automate_renovate_changesets.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
if: github.actor == 'renovate[bot]' && github.repository == 'redhat-developer/rhdh-plugins'
1212
steps:
1313
- name: Harden Runner
14-
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
14+
uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
1515
with:
1616
egress-policy: audit
1717

0 commit comments

Comments
 (0)