Skip to content

Commit

Permalink
Update github actions to node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
fugerit79 committed Feb 10, 2024
1 parent c371510 commit 4a346ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_maven_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
push:
branches:
- main
- branch-scan
- branch-sonarcloud
pull_request:
types:
- opened
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
# Snyk can be used to break the build when it detects vulnerabilities.
# In this case we want to upload the issues to GitHub Code Scanning
continue-on-error: true
uses: snyk/actions/docker@main
uses: snyk/actions/docker@master
env:
# In order to use the Snyk Action you will need to have a Snyk API token.
# More details in https://github.com/snyk/actions#getting-your-snyk-token
Expand Down

0 comments on commit 4a346ba

Please sign in to comment.