File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 33
33
with :
34
34
go-version-file : ' go.mod'
35
35
- name : Run Gosec Security Scanner
36
- uses : securego/gosec@43fee884f668c23601e0bec7a8c095fba226f889 # v2.22.1
36
+ uses : securego/gosec@136f6c00402b11775d4f4a45d5a21e2f6dd99db2 # v2.22.2
37
37
with :
38
38
args : ' -no-fail -fmt sarif -out gosec.sarif ./...'
39
39
- name : Upload SARIF file
58
58
value : ${{ secrets.CODECOV_TOKEN }}
59
59
- name : Upload Report to Codecov
60
60
if : ${{ steps.checksecret.outputs.result == 'true' }}
61
- uses : codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
61
+ uses : codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
62
62
with :
63
63
token : ${{ secrets.CODECOV_TOKEN }}
64
64
slug : projectcapsule/cortex-proxy
Original file line number Diff line number Diff line change 26
26
echo "Extracted version: $VERSION"
27
27
echo "version=$VERSION" >> $GITHUB_OUTPUT
28
28
- name : Install Cosign
29
- uses : sigstore/cosign-installer@c56c2d3e59e4281cc41dea2217323ba5694b171e # v3.8.0
29
+ uses : sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a # v3.8.1
30
30
- name : Publish with KO
31
31
id : publish
32
32
uses : peak-scale/github-actions/make-ko-publish@a441cca016861c546ab7e065277e40ce41a3eb84 # v0.2.0
50
50
id-token : write # To sign the provenance.
51
51
packages : write # To upload assets to release.
52
52
actions : read # To read the workflow path.
53
- uses : slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v2.0 .0
53
+ uses : slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v2.1 .0
54
54
with :
55
55
image : ghcr.io/${{ github.repository_owner }}/cortex-proxy
56
56
digest : " ${{ needs.publish-images.outputs.container-digest }}"
Original file line number Diff line number Diff line change 15
15
chart-digest : ${{ steps.helm_publish.outputs.digest }}
16
16
steps :
17
17
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18
- - uses : sigstore/cosign-installer@c56c2d3e59e4281cc41dea2217323ba5694b171e # v3.8.0
18
+ - uses : sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a # v3.8.1
19
19
- name : " Extract Version"
20
20
id : extract_version
21
21
run : |
43
43
id-token : write # To sign the provenance.
44
44
packages : write # To upload assets to release.
45
45
actions : read # To read the workflow path.
46
- uses : slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v2.0 .0
46
+ uses : slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v2.1 .0
47
47
with :
48
48
image : ghcr.io/${{ github.repository_owner }}/charts/cortex-proxy
49
49
digest : " ${{ needs.publish-helm.outputs.chart-digest }}"
Original file line number Diff line number Diff line change 22
22
- uses : creekorful/goreportcard-action@1f35ced8cdac2cba28c9a2f2288a16aacfd507f9 # v1.0
23
23
- uses : anchore/sbom-action/download-syft@79202aee38a39bd2039be442e58d731b63baf740
24
24
- name : Install Cosign
25
- uses : sigstore/cosign-installer@c56c2d3e59e4281cc41dea2217323ba5694b171e # v3.8.0
25
+ uses : sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a # v3.8.1
26
26
- name : Run GoReleaser
27
27
uses : goreleaser/goreleaser-action@90a3faa9d0182683851fbfa97ca1a2cb983bfca3 # v6.2.1
28
28
with :
You can’t perform that action at this time.
0 commit comments