Skip to content

Commit c100304

Browse files
authored
Update snyk-security.yml
1 parent 6d579d1 commit c100304

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/snyk-security.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
cache: npm
1414
- run: npm install
1515
- name: SonarCloud Scan
16-
uses: sonarsource/sonarcloud-github-action@master
16+
uses: sonarsource/sonarcloud-github-action@main
1717
env:
1818
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1919
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
@@ -26,9 +26,9 @@ jobs:
2626
needs: build
2727
name: Run the SCA scan on the source code
2828
steps:
29-
- uses: actions/checkout@master
29+
- uses: actions/checkout@main
3030
- name: RunSnyk to check for vulnerabilities
31-
uses: snyk/actions/node@master
31+
uses: snyk/actions/node@main
3232
continue-on-error: true
3333
env:
3434
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

0 commit comments

Comments
 (0)