Skip to content

Commit 4945096

Browse files
authored
Merge pull request #129 from chainguard-dev/dependabot/github_actions/actions-2c1debbae7
build(deps): bump the actions group with 3 updates
2 parents 616a690 + 20e95cb commit 4945096

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/actionlint.yaml

Lines changed: 1 addition & 1 deletion
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@f808768d1510423e83855289c910610ca9b43176 # v2.17.0
27+
- uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
2828
with:
2929
egress-policy: block
3030
allowed-endpoints: >

.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@f808768d1510423e83855289c910610ca9b43176 # v2.17.0
23+
- uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
2424
with:
2525
egress-policy: audit
2626

.github/workflows/regen-answers.yaml

Lines changed: 2 additions & 2 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@f808768d1510423e83855289c910610ca9b43176 # v2.17.0
21+
- uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
2222
with:
2323
egress-policy: audit
2424

@@ -55,7 +55,7 @@ jobs:
5555
echo "create_pr_update=true" >> $GITHUB_OUTPUT
5656
5757
# Configure signed commits
58-
- uses: chainguard-dev/actions/setup-gitsign@de68b87302e6266db5fb5220246f8aa46fe94b67 # v1.6.14
58+
- uses: chainguard-dev/actions/setup-gitsign@061bc0e921116bde1470f51fb5c86d5318f16558 # v1.6.15
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

.github/workflows/zizmor.yaml

Lines changed: 2 additions & 2 deletions
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@f808768d1510423e83855289c910610ca9b43176 # v2.17.0
29+
- uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
3030
with:
3131
egress-policy: block
3232
allowed-endpoints: >
@@ -41,4 +41,4 @@ jobs:
4141
persist-credentials: false
4242

4343
- name: Run zizmor
44-
uses: zizmorcore/zizmor-action@71321a20a9ded102f6e9ce5718a2fcec2c4f70d8 # v0.5.2
44+
uses: zizmorcore/zizmor-action@b1d7e1fb5de872772f31590499237e7cce841e8e # v0.5.3

0 commit comments

Comments
 (0)