Skip to content

Commit 4d2c3cc

Browse files
authored
Merge branch 'main' into alert-autofix-18
2 parents b24869b + d50e553 commit 4d2c3cc

File tree

4 files changed

+7221
-3989
lines changed

4 files changed

+7221
-3989
lines changed

.github/workflows/check-dist.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
runs-on: ubuntu-latest
2424

2525
steps:
26-
- uses: actions/checkout@v5
26+
- uses: actions/checkout@v6
2727

2828
- name: Set Node.js 16.x
29-
uses: actions/setup-node@v6.0.0
29+
uses: actions/setup-node@v6.1.0
3030
with:
3131
node-version: 16.x
3232

@@ -48,7 +48,7 @@ jobs:
4848
id: diff
4949

5050
# If index.js was different than expected, upload the expected version as an artifact
51-
- uses: actions/upload-artifact@v5
51+
- uses: actions/upload-artifact@v6
5252
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
5353
with:
5454
name: dist

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ jobs:
1111
build: # make sure build/ci work properly
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v5
14+
- uses: actions/checkout@v6
1515
- run: |
1616
npm install
1717
- run: |
1818
npm run all
1919
test: # make sure the action works on a clean machine without building
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v5
22+
- uses: actions/checkout@v6
2323
- name: Run action
2424
uses: ./
2525
with:
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
sarifFile: test-data/webgoat1.sarif
3737
- name: Archive SARIF output
38-
uses: actions/upload-artifact@v5
38+
uses: actions/upload-artifact@v6
3939
with:
4040
name: sarif-output
4141
path: test-data/webgoat-with-security-standard-tag.sarif

0 commit comments

Comments
 (0)