File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1717 steps :
1818 - name : Set up Python ${{ inputs.python-version }}
1919 id : setup-python
20- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
20+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
2121 with :
2222 python-version : ${{ inputs.python-version }}
2323
Original file line number Diff line number Diff line change 3232
3333 # Initializes the CodeQL tools for scanning.
3434 - name : Initialize CodeQL
35- uses : github/codeql-action/init@1b549b9259bda1cb5ddde3b41741a82a2d15a841
35+ uses : github/codeql-action/init@28deaeda66b76a05916b6923827895f2b14ab387
3636 with :
3737 languages : ${{ matrix.language }}
3838 # If you wish to specify custom queries, you can do so here or in a config file.
4646 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
4747 # If this step fails, then you should remove it and run the build manually (see below)
4848 - name : Autobuild
49- uses : github/codeql-action/autobuild@1b549b9259bda1cb5ddde3b41741a82a2d15a841
49+ uses : github/codeql-action/autobuild@28deaeda66b76a05916b6923827895f2b14ab387
5050
5151 # ℹ️ Command-line programs to run using the OS shell.
5252 # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
5959 # ./location_of_script_within_repo/buildscript.sh
6060
6161 - 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:
7373 - ' 3.13'
7474 steps :
7575 - name : Load artifact
76- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e
76+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
7777 with :
7878 name : dist
7979 path : ./dist
8080 - name : Set up Python
81- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
81+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
8282 with :
8383 python-version : ${{ matrix.python-version }}
8484 - name : Install Python dependencies
@@ -107,7 +107,7 @@ jobs:
107107 timeout-minutes : 10
108108 steps :
109109 - name : Load artifact
110- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e
110+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
111111 with :
112112 name : dist
113113 path : ./dist
Original file line number Diff line number Diff line change 5252
5353 steps :
5454 - name : Set up Python ${{ matrix.python_version }}
55- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
55+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
5656 with :
5757 python-version : ${{ matrix.python-version }}
5858
Original file line number Diff line number Diff line change 5757
5858 # Upload the results to GitHub's code scanning dashboard.
5959 - name : " Upload to code-scanning"
60- uses : github/codeql-action/upload-sarif@1b549b9259bda1cb5ddde3b41741a82a2d15a841
60+ uses : github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387
6161 with :
6262 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments