Skip to content

Commit 08539b1

Browse files
chore(deps): bump the github-actions group across 1 directory with 4 updates
Bumps the github-actions group with 4 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [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/checkout` from 4.1.2 to 4.1.7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.2...v4.1.7) Updates `actions/cache` from 4.0.1 to 4.0.2 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.0.1...v4.0.2) Updates `github/codeql-action` from 3.24.7 to 3.25.10 - [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.24.7...v3.25.10) Updates `actions/dependency-review-action` from 4.1.3 to 4.3.3 - [Release notes](https://github.com/actions/dependency-review-action/releases) - [Commits](actions/dependency-review-action@v4.1.3...v4.3.3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch 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 24ce109 commit 08539b1

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

.github/workflows/build-lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: ⤵️ Checkout repository
28-
uses: actions/[email protected].2
28+
uses: actions/[email protected].7
2929

3030
- name: 🏗 Setup nodejs
3131
uses: actions/[email protected]
@@ -40,7 +40,7 @@ jobs:
4040
run: echo "cache_folder=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
4141

4242
- name: 🏗 Cache Layer
43-
uses: actions/[email protected].1
43+
uses: actions/[email protected].2
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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,17 @@ jobs:
3232

3333
steps:
3434
- name: ⤵️ Checkout repository
35-
uses: actions/[email protected].2
35+
uses: actions/[email protected].7
3636

3737
- name: 🏗 Initialize CodeQL
38-
uses: github/codeql-action/init@v3.24.7
38+
uses: github/codeql-action/init@v3.25.10
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.24.7
45+
uses: github/codeql-action/autobuild@v3.25.10
4646

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

.github/workflows/dependency-review.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: ⤵️ Checkout repository
20-
uses: actions/[email protected].2
20+
uses: actions/[email protected].7
2121

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

.github/workflows/publish-npm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
steps:
2424
- name: ⤵️ Checkout repository
25-
uses: actions/[email protected].2
25+
uses: actions/[email protected].7
2626

2727
- name: 🏗 Setup nodejs
2828
uses: actions/[email protected]
@@ -38,7 +38,7 @@ jobs:
3838
run: echo "cache_folder=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
3939

4040
- name: 🏗 Cache Layer
41-
uses: actions/[email protected].1
41+
uses: actions/[email protected].2
4242
# id: yarn_cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
4343
with:
4444
path: ${{ steps.yarn_config.outputs.cache_folder }}

.github/workflows/sync-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
steps:
2424
- name: ⤵️ Check out code from GitHub
25-
uses: actions/[email protected].2
25+
uses: actions/[email protected].7
2626

2727
- name: 🚀 Run Label Syncer
2828
uses: micnncim/[email protected]

0 commit comments

Comments
 (0)