Skip to content

Commit 5983436

Browse files
authored
deps: bump the github-actions group with 3 updates (#130)
2 parents 3bf9702 + 5dd0aa3 commit 5983436

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.github/workflows/build-lint.yaml

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

2626
steps:
2727
- name: ⤵️ Checkout repository
28-
uses: actions/checkout@v4.1.7
28+
uses: actions/checkout@v4.2.0
2929

3030
- name: 🏗 Setup nodejs
31-
uses: actions/[email protected].3
31+
uses: actions/[email protected].4
3232
with:
3333
node-version: ${{ env.NODE_VERSION }}
3434

.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/checkout@v4.1.7
35+
uses: actions/checkout@v4.2.0
3636

3737
- name: 🏗 Initialize CodeQL
38-
uses: github/codeql-action/[email protected].7
38+
uses: github/codeql-action/[email protected].9
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/[email protected].7
45+
uses: github/codeql-action/[email protected].9
4646

4747
- name: 🚀 Perform CodeQL Analysis
48-
uses: github/codeql-action/[email protected].7
48+
uses: github/codeql-action/[email protected].9

.github/workflows/dependency-review.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: ⤵️ Checkout repository
20-
uses: actions/checkout@v4.1.7
20+
uses: actions/checkout@v4.2.0
2121

2222
- name: 🚀 Dependency Review
2323
uses: actions/[email protected]

.github/workflows/publish-npm.yml

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

2525
steps:
2626
- name: ⤵️ Checkout repository
27-
uses: actions/checkout@v4.1.7
27+
uses: actions/checkout@v4.2.0
2828

2929
- name: 🏗 Setup nodejs
30-
uses: actions/[email protected].3
30+
uses: actions/[email protected].4
3131
with:
3232
node-version: ${{ env.NODE_VERSION }}
3333
registry-url: 'https://registry.npmjs.org'

.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/checkout@v4.1.7
25+
uses: actions/checkout@v4.2.0
2626

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

0 commit comments

Comments
 (0)