Skip to content

Commit 2b84635

Browse files
Bump the all-dependencies group with 2 updates (#1816)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 682ce34 commit 2b84635

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
3333

3434
- name: Initialize CodeQL
35-
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13
35+
uses: github/codeql-action/init@95e58e9a2cdfd71adc6e0353d5c52f41a045d225
3636
with:
3737
languages: ${{ matrix.language }}
3838
queries: security-extended
3939

4040
- name: Perform CodeQL Analysis
41-
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13
41+
uses: github/codeql-action/analyze@95e58e9a2cdfd71adc6e0353d5c52f41a045d225

.github/workflows/deploy-preset-env.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2424
with:
2525
fetch-depth: 1
26-
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f
26+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e
2727
with:
2828
node-version: 24
2929

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2121
with:
2222
fetch-depth: 1
23-
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f
23+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e
2424
with:
2525
node-version: 24
2626

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
3838
with:
3939
fetch-depth: 1
40-
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f
40+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e
4141
with:
4242
node-version: ${{ matrix.node }}
4343

0 commit comments

Comments
 (0)