Skip to content

Commit 8c444ac

Browse files
committed
refactor: 📌 update harden runner version
1 parent 5fa8284 commit 8c444ac

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/add-to-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# This is a useful security step to check for unexpected outbound calls from the runner,
2727
# which could indicate a compromised token or runner.
2828
- name: Harden the runner (Audit all outbound calls)
29-
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
29+
uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3
3030
with:
3131
egress-policy: audit
3232

.github/workflows/build-website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
# This is a useful security step to check for unexpected outbound calls from the runner,
2222
# which could indicate a compromised token or runner.
2323
- name: Harden the runner (Audit all outbound calls)
24-
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
24+
uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3
2525
with:
2626
egress-policy: audit
2727

.github/workflows/checks.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
# This is a useful security step to check for unexpected outbound calls from the runner,
1212
# which could indicate a compromised token or runner.
1313
- name: Harden the runner (Audit all outbound calls)
14-
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
14+
uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3
1515
with:
1616
egress-policy: audit
1717

@@ -41,7 +41,7 @@ jobs:
4141
# This is a useful security step to check for unexpected outbound calls from the runner,
4242
# which could indicate a compromised token or runner.
4343
- name: Harden the runner (Audit all outbound calls)
44-
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
44+
uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3
4545
with:
4646
egress-policy: audit
4747

@@ -57,7 +57,7 @@ jobs:
5757
# This is a useful security step to check for unexpected outbound calls from the runner,
5858
# which could indicate a compromised token or runner.
5959
- name: Harden the runner (Audit all outbound calls)
60-
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
60+
uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3
6161
with:
6262
egress-policy: audit
6363

@@ -83,7 +83,7 @@ jobs:
8383
runs-on: ubuntu-latest
8484
steps:
8585
- name: Harden the runner (Audit all outbound calls)
86-
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
86+
uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3
8787
with:
8888
egress-policy: audit
8989

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
# This is a useful security step to check for unexpected outbound calls from the runner,
2525
# which could indicate a compromised token or runner.
2626
- name: Harden the runner (Audit all outbound calls)
27-
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
27+
uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3
2828
with:
2929
egress-policy: audit
3030

template/.github/workflows/add-to-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
# This is a useful security step to check for unexpected outbound calls from the runner,
2828
# which could indicate a compromised token or runner.
2929
- name: Harden the runner (Audit all outbound calls)
30-
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
30+
uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3
3131
with:
3232
egress-policy: audit
3333

template/.github/workflows/checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
# This is a useful security step to check for unexpected outbound calls from the runner,
7474
# which could indicate a compromised token or runner.
7575
- name: Harden the runner (Audit all outbound calls)
76-
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
76+
uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3
7777
with:
7878
egress-policy: audit
7979

@@ -141,7 +141,7 @@ jobs:
141141
runs-on: ubuntu-latest
142142
steps:
143143
- name: Harden the runner (Audit all outbound calls)
144-
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
144+
uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3
145145
with:
146146
egress-policy: audit
147147

0 commit comments

Comments
 (0)