Skip to content

Commit af377a6

Browse files
chore(deps): update all-ci-updates
1 parent a26ab5f commit af377a6

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/check-actions.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
18+
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
1919
- name: Ensure SHA pinned actions
20-
uses: zgosalvez/github-actions-ensure-sha-pinned-actions@ca46236c6ce584ae24bc6283ba8dcf4b3ec8a066 # v5.0.4
20+
uses: zgosalvez/github-actions-ensure-sha-pinned-actions@46cfe808a5f1588656ef299eedd0ce2fd7ec0dcc # v5.0.6
2121
with:
2222
# slsa-github-generator requires using a semver tag for reusable workflows.
2323
# See: https://github.com/slsa-framework/slsa-github-generator#referencing-slsa-builders-and-generators

.github/workflows/check-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
commit_lint:
1818
runs-on: ubuntu-24.04
1919
steps:
20-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
20+
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
2121
with:
2222
fetch-depth: 0
2323
- uses: wagoid/commitlint-github-action@b948419dd99f3fd78a6548d48f94e3df7f6bf3ed # v6.2.1

.github/workflows/headlamp.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
name: Lint, Format, Test & Build
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
16+
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
1717

1818
- name: Setup Node.js
19-
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
19+
uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0
2020
with:
2121
node-version: 24
2222
cache: 'npm'
@@ -56,12 +56,12 @@ jobs:
5656
IMAGE_NAME: ${{ github.repository_owner }}/${{ github.event.repository.name }}
5757

5858
steps:
59-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
59+
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
6060
with:
6161
fetch-depth: 0
6262

6363
- name: Setup Node.js
64-
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
64+
uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0
6565
with:
6666
node-version: 24
6767
cache: 'npm'
@@ -97,7 +97,7 @@ jobs:
9797
fi
9898
9999
- name: Create GitHub Release + upload asset
100-
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
100+
uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2
101101
with:
102102
files: '*.tar.gz'
103103
tag_name: ${{ steps.version.outputs.tag }}
@@ -169,7 +169,7 @@ jobs:
169169
git push origin artifacthub
170170
171171
- name: Login to GitHub Container Registry
172-
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
172+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
173173
with:
174174
registry: ${{ env.REGISTRY }}
175175
username: ${{ github.repository_owner }}
@@ -180,7 +180,7 @@ jobs:
180180

181181
- name: Build & push Docker image
182182
id: docker-build
183-
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
183+
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0
184184
with:
185185
context: .
186186
push: true
@@ -199,7 +199,7 @@ jobs:
199199
"${IMAGE}:latest@${DIGEST}"
200200
201201
- name: Generate and push container image attestation
202-
uses: actions/attest@59d89421af93a897026c735860bf21b6eb4f7b26 # v4.1.0
202+
uses: actions/attest@508db95dd578ae2727ebd6217d5ba78e4fbda05d # v4.2.1
203203
with:
204204
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
205205
subject-digest: ${{ steps.docker-build.outputs.digest }}

.github/workflows/stale.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
pull-requests: write
1616
steps:
1717
- name: Close stale pull requests
18-
uses: actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899 # v10.3.0
18+
uses: actions/stale@1e223db275d687790206a7acac4d1a11bd6fe629 # v10.4.0
1919
with:
2020
stale-issue-message: 'This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 90 days.'
2121
stale-pr-message: 'This pull request has been marked as stale because it has been inactive for more than 90 days. Please update this pull request or it will be automatically closed in 90 days.'

0 commit comments

Comments
 (0)