Skip to content

Commit cbdb70b

Browse files
dependabot[bot]spoorcc
authored andcommitted
build(deps): bump step-security/harden-runner from 2.20.0 to 2.20.1
Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.20.0 to 2.20.1. - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](step-security/harden-runner@bf7454d...b09bb98) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-version: 2.20.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1787991 commit cbdb70b

12 files changed

Lines changed: 17 additions & 17 deletions

‎.github/workflows/build.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: "Harden the runner (Block egress traffic: Only allow calls to allowed endpoints)"
28-
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
28+
uses: step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40 # v2.20.1
2929
with:
3030
egress-policy: block
3131
allowed-endpoints: >+
@@ -335,7 +335,7 @@ jobs:
335335

336336
steps:
337337
- name: "Harden the runner (Block egress traffic: Only allow calls to allowed endpoints)"
338-
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
338+
uses: step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40 # v2.20.1
339339
with:
340340
egress-policy: block
341341
allowed-endpoints: >+

‎.github/workflows/codeql-analysis.yml‎

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

3636
steps:
3737
- name: "Harden the runner (Block egress traffic: Only allow calls to allowed endpoints)"
38-
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
38+
uses: step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40 # v2.20.1
3939
with:
4040
egress-policy: block
4141
allowed-endpoints: >+

‎.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 the runner (Block egress traffic: Only allow calls to allowed endpoints)"
20-
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
20+
uses: step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40 # v2.20.1
2121
with:
2222
egress-policy: block
2323
allowed-endpoints: >+

‎.github/workflows/devcontainer.yml‎

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

1717
steps:
1818
- name: "Harden the runner (Block egress traffic: Only allow calls to allowed endpoints)"
19-
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
19+
uses: step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40 # v2.20.1
2020
with:
2121
egress-policy: block
2222
allowed-endpoints: >+

‎.github/workflows/docs.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: "Harden the runner (Block egress traffic: Only allow calls to allowed endpoints)"
23-
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
23+
uses: step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40 # v2.20.1
2424
with:
2525
egress-policy: block
2626
allowed-endpoints: >+
@@ -53,7 +53,7 @@ jobs:
5353
runs-on: ubuntu-latest
5454
steps:
5555
- name: "Harden the runner (Block egress traffic: Only allow calls to allowed endpoints)"
56-
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
56+
uses: step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40 # v2.20.1
5757
with:
5858
egress-policy: block
5959
allowed-endpoints: >+
@@ -97,7 +97,7 @@ jobs:
9797
contents: write
9898
steps:
9999
- name: "Harden the runner (Block egress traffic: Only allow calls to allowed endpoints)"
100-
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
100+
uses: step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40 # v2.20.1
101101
with:
102102
egress-policy: block
103103
allowed-endpoints: >+

‎.github/workflows/python-publish.yml‎

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

2626
steps:
2727
- name: "Harden the runner (Block egress traffic: Only allow calls to allowed endpoints)"
28-
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
28+
uses: step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40 # v2.20.1
2929
with:
3030
egress-policy: block
3131
allowed-endpoints: >+

‎.github/workflows/release.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
release_id: ${{ steps.release_info.outputs.tag }}
2222

2323
steps:
24-
- uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
24+
- uses: step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40 # v2.20.1
2525
with:
2626
egress-policy: block
2727
allowed-endpoints: >+

‎.github/workflows/run.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: "Harden the runner (Block egress traffic: Only allow calls to allowed endpoints)"
19-
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
19+
uses: step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40 # v2.20.1
2020
with:
2121
egress-policy: block
2222
allowed-endpoints: >+
@@ -162,7 +162,7 @@ jobs:
162162

163163
steps:
164164
- name: "Harden the runner (Block egress traffic: Only allow calls to allowed endpoints)"
165-
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
165+
uses: step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40 # v2.20.1
166166
with:
167167
egress-policy: block
168168
allowed-endpoints: ${{ matrix.allowed-endpoints }}

‎.github/workflows/scorecard.yml‎

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

2828
steps:
2929
- name: "Harden the runner (Block egress traffic: Only allow calls to allowed endpoints)"
30-
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
30+
uses: step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40 # v2.20.1
3131
with:
3232
egress-policy: block
3333
allowed-endpoints: >+

‎.github/workflows/source-provenance.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: "Harden the runner (Block egress traffic: Only allow calls to allowed endpoints)"
24-
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
24+
uses: step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40 # v2.20.1
2525
with:
2626
egress-policy: block
2727
allowed-endpoints: >+
@@ -55,7 +55,7 @@ jobs:
5555

5656
steps:
5757
- name: "Harden the runner (Block egress traffic: Only allow calls to allowed endpoints)"
58-
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
58+
uses: step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40 # v2.20.1
5959
with:
6060
egress-policy: block
6161
allowed-endpoints: >+

0 commit comments

Comments
 (0)