Skip to content

Commit 0c2fe1b

Browse files
chore(deps): update step-security/harden-runner action to v2.12.2 (#313)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c7759d7 commit 0c2fe1b

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
# -> "piston-data.mojang.com": Downloading of the Mojang server
4444
# -> "api.minecraftservices.com": Downloading Yggdrasil public key for Reobfuscation
4545
- name: Harden runner
46-
uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
46+
uses: step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
4747
with:
4848
disable-sudo: true
4949
egress-policy: block

.github/workflows/conventional-commit.yml

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

2121
steps:
2222
- name: Harden runner
23-
uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
23+
uses: step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
2424
with:
2525
disable-sudo-and-containers: true
2626
egress-policy: block

.github/workflows/docs-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# -> "*.alpinelinux.org": Standard interactions with Alpine Linux package repositories
2929
# -> "cdn.fwupd.org": Firmware updates (Alpine)
3030
- name: Harden runner
31-
uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
31+
uses: step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
3232
with:
3333
disable-sudo: true
3434
egress-policy: block
@@ -88,7 +88,7 @@ jobs:
8888
# -> "*.github.com": Standard interactions with GitHub
8989
# -> "api.github.com": Required for GitHub Pages deployment
9090
- name: Harden runner
91-
uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
91+
uses: step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
9292
with:
9393
disable-sudo: true
9494
egress-policy: block

.github/workflows/docs-validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# -> "*.alpinelinux.org": Standard interactions with Alpine Linux package repositories
2929
# -> "cdn.fwupd.org": Firmware updates (Alpine)
3030
- name: Harden runner
31-
uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
31+
uses: step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
3232
with:
3333
disable-sudo: true
3434
egress-policy: block

.github/workflows/openssf.yml

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

2323
steps:
2424
- name: Harden runner
25-
uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
25+
uses: step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
2626
with:
2727
disable-sudo: true
2828
egress-policy: block

.github/workflows/release-maintenance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
# -> "api.papermc.io": Dynamic retrieval of the PaperMC server
6868
# -> "api.nuget.org" & "registry.npmjs.org": Downloading semver CLI
6969
- name: Harden runner
70-
uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
70+
uses: step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
7171
with:
7272
disable-sudo: true
7373
egress-policy: block

.github/workflows/release-on-change.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
# -> "api.papermc.io": Dynamic retrieval of the PaperMC server
4949
# -> "api.nuget.org" & "registry.npmjs.org": Downloading semantic-release CLI
5050
- name: Harden runner
51-
uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
51+
uses: step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
5252
with:
5353
disable-sudo: true
5454
egress-policy: block

0 commit comments

Comments
 (0)