File tree 5 files changed +9
-9
lines changed
5 files changed +9
-9
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@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
20
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
21
21
with :
22
22
python-version : ${{ inputs.python-version }}
23
23
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@1b549b9259bda1cb5ddde3b41741a82a2d15a841
35
+ uses : github/codeql-action/init@28deaeda66b76a05916b6923827895f2b14ab387
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@1b549b9259bda1cb5ddde3b41741a82a2d15a841
49
+ uses : github/codeql-action/autobuild@28deaeda66b76a05916b6923827895f2b14ab387
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@1b549b9259bda1cb5ddde3b41741a82a2d15a841
62
+ uses : github/codeql-action/analyze@28deaeda66b76a05916b6923827895f2b14ab387
Original file line number Diff line number Diff line change @@ -73,12 +73,12 @@ jobs:
73
73
- ' 3.13'
74
74
steps :
75
75
- name : Load artifact
76
- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e
76
+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
77
77
with :
78
78
name : dist
79
79
path : ./dist
80
80
- name : Set up Python
81
- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
81
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
82
82
with :
83
83
python-version : ${{ matrix.python-version }}
84
84
- name : Install Python dependencies
@@ -107,7 +107,7 @@ jobs:
107
107
timeout-minutes : 10
108
108
steps :
109
109
- name : Load artifact
110
- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e
110
+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
111
111
with :
112
112
name : dist
113
113
path : ./dist
Original file line number Diff line number Diff line change 52
52
53
53
steps :
54
54
- name : Set up Python ${{ matrix.python_version }}
55
- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
55
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
56
56
with :
57
57
python-version : ${{ matrix.python-version }}
58
58
Original file line number Diff line number Diff line change 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@1b549b9259bda1cb5ddde3b41741a82a2d15a841
60
+ uses : github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387
61
61
with :
62
62
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments