Skip to content

Commit f00d437

Browse files
authored
Bump step-security/harden-runner from 2.10.2 to 2.10.4 (#96)
2 parents 61b98a6 + 71ee9cc commit f00d437

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/ci-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474

7575
steps:
7676
- name: Harden Runner
77-
uses: step-security/[email protected].2
77+
uses: step-security/[email protected].4
7878
with:
7979
egress-policy: audit
8080

.github/workflows/ci-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070

7171
steps:
7272
- name: Harden Runner
73-
uses: step-security/[email protected].2
73+
uses: step-security/[email protected].4
7474
with:
7575
egress-policy: audit
7676

.github/workflows/ci-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
steps:
4848
- name: Harden Runner
49-
uses: step-security/[email protected].2
49+
uses: step-security/[email protected].4
5050
with:
5151
egress-policy: audit
5252

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
steps:
3232
- name: Harden Runner
33-
uses: step-security/[email protected].2 # v2.10.1
33+
uses: step-security/[email protected].4 # v2.10.1
3434
with:
3535
egress-policy: audit
3636

.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: ubuntu-latest
1818
steps:
1919
- name: Harden Runner
20-
uses: step-security/[email protected].2 # v2.10.1
20+
uses: step-security/[email protected].4 # v2.10.1
2121
with:
2222
egress-policy: audit
2323

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
steps:
3434
- name: Harden Runner
35-
uses: step-security/[email protected].2 # v2.10.1
35+
uses: step-security/[email protected].4 # v2.10.1
3636
with:
3737
egress-policy: audit
3838

0 commit comments

Comments
 (0)