File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
22
steps :
23
23
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
24
24
- name : Set up Python ${{ matrix.python-version }}
25
- uses : actions/setup-python@v5.5 .0
25
+ uses : actions/setup-python@v5.6 .0
26
26
with :
27
27
python-version : ${{ matrix.python-version }}
28
28
- name : Install dependencies
Original file line number Diff line number Diff line change 42
42
path : results.sarif
43
43
retention-days : 5
44
44
- name : " Upload to code-scanning"
45
- uses : github/codeql-action/upload-sarif@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
45
+ uses : github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
46
46
with :
47
47
sarif_file : results.sarif
Original file line number Diff line number Diff line change 23
23
with :
24
24
fetch-depth : 0
25
25
- name : Setup Python
26
- uses : actions/setup-python@v5.5 .0
26
+ uses : actions/setup-python@v5.6 .0
27
27
with :
28
28
python-version : " 3.12"
29
29
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments