File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 23
23
24
24
steps :
25
25
- name : Set up Python
26
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
26
+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
27
27
with :
28
28
python-version : 3.x
29
29
Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ jobs:
218
218
219
219
steps :
220
220
- name : Set up Python
221
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
221
+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
222
222
with :
223
223
python-version : 3.x
224
224
Original file line number Diff line number Diff line change 59
59
60
60
# Upload the results to GitHub's code scanning dashboard.
61
61
- name : " Upload to code-scanning"
62
- uses : github/codeql-action/upload-sarif@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
62
+ uses : github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
63
63
with :
64
64
sarif_file : results.sarif
Original file line number Diff line number Diff line change 75
75
76
76
# This step checks out a copy of your repository.
77
77
- name : Upload SARIF file
78
- uses : github/codeql-action/upload-sarif@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
78
+ uses : github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
79
79
with :
80
80
token : ${{ github.token }}
81
81
# Path to SARIF file relative to the root of the repository
You can’t perform that action at this time.
0 commit comments