Skip to content

Commit 0e2ae99

Browse files
chore: bump GitHub Actions for Dependabot/Snyk to v1.0.0 (#1532)
2 parents 4b751ad + aec128a commit 0e2ae99

File tree

4 files changed

+41
-41
lines changed

4 files changed

+41
-41
lines changed

.github/workflows/browserstack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
ref: ${{ github.event.pull_request.head.sha || github.ref }}
5858

5959
- name: Setup Node
60-
uses: actions/setup-node@v5
60+
uses: actions/setup-node@v6
6161
with:
6262
node-version: ${{ env.NODE_VERSION }}
6363
cache: npm

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ jobs:
3939
uses: actions/checkout@v5
4040

4141
- name: Initialize CodeQL
42-
uses: github/codeql-action/init@v3
42+
uses: github/codeql-action/init@v4
4343
with:
4444
languages: ${{ matrix.language }}
4545
queries: +security-and-quality
4646

4747
- name: Autobuild
48-
uses: github/codeql-action/autobuild@v3
48+
uses: github/codeql-action/autobuild@v4
4949

5050
- name: Perform CodeQL Analysis
51-
uses: github/codeql-action/analyze@v3
51+
uses: github/codeql-action/analyze@v4
5252
with:
5353
category: '/language:${{ matrix.language }}'

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
uses: actions/checkout@v5
5353

5454
- name: Setup Node
55-
uses: actions/setup-node@v5
55+
uses: actions/setup-node@v6
5656
with:
5757
node-version: ${{ env.NODE_VERSION }}
5858
cache: npm
@@ -82,7 +82,7 @@ jobs:
8282
uses: actions/checkout@v5
8383

8484
- name: Setup Node
85-
uses: actions/setup-node@v5
85+
uses: actions/setup-node@v6
8686
with:
8787
node-version: ${{ env.NODE_VERSION }}
8888
cache: npm
@@ -107,7 +107,7 @@ jobs:
107107
uses: actions/checkout@v5
108108

109109
- name: Setup Node
110-
uses: actions/setup-node@v5
110+
uses: actions/setup-node@v6
111111
with:
112112
node-version: ${{ env.NODE_VERSION }}
113113
cache: npm

package-lock.json

Lines changed: 34 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)