File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -44,14 +44,14 @@ jobs:
4444
4545 # Upload the results as artifacts (optional).
4646 - name : " Upload artifact"
47- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
47+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
4848 with :
4949 name : SARIF file
5050 path : results.sarif
5151 retention-days : 5
5252
5353 # Upload the results to GitHub's code scanning dashboard.
5454 - name : " Upload to code-scanning"
55- uses : github/codeql-action/upload-sarif@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d
55+ uses : github/codeql-action/upload-sarif@1b549b9259bda1cb5ddde3b41741a82a2d15a841
5656 with :
5757 sarif_file : results.sarif
Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ jobs:
2626 with :
2727 persist-credentials : false
2828 - name : " setup python"
29- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38
29+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
3030 with :
3131 python-version : ' 3.7.7' # install the python version needed
3232 - name : " extract deps, find commit hash, pass to osv-scanner"
3333 run : python .github/extract_deps.py --output osv-lockfile-${{github.sha}}.json
3434 - name : " upload osv-scanner deps"
35- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
35+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
3636 with :
3737 # use github.ref in name to avoid duplicated artifacts
3838 name : osv-lockfile-${{github.sha}}
You can’t perform that action at this time.
0 commit comments