File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ jobs:
1212 security :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v6
15+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1616
1717 - name : Setup Node.js
1818 if : hashFiles('package.json') != ''
19- uses : actions/setup-node@v6
19+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
2020 with :
2121 node-version : ' 18'
2222
3131
3232 - name : Setup Python
3333 if : hashFiles('requirements.txt') != '' || hashFiles('pyproject.toml') != ''
34- uses : actions/setup-python@v6
34+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
3535 with :
3636 python-version : ' 3.12'
3737
4343 continue-on-error : true
4444
4545 - name : Run Snyk Security Scan
46- uses : snyk/actions/node@master
46+ uses : snyk/actions/node@9cf6ca713d71123d2d229cc3d7f145b96ea3c518 # master
4747 continue-on-error : true
4848 env :
4949 SNYK_TOKEN : ${{ secrets.SNYK_TOKEN }}
You can’t perform that action at this time.
0 commit comments