Skip to content

Commit f2e9557

Browse files
build(deps): bump the actions group with 4 updates
Bumps the actions group with 4 updates: [step-security/harden-runner](https://github.com/step-security/harden-runner), [step-security/action-actionlint](https://github.com/step-security/action-actionlint), [chainguard-dev/actions](https://github.com/chainguard-dev/actions) and [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request). Updates `step-security/harden-runner` from 2.16.0 to 2.17.0 - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](step-security/harden-runner@v2.16.0...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) Updates `chainguard-dev/actions` from 1.6.13 to 1.6.14 - [Release notes](https://github.com/chainguard-dev/actions/releases) - [Commits](chainguard-dev/actions@f45211d...de68b87) Updates `peter-evans/create-pull-request` from 8.1.0 to 8.1.1 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@c0f553f...5f6978f) --- 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: actions - dependency-name: step-security/action-actionlint dependency-version: 1.72.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: chainguard-dev/actions dependency-version: 1.6.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: peter-evans/create-pull-request dependency-version: 8.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fc754a9 commit f2e9557

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.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@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
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/build-scanner-audit.yaml

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

2222
steps:
23-
- uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
23+
- uses: step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17.0
2424
with:
2525
egress-policy: audit
2626

.github/workflows/regen-answers.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
id-token: write # To gitsign and federate
1919

2020
steps:
21-
- uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
21+
- uses: step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17.0
2222
with:
2323
egress-policy: audit
2424

@@ -55,12 +55,12 @@ jobs:
5555
echo "create_pr_update=true" >> $GITHUB_OUTPUT
5656
5757
# Configure signed commits
58-
- uses: chainguard-dev/actions/setup-gitsign@f45211d3e8f9d2676c6b8cdd6a765435e06c819d # v1.6.13
58+
- uses: chainguard-dev/actions/setup-gitsign@de68b87302e6266db5fb5220246f8aa46fe94b67 # v1.6.14
5959
if: ${{ steps.check-diff.outputs.create_pr_update == 'true' }}
6060

6161
# Based on usage in https://github.com/chainguard-dev/digestabot/blob/main/action.yml
6262
- name: Create Pull Request
63-
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
63+
uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1
6464
if: ${{ steps.check-diff.outputs.create_pr_update == 'true' }}
6565
id: pull_request
6666
with:

.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@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
29+
- uses: step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17.0
3030
with:
3131
egress-policy: block
3232
allowed-endpoints: >

0 commit comments

Comments
 (0)