Skip to content

Commit 84321a9

Browse files
chore(deps): update step-security/harden-runner action to v2.12.0
1 parent 0d5c981 commit 84321a9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/Build and test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: blacksmith-4vcpu-ubuntu-2204
1616
steps:
1717
- name: Harden Runner
18-
uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
18+
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
1919
with:
2020
egress-policy: audit
2121

@@ -51,7 +51,7 @@ jobs:
5151
node-version: [16.x, 18.x, 20.x, 22.x, 23.x, latest]
5252
steps:
5353
- name: Harden Runner
54-
uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
54+
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
5555
with:
5656
egress-policy: audit
5757

@@ -82,7 +82,7 @@ jobs:
8282
runs-on: blacksmith-4vcpu-ubuntu-2204
8383
steps:
8484
- name: Harden Runner
85-
uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
85+
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
8686
with:
8787
egress-policy: audit
8888

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: blacksmith-4vcpu-ubuntu-2204
1818
steps:
1919
- name: Harden Runner
20-
uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
20+
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
2121
with:
2222
egress-policy: audit
2323

0 commit comments

Comments
 (0)