File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ jobs:
1919
2020 steps :
2121 - name : Checkout Repository
22- uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
22+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
2323 with :
2424 fetch-depth : 1
2525
2626 # see https://github.com/snyk/actions/tree/master/node
2727 - name : Lint Code with Snyk
28- uses : snyk/actions/node@master # TSCCR: no entry for repository "snyk/actions"
28+ uses : snyk/actions/node@b98d498629f1c368650224d6d212bf7dfa89e4bf # 0.4.0
2929 env :
3030 # see https://github.com/snyk/actions#getting-your-snyk-token
3131 SNYK_TOKEN : ${{ secrets.SNYK_TOKEN }}
3535
3636 # see https://github.com/github/codeql-action/tree/main/upload-sarif
3737 - name : Upload Snyk IaC results to GitHub Code Scanning
38- uses : github/codeql-action/upload-sarif@168b99b3c22180941ae7dbdd5f5c9678ede476ba # v2
38+ uses : github/codeql-action/upload-sarif@85c77f1dfc42a47cc98299e8779c151d2159b120 # codeql-bundle-v2.14.0
3939 with :
4040 sarif_file : snyk.sarif
Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ jobs:
1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout Repository
13- uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
13+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
1414 with :
1515 # Full git history is needed to get a proper list of changed files within `super-linter`
1616 fetch-depth : 0
1717
1818 - name : Lint Code with Super-Linter
19- uses : github/super-linter@454ba4482ce2cd0c505bc592e83c06e1e37ade61 # v4.10.1
19+ uses : github/super-linter@45fc0d88288beee4701c62761281edfee85655d7 # v5.0.0
2020 env :
2121 VALIDATE_ALL_CODEBASE : true
2222 DEFAULT_BRANCH : " main"
Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ jobs:
1818
1919 steps :
2020 - name : Checkout Repository
21- uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
21+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
2222 with :
2323 fetch-depth : 1
2424
2525 - name : Set up Node.js
26- uses : actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6 .0
26+ uses : actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7 .0
2727 with :
2828 node-version : ${{ matrix.node-version }}
2929 cache : ' npm'
You can’t perform that action at this time.
0 commit comments