File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Harden GitHub runner
18- uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
18+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
1919 with :
2020 egress-policy : audit
2121
3535 ./scripts/generatemock.sh
3636
3737 - name : golangci-Lint analysis
38- uses : golangci/golangci-lint-action@051d91933864810ecd5e2ea2cfd98f6a5bca5347 # v6.3.2
38+ uses : golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0
3939 with :
4040 skip-cache : true
4141 skip-save-cache : true
Original file line number Diff line number Diff line change 9898 password : ${{ secrets.GITHUB_TOKEN }}
9999
100100 - name : Install Cosign
101- uses : sigstore/cosign-installer@c56c2d3e59e4281cc41dea2217323ba5694b171e # v3.8.0
101+ uses : sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a # v3.8.1
102102
103103 - name : Verify image
104104 env :
Original file line number Diff line number Diff line change 3535 if : success() && startsWith(github.ref, 'refs/tags/')
3636 steps :
3737 - name : Harden GitHub runner
38- uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
38+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
3939 with :
4040 egress-policy : audit
4141
5656 # GITHUB_API_TOKEN: ${{ secrets.GH_API_TOKEN }}
5757 # run: git config --global url."https://x:${GITHUB_API_TOKEN}@github.com".insteadOf "https://github.com"
5858
59- - uses : sigstore/cosign-installer@c56c2d3e59e4281cc41dea2217323ba5694b171e # v3.8.0
59+ - uses : sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a # v3.8.1
6060 - uses : anchore/sbom-action/download-syft@f325610c9f50a54015d37c8d16cb3b0e2c8f4de0 # v0.18.0
6161 - uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
6262 with :
Original file line number Diff line number Diff line change 2020
2121 steps :
2222 - name : Harden GitHub runner
23- uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
23+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
2424 with :
2525 egress-policy : audit
2626
You can’t perform that action at this time.
0 commit comments