Skip to content

Commit 8429bd3

Browse files
Bump the all-dependencies group with 2 updates
Bumps the all-dependencies group with 2 updates: [github/codeql-action](https://github.com/github/codeql-action) and [actions/setup-node](https://github.com/actions/setup-node). Updates `github/codeql-action` from 4.35.1 to 4.35.2 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@c10b806...95e58e9) Updates `actions/setup-node` from 6.3.0 to 6.4.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@53b8394...48b55a0) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.35.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: actions/setup-node dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 682ce34 commit 8429bd3

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)