We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d579d1 commit c100304Copy full SHA for c100304
.github/workflows/snyk-security.yml
@@ -13,7 +13,7 @@ jobs:
13
cache: npm
14
- run: npm install
15
- name: SonarCloud Scan
16
- uses: sonarsource/sonarcloud-github-action@master
+ uses: sonarsource/sonarcloud-github-action@main
17
env:
18
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
@@ -26,9 +26,9 @@ jobs:
26
needs: build
27
name: Run the SCA scan on the source code
28
steps:
29
- - uses: actions/checkout@master
+ - uses: actions/checkout@main
30
- name: RunSnyk to check for vulnerabilities
31
- uses: snyk/actions/node@master
+ uses: snyk/actions/node@main
32
continue-on-error: true
33
34
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
0 commit comments