File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -62,11 +62,11 @@ runs:
6262 using : ' composite'
6363 steps :
6464 - name : Checkout code
65- uses : actions/checkout@v4
65+ uses : actions/checkout@v6
6666
6767 - name : Set up Python
6868 id : setup-python
69- uses : actions/setup-python@v4
69+ uses : actions/setup-python@v6
7070 with :
7171 python-version : ${{ inputs.python-version }}
7272
@@ -213,13 +213,13 @@ runs:
213213
214214 - name : Upload SARIF
215215 if : ${{ hashFiles(inputs.output) != '' }}
216- uses : github/codeql-action/upload-sarif@v3
216+ uses : github/codeql-action/upload-sarif@v4
217217 with :
218218 sarif_file : ${{ inputs.output }}
219219
220220 - name : Upload SARIF as debug artefact
221221 if : ${{ always() && runner.debug == '1' && hashFiles(inputs.output) != '' }}
222- uses : actions/upload-artifact@v4
222+ uses : actions/upload-artifact@v5
223223 with :
224224 name : ${{ inputs.output }}
225225 path : ${{ inputs.output }}
You can’t perform that action at this time.
0 commit comments