Skip to content

Commit af007ef

Browse files
chore(deps): update all-ci-updates
1 parent 884835f commit af007ef

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/check-actions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
18+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1919
- name: Ensure SHA pinned actions
2020
uses: zgosalvez/github-actions-ensure-sha-pinned-actions@ca46236c6ce584ae24bc6283ba8dcf4b3ec8a066 # v5.0.4
2121
with:

.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@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2121
with:
2222
fetch-depth: 0
2323
- uses: wagoid/commitlint-github-action@b948419dd99f3fd78a6548d48f94e3df7f6bf3ed # v6.2.1

.github/workflows/headlamp.yaml

Lines changed: 4 additions & 4 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@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1717

1818
- name: Setup Node.js
19-
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
19+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.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@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
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@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
6565
with:
6666
node-version: 24
6767
cache: 'npm'

.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@4391f3da665fdf50b6810c1a66712fb9ba21aa93 # v11.0.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)