Skip to content

Commit dd65cd4

Browse files
authored
deps: bump the github-actions group with 5 updates (#62)
2 parents 54726b7 + 5741c92 commit dd65cd4

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

.github/workflows/build-lint.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525

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

3030
- name: 🏗 Setup nodejs
31-
uses: actions/[email protected].1
31+
uses: actions/[email protected].2
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/[email protected].0
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

+4-4
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].1
35+
uses: actions/[email protected].2
3636

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

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

.github/workflows/dependency-review.yaml

+2-2
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].1
20+
uses: actions/[email protected].2
2121

2222
- name: 🚀 Dependency Review
23-
uses: actions/dependency-review-action@v3.1.5
23+
uses: actions/dependency-review-action@v4.2.3

.github/workflows/publish-npm.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424

2525
steps:
2626
- name: ⤵️ Checkout repository
27-
uses: actions/[email protected].1
27+
uses: actions/[email protected].2
2828

2929
- name: 🏗 Setup nodejs
30-
uses: actions/[email protected].1
30+
uses: actions/[email protected].2
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/[email protected].0
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/sync-labels.yml

+1-1
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].1
25+
uses: actions/[email protected].2
2626

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

0 commit comments

Comments
 (0)