Skip to content

Commit 5241864

Browse files
committed
[GA] Fix Snyk test
1 parent e30cce3 commit 5241864

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/scheduled_snyk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v3
1212
- uses: snyk/actions/setup@master
1313
with:
14-
snyk-version: v1.931.0
14+
snyk-version: v1.1032.0
1515

1616
- uses: actions/setup-java@v3
1717
with:

.github/workflows/snyk.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ name: Snyk test
22
on:
33
pull_request:
44
branches:
5-
- master
5+
- main
66
jobs:
77
security:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v3
1111
- uses: snyk/actions/setup@master
1212
with:
13-
snyk-version: v1.931.0
13+
snyk-version: v1.1032.0
1414

1515
- uses: actions/setup-java@v3
1616
with:

0 commit comments

Comments
 (0)