File tree 5 files changed +13
-13
lines changed 5 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 17
17
steps :
18
18
- name : Set up Python ${{ inputs.python-version }}
19
19
id : setup-python
20
- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38
20
+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
21
21
with :
22
22
python-version : ${{ inputs.python-version }}
23
23
38
38
39
39
- name : Restore installation
40
40
id : restore
41
- uses : actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf
41
+ uses : actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684
42
42
with :
43
43
path : |
44
44
meltingpot/assets
79
79
80
80
- name : Save installation
81
81
if : steps.restore.outputs.cache-hit != 'true'
82
- uses : actions/cache/save@d4323d4df104b026a6aa633fdb11d772146be0bf
82
+ uses : actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684
83
83
with :
84
84
path : |
85
85
meltingpot/assets
Original file line number Diff line number Diff line change 32
32
33
33
# Initializes the CodeQL tools for scanning.
34
34
- name : Initialize CodeQL
35
- uses : github/codeql-action/init@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d
35
+ uses : github/codeql-action/init@1b549b9259bda1cb5ddde3b41741a82a2d15a841
36
36
with :
37
37
languages : ${{ matrix.language }}
38
38
# If you wish to specify custom queries, you can do so here or in a config file.
46
46
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
47
47
# If this step fails, then you should remove it and run the build manually (see below)
48
48
- name : Autobuild
49
- uses : github/codeql-action/autobuild@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d
49
+ uses : github/codeql-action/autobuild@1b549b9259bda1cb5ddde3b41741a82a2d15a841
50
50
51
51
# ℹ️ Command-line programs to run using the OS shell.
52
52
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
59
59
# ./location_of_script_within_repo/buildscript.sh
60
60
61
61
- name : Perform CodeQL Analysis
62
- uses : github/codeql-action/analyze@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d
62
+ uses : github/codeql-action/analyze@1b549b9259bda1cb5ddde3b41741a82a2d15a841
Original file line number Diff line number Diff line change 45
45
done
46
46
ls dist/*
47
47
- name : Save artifact
48
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
48
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
49
49
with :
50
50
name : dist
51
51
path : ./dist
@@ -74,12 +74,12 @@ jobs:
74
74
- ' 3.13'
75
75
steps :
76
76
- name : Load artifact
77
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
77
+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e
78
78
with :
79
79
name : dist
80
80
path : ./dist
81
81
- name : Set up Python
82
- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38
82
+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
83
83
with :
84
84
python-version : ${{ matrix.python-version }}
85
85
- name : Install Python dependencies
@@ -108,7 +108,7 @@ jobs:
108
108
timeout-minutes : 10
109
109
steps :
110
110
- name : Load artifact
111
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
111
+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e
112
112
with :
113
113
name : dist
114
114
path : ./dist
Original file line number Diff line number Diff line change 53
53
54
54
steps :
55
55
- name : Set up Python ${{ matrix.python_version }}
56
- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38
56
+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
57
57
with :
58
58
python-version : ${{ matrix.python-version }}
59
59
Original file line number Diff line number Diff line change @@ -49,14 +49,14 @@ jobs:
49
49
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
50
50
# format to the repository Actions tab.
51
51
- name : " Upload artifact"
52
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
52
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
53
53
with :
54
54
name : SARIF file
55
55
path : results.sarif
56
56
retention-days : 5
57
57
58
58
# Upload the results to GitHub's code scanning dashboard.
59
59
- name : " Upload to code-scanning"
60
- uses : github/codeql-action/upload-sarif@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d
60
+ uses : github/codeql-action/upload-sarif@1b549b9259bda1cb5ddde3b41741a82a2d15a841
61
61
with :
62
62
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments