File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 version : ${{ steps.golangci_version.outputs.version }}
3232 args : " --timeout=10m --build-tags='normal periodic' --output.sarif.path=out/go-lint.sarif"
3333 - name : Upload sarif report
34- uses : github/codeql-action/upload-sarif@v4
34+ uses : github/codeql-action/upload-sarif@v4.31.7
3535 if : always()
3636 with :
3737 sarif_file : out/go-lint.sarif
8989 # we let the report trigger content trigger a failure using the GitHub Security features.
9090 args : ' -tags normal,periodic -no-fail -fmt sarif -out results.sarif ./...'
9191 - name : Upload SARIF file
92- uses : github/codeql-action/upload-sarif@755f44910c12a3d7ca0d8c6e42c048b3362f7cec # v3
92+ uses : github/codeql-action/upload-sarif@149d184a5153ea45e6fbcef5588ac7b8c7af9835 # v3
9393 with :
9494 # Path to SARIF file relative to the root of the repository
9595 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments