File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
12+ - uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
1313 with :
1414 path : ~/go/pkg/mod
1515 key : ${{ runner.os }}-go-pkg-mod-${{ hashFiles('**/go.sum') }}-${{ hashFiles('Makefile') }}
16- - uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
16+ - uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
1717 if : ${{ inputs.build-cache-key }}
1818 with :
1919 path : ~/.cache/go-build
Original file line number Diff line number Diff line change 1717 - name : Checkout
1818 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1919 - name : Ensure SHA pinned actions
20- uses : zgosalvez/github-actions-ensure-sha-pinned-actions@cc9ffdc62fadb9f83b46dd0979d9ad50408cc6a6 # v5.0.2
20+ uses : zgosalvez/github-actions-ensure-sha-pinned-actions@471d5ace1f08e3c4df1c4c2f7e6341aa75da434a # v5.0.3
2121 with :
2222 # slsa-github-generator requires using a semver tag for reusable workflows.
2323 # See: https://github.com/slsa-framework/slsa-github-generator#referencing-slsa-builders-and-generators
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@bb17e422fc34bf4c0a2e5cab9d07dc45a68c040c # v2.24.7
55+ uses : securego/gosec@223e19b8856e00f02cc67804499a83f77e208f3c # v2.25.0
5656 with :
5757 args : ' -no-fail -fmt sarif -out gosec.sarif ./...'
5858 - name : Upload SARIF file
7777 value : ${{ secrets.CODECOV_TOKEN }}
7878 - name : Upload Report to Codecov
7979 if : ${{ steps.checksecret.outputs.result == 'true' }}
80- uses : codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
80+ uses : codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
8181 with :
8282 token : ${{ secrets.CODECOV_TOKEN }}
8383 slug : projectcapsule/capsule-proxy
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@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0
40+ uses : github/codeql-action/upload-sarif@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
4141 with :
4242 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments