Skip to content

Commit 296baf1

Browse files
Bump step-security/harden-runner from 2.10.3 to 2.10.4 (#2038)
Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.10.3 to 2.10.4. - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](step-security/harden-runner@c95a14d...cb605e5) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0e5e387 commit 296baf1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/Build and test.yml

+3-3
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@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
18+
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
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@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
54+
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
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@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
85+
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
8686
with:
8787
egress-policy: audit
8888

.github/workflows/codeql.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
steps:
3030
- name: Harden Runner
31-
uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350
31+
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e
3232
with:
3333
egress-policy: audit
3434

.github/workflows/dependency-review.yml

+1-1
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@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
20+
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
2121
with:
2222
egress-policy: audit
2323

0 commit comments

Comments
 (0)