File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -44,14 +44,14 @@ jobs:
44
44
45
45
# Upload the results as artifacts (optional).
46
46
- name : " Upload artifact"
47
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
47
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
48
48
with :
49
49
name : SARIF file
50
50
path : results.sarif
51
51
retention-days : 5
52
52
53
53
# Upload the results to GitHub's code scanning dashboard.
54
54
- name : " Upload to code-scanning"
55
- uses : github/codeql-action/upload-sarif@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d
55
+ uses : github/codeql-action/upload-sarif@1b549b9259bda1cb5ddde3b41741a82a2d15a841
56
56
with :
57
57
sarif_file : results.sarif
Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ jobs:
26
26
with :
27
27
persist-credentials : false
28
28
- name : " setup python"
29
- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38
29
+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
30
30
with :
31
31
python-version : ' 3.7.7' # install the python version needed
32
32
- name : " extract deps, find commit hash, pass to osv-scanner"
33
33
run : python .github/extract_deps.py --output osv-lockfile-${{github.sha}}.json
34
34
- name : " upload osv-scanner deps"
35
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
35
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
36
36
with :
37
37
# use github.ref in name to avoid duplicated artifacts
38
38
name : osv-lockfile-${{github.sha}}
You can’t perform that action at this time.
0 commit comments