Skip to content

Commit cea4c95

Browse files
authored
Merge branch 'main' into ca-scopes
2 parents a259dae + dd8982a commit cea4c95

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.github/workflows/browserstack.yml

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

3737
- name: Setup Node
38-
uses: actions/setup-node@v5
38+
uses: actions/setup-node@v6
3939
with:
4040
node-version: ${{ env.NODE_VERSION }}
4141
cache: npm

.github/workflows/codeql.yml

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

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

4848
- name: Autobuild
49-
uses: github/codeql-action/autobuild@v3
49+
uses: github/codeql-action/autobuild@v4
5050

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

.github/workflows/test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: actions/checkout@v5
4949

5050
- name: Setup Node
51-
uses: actions/setup-node@v5
51+
uses: actions/setup-node@v6
5252
with:
5353
node-version: ${{ env.NODE_VERSION }}
5454
cache: npm
@@ -60,4 +60,6 @@ jobs:
6060
run: npm run test
6161

6262
- name: Upload coverage
63-
uses: codecov/codecov-action@4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0 # [email protected]
63+
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # [email protected]
64+
with:
65+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)