File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ inputs:
99runs :
1010 using : composite
1111 steps :
12- - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
12+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
1313 with :
1414 path : ~/go/pkg/mod
1515 key : ${{ runner.os }}-go-pkg-mod-${{ hashFiles('**/go.sum') }}-${{ hashFiles('Makefile') }}
16- - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
16+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
1717 if : ${{ inputs.build-cache-key }}
1818 with :
1919 path : ~/.cache/go-build
Original file line number Diff line number Diff line change 5252 with :
5353 go-version-file : ' go.mod'
5454 - name : Run Gosec Security Scanner
55- uses : securego/gosec@c9453023c4e81ebdb6dde29e22d9cd5e2285fb16 # v2.22.8
55+ uses : securego/gosec@15d5c61e866bc2e2e8389376a31f1e5e09bde7d8 # v2.22.9
5656 with :
5757 args : ' -no-fail -fmt sarif -out gosec.sarif ./...'
5858 - name : Upload SARIF file
Original file line number Diff line number Diff line change 3737 path : results.sarif
3838 retention-days : 5
3939 - name : Upload to code-scanning
40- uses : github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
40+ uses : github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
4141 with :
4242 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments