Skip to content

Commit cbcf70d

Browse files
chore(deps): update step-security/harden-runner action to v2.14.0
1 parent 221f80c commit cbcf70d

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
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@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
46+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
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@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
23+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
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@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
31+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
3232
with:
3333
disable-sudo: true
3434
egress-policy: block
@@ -89,7 +89,7 @@ jobs:
8989
# -> "*.github.com": Standard interactions with GitHub
9090
# -> "api.github.com": Required for GitHub Pages deployment
9191
- name: Harden runner
92-
uses: step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
92+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
9393
with:
9494
disable-sudo: true
9595
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@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
31+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
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@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
25+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
2626
with:
2727
disable-sudo: true
2828
egress-policy: block

.github/workflows/release-dry-run.yml

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

1818
steps:
1919
- name: Harden runner
20-
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
20+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
2121
with:
2222
disable-sudo-and-containers: true
2323
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@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
70+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
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@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
51+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
5252
with:
5353
disable-sudo: true
5454
egress-policy: block

0 commit comments

Comments
 (0)