Skip to content

Commit d6550bf

Browse files
authored
Merge branch 'main' into alert-autofix-17
2 parents 840d65a + d50e553 commit d6550bf

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
@@ -21,10 +21,10 @@ jobs:
2121
runs-on: ubuntu-latest
2222

2323
steps:
24-
- uses: actions/checkout@v5
24+
- uses: actions/checkout@v6
2525

2626
- name: Set Node.js 16.x
27-
uses: actions/setup-node@v6.0.0
27+
uses: actions/setup-node@v6.1.0
2828
with:
2929
node-version: 16.x
3030

@@ -46,7 +46,7 @@ jobs:
4646
id: diff
4747

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

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ jobs:
1313
build: # make sure build/ci work properly
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717
- run: |
1818
npm install
1919
- run: |
2020
npm run all
2121
test: # make sure the action works on a clean machine without building
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/checkout@v5
24+
- uses: actions/checkout@v6
2525
- name: Run action
2626
uses: ./
2727
with:
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
sarifFile: test-data/webgoat1.sarif
3939
- name: Archive SARIF output
40-
uses: actions/upload-artifact@v5
40+
uses: actions/upload-artifact@v6
4141
with:
4242
name: sarif-output
4343
path: test-data/webgoat-with-security-standard-tag.sarif

0 commit comments

Comments
 (0)