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 6969 shell : bash
7070 run : |
7171 echo "${{ inputs.ignore-policies }}" > "${GITHUB_ACTION_PATH}/ignored-policies"
72- - uses : actions/setup-node@v3
72+ - uses : actions/setup-node@v4
7373 with :
74- node-version : ' 16 '
74+ node-version : ' 20 '
7575
7676 - id : analyze
7777 shell : bash
@@ -95,13 +95,13 @@ runs:
9595 - name : " Upload SARIF as Code Scanning Results"
9696 if : ${{ inputs.upload_code_scanning == 'true' }}
9797 continue-on-error : true
98- uses : github/codeql-action/upload-sarif@v2
98+ uses : github/codeql-action/upload-sarif@v3
9999 with :
100100 sarif_file : legitify-output.sarif
101101 category : " legitify-report"
102102 - name : " Upload outputs as Workflow Artifacts"
103103 if : ${{ steps.analyze.outputs.is_private == 'true' }}
104- uses : actions/upload-artifact@v3
104+ uses : actions/upload-artifact@v4
105105 with :
106106 name : ${{ inputs.artifact_name }}
107107 path : legitify-output.*
You can’t perform that action at this time.
0 commit comments