Skip to content

Commit 505f65b

Browse files
chore(deps): update all non-major dependencies (#242)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 23669f6 commit 505f65b

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525
contents: write # Needed to push the PR preview to the gh-pages branch
2626
pull-requests: write # Needed to comment the preview link on the PR
2727
steps:
28-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
28+
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
2929
with:
3030
fetch-depth: 0
3131
persist-credentials: false
32-
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
32+
- uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6
3333
with:
3434
node-version: 24
3535
cache: npm

.github/workflows/ossf-scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111

1212
jobs:
1313
scorecard:
14-
uses: platform-mesh/.github/.github/workflows/job-ossf-scorecard.yml@068efd5c6c7a6d0c4b28f5887de7ca156cb5f7b8 # main
14+
uses: platform-mesh/.github/.github/workflows/job-ossf-scorecard.yml@916c21a99d770c8917af03baec822c3c5a3e1140 # main
1515
permissions:
1616
security-events: write # Needed to upload Scorecard results to the GitHub Security tab
1717
id-token: write # Needed for keyless publishing of Scorecard results

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020
permissions:
2121
contents: write # Needed to push the built site to the gh-pages branch
2222
steps:
23-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
23+
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
2424
with:
2525
fetch-depth: 0
2626
persist-credentials: false
27-
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
27+
- uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6
2828
with:
2929
node-version: 24
3030
cache: npm # zizmor: ignore[cache-poisoning]

.github/workflows/zizmor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ concurrency:
1717

1818
jobs:
1919
zizmor:
20-
uses: platform-mesh/.github/.github/workflows/job-zizmor.yml@03e076ff9aebe43ead6b9d77f3bb764a9d411347 # main
20+
uses: platform-mesh/.github/.github/workflows/job-zizmor.yml@916c21a99d770c8917af03baec822c3c5a3e1140 # main
2121
with:
2222
persona: 'auditor'
2323
permissions:

0 commit comments

Comments
 (0)