Skip to content

Commit bf720a4

Browse files
chore(deps): bump the all group with 2 updates
Bumps the all group with 2 updates: [step-security/harden-runner](https://github.com/step-security/harden-runner) and [step-security/action-actionlint](https://github.com/step-security/action-actionlint). Updates `step-security/harden-runner` from 2.16.1 to 2.17.0 - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](step-security/harden-runner@fe10465...f808768) Updates `step-security/action-actionlint` from 1.69.1 to 1.72.0 - [Release notes](https://github.com/step-security/action-actionlint/releases) - [Commits](step-security/action-actionlint@d364e70...c3aa382) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-version: 2.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: step-security/action-actionlint dependency-version: 1.72.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e77f9d1 commit bf720a4

File tree

9 files changed

+15
-15
lines changed

9 files changed

+15
-15
lines changed

.github/workflows/actionlint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
name: Action lint
2525
runs-on: ubuntu-latest
2626
steps:
27-
- uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
27+
- uses: step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17.0
2828
with:
2929
egress-policy: block
3030
allowed-endpoints: >
@@ -48,7 +48,7 @@ jobs:
4848
echo "files=${yamls[*]}" >> "${GITHUB_OUTPUT}"
4949
5050
- name: Action lint
51-
uses: step-security/action-actionlint@d364e70a116a460ed220d67b1ca2f2579c48a40a # v1.69.1
51+
uses: step-security/action-actionlint@c3aa382d371c6b05513ae5907d4f77713e21813c # v1.72.0
5252
env:
5353
SHELLCHECK_OPTS: "--exclude=SC2129"
5454
with:

.github/workflows/codeql.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
packages: read
2727
security-events: write
2828
steps:
29-
- uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
29+
- uses: step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17.0
3030
with:
3131
egress-policy: block
3232
allowed-endpoints: >
@@ -114,7 +114,7 @@ jobs:
114114
packages: read
115115
security-events: write
116116
steps:
117-
- uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
117+
- uses: step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17.0
118118
with:
119119
egress-policy: block
120120
allowed-endpoints: >

.github/workflows/fuzz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
targets: ${{ steps.find.outputs.targets }}
4646
steps:
4747
- name: Harden the runner (Audit all outbound calls)
48-
uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
48+
uses: step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17.0
4949
with:
5050
egress-policy: block
5151
allowed-endpoints: >

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
id-token: write
2020
contents: write
2121
steps:
22-
- uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
22+
- uses: step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17.0
2323
with:
2424
egress-policy: block
2525
allowed-endpoints: >

.github/workflows/scorecard.yml

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

3737
steps:
3838
- name: Harden the runner (Audit all outbound calls)
39-
uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
39+
uses: step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17.0
4040
with:
4141
egress-policy: block
4242
allowed-endpoints: >

.github/workflows/style.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
contents: read
2626
steps:
2727
- name: Harden Runner
28-
uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
28+
uses: step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17.0
2929
with:
3030
egress-policy: block
3131
allowed-endpoints: >
@@ -62,7 +62,7 @@ jobs:
6262
contents: read
6363
steps:
6464
- name: Harden Runner
65-
uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
65+
uses: step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17.0
6666
with:
6767
egress-policy: block
6868
allowed-endpoints: >
@@ -105,7 +105,7 @@ jobs:
105105
contents: read
106106
steps:
107107
- name: Harden Runner
108-
uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
108+
uses: step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17.0
109109
with:
110110
egress-policy: block
111111
allowed-endpoints: >
@@ -143,7 +143,7 @@ jobs:
143143
contents: read
144144
steps:
145145
- name: Harden Runner
146-
uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
146+
uses: step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17.0
147147
with:
148148
egress-policy: block
149149
allowed-endpoints: >

.github/workflows/update-yara-x.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
new_version: ${{ steps.check.outputs.new_version }}
2222
steps:
2323
- name: Harden Runner
24-
uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
24+
uses: step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17.0
2525
with:
2626
egress-policy: block
2727
allowed-endpoints: >
@@ -88,7 +88,7 @@ jobs:
8888
pull-requests: write
8989
steps:
9090
- name: Harden Runner
91-
uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
91+
uses: step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17.0
9292
with:
9393
egress-policy: block
9494
allowed-endpoints: >

.github/workflows/version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
id-token: write
2727
pull-requests: write
2828
steps:
29-
- uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
29+
- uses: step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17.0
3030
with:
3131
egress-policy: block
3232
allowed-endpoints: >

.github/workflows/zizmor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
contents: read # Clone the repository
2727
security-events: write # Upload SARIF results to Code Scanning
2828
steps:
29-
- uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
29+
- uses: step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17.0
3030
with:
3131
egress-policy: block
3232
allowed-endpoints: >

0 commit comments

Comments
 (0)