Skip to content

Commit 891e08a

Browse files
ci: bump step-security/harden-runner from 2.20.0 to 2.21.0 (#458)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent aaea242 commit 891e08a

3 files changed

Lines changed: 5 additions & 5 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@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
29+
uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2.21.0
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
@@ -20,7 +20,7 @@ jobs:
2020
# This is a useful security step to check for unexpected outbound calls from the runner,
2121
# which could indicate a compromised token or runner.
2222
- name: Harden the runner (Audit all outbound calls)
23-
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
23+
uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2.21.0
2424
with:
2525
egress-policy: audit
2626

.github/workflows/checks.yml

Lines changed: 3 additions & 3 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@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
14+
uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2.21.0
1515
with:
1616
egress-policy: audit
1717

@@ -29,7 +29,7 @@ jobs:
2929
# This is a useful security step to check for unexpected outbound calls from the runner,
3030
# which could indicate a compromised token or runner.
3131
- name: Harden the runner (Audit all outbound calls)
32-
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
32+
uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2.21.0
3333
with:
3434
egress-policy: audit
3535

@@ -55,7 +55,7 @@ jobs:
5555
runs-on: ubuntu-latest
5656
steps:
5757
- name: Harden the runner (Audit all outbound calls)
58-
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
58+
uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2.21.0
5959
with:
6060
egress-policy: audit
6161

0 commit comments

Comments
 (0)