Skip to content

Commit e9c2451

Browse files
deps(deps): bump the github-actions group across 1 directory with 4 updates
Bumps the github-actions group with 4 updates in the / directory: [actions/setup-node](https://github.com/actions/setup-node), [actions/cache](https://github.com/actions/cache), [github/codeql-action](https://github.com/github/codeql-action) and [actions/dependency-review-action](https://github.com/actions/dependency-review-action). Updates `actions/setup-node` from 4.1.0 to 4.2.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v4.1.0...v4.2.0) Updates `actions/cache` from 4.1.2 to 4.2.0 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.1.2...v4.2.0) Updates `github/codeql-action` from 3.27.0 to 3.28.8 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v3.27.0...v3.28.8) Updates `actions/dependency-review-action` from 4.4.0 to 4.5.0 - [Release notes](https://github.com/actions/dependency-review-action/releases) - [Commits](actions/dependency-review-action@v4.4.0...v4.5.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/dependency-review-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 54abf01 commit e9c2451

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/build-lint.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/[email protected]
2929

3030
- name: 🏗 Setup nodejs
31-
uses: actions/setup-node@v4.1.0
31+
uses: actions/setup-node@v4.2.0
3232
with:
3333
node-version: ${{ env.NODE_VERSION }}
3434

@@ -40,7 +40,7 @@ jobs:
4040
run: echo "cache_folder=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
4141

4242
- name: 🏗 Cache Layer
43-
uses: actions/cache@v4.1.2
43+
uses: actions/cache@v4.2.0
4444
# id: yarn_cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
4545
with:
4646
path: ${{ steps.yarn_config.outputs.cache_folder }}

.github/workflows/codeql.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ jobs:
3535
uses: actions/[email protected]
3636

3737
- name: 🏗 Initialize CodeQL
38-
uses: github/codeql-action/init@v3.27.0
38+
uses: github/codeql-action/init@v3.28.8
3939
with:
4040
languages: ${{ matrix.language }}
4141
# Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
4242
# queries: security-extended,security-and-quality
4343

4444
- name: 🏗 Auto build
45-
uses: github/codeql-action/autobuild@v3.27.0
45+
uses: github/codeql-action/autobuild@v3.28.8
4646

4747
- name: 🚀 Perform CodeQL Analysis
48-
uses: github/codeql-action/analyze@v3.27.0
48+
uses: github/codeql-action/analyze@v3.28.8

.github/workflows/dependency-review.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
uses: actions/[email protected]
2121

2222
- name: 🚀 Dependency Review
23-
uses: actions/dependency-review-action@v4.4.0
23+
uses: actions/dependency-review-action@v4.5.0

.github/workflows/publish-npm.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/[email protected]
2828

2929
- name: 🏗 Setup nodejs
30-
uses: actions/setup-node@v4.1.0
30+
uses: actions/setup-node@v4.2.0
3131
with:
3232
node-version: ${{ env.NODE_VERSION }}
3333
registry-url: 'https://registry.npmjs.org'
@@ -40,7 +40,7 @@ jobs:
4040
run: echo "cache_folder=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
4141

4242
- name: 🏗 Cache Layer
43-
uses: actions/cache@v4.1.2
43+
uses: actions/cache@v4.2.0
4444
# id: yarn_cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
4545
with:
4646
path: ${{ steps.yarn_config.outputs.cache_folder }}

0 commit comments

Comments
 (0)