Commit a783bd6 1 parent 35f1167 commit a783bd6 Copy full SHA for a783bd6
File tree 7 files changed +14
-14
lines changed
7 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ inputs:
9
9
runs :
10
10
using : composite
11
11
steps :
12
- - uses : actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
12
+ - uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
13
13
with :
14
14
path : ~/go/pkg/mod
15
15
key : ${{ runner.os }}-go-pkg-mod-${{ hashFiles('**/go.sum') }}-${{ hashFiles('Makefile') }}
16
- - uses : actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
16
+ - uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
17
17
if : ${{ inputs.build-cache-key }}
18
18
with :
19
19
path : ~/.cache/go-build
Original file line number Diff line number Diff line change 77
77
value : ${{ secrets.CODECOV_TOKEN }}
78
78
- name : Upload Report to Codecov
79
79
if : ${{ steps.checksecret.outputs.result == 'true' }}
80
- uses : codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
80
+ uses : codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
81
81
with :
82
82
token : ${{ secrets.CODECOV_TOKEN }}
83
83
slug : projectcapsule/capsule
Original file line number Diff line number Diff line change 36
36
output : ' trivy-results.sarif'
37
37
severity : ' CRITICAL,HIGH'
38
38
- name : Install Cosign
39
- uses : sigstore/cosign-installer@c56c2d3e59e4281cc41dea2217323ba5694b171e # v3.8.0
39
+ uses : sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a # v3.8.1
40
40
- name : Publish Capsule
41
41
id : publish-capsule
42
42
uses : peak-scale/github-actions/make-ko-publish@a441cca016861c546ab7e065277e40ce41a3eb84 # v0.2.0
60
60
id-token : write # To sign the provenance.
61
61
packages : write # To upload assets to release.
62
62
actions : read # To read the workflow path.
63
- uses : slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v2.0 .0
63
+ uses : slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v2.1 .0
64
64
with :
65
65
image : ghcr.io/${{ github.repository_owner }}/capsule
66
66
digest : " ${{ needs.publish-images.outputs.capsule-digest }}"
Original file line number Diff line number Diff line change 41
41
- name : build seccomp profile
42
42
run : make seccomp
43
43
- name : upload artifact
44
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
44
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
45
45
with :
46
46
name : capsule-seccomp
47
47
path : capsule-seccomp.json
Original file line number Diff line number Diff line change 46
46
chart-digest : ${{ steps.helm_publish.outputs.digest }}
47
47
steps :
48
48
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
49
- - uses : sigstore/cosign-installer@c56c2d3e59e4281cc41dea2217323ba5694b171e # v3.8.0
49
+ - uses : sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a # v3.8.1
50
50
- name : " Extract Version"
51
51
id : extract_version
52
52
run : |
73
73
id-token : write # To sign the provenance.
74
74
packages : write # To upload assets to release.
75
75
actions : read # To read the workflow path.
76
- uses : slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v2.0 .0
76
+ uses : slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v2.1 .0
77
77
with :
78
78
image : ghcr.io/${{ github.repository_owner }}/charts/capsule
79
79
digest : " ${{ needs.publish-helm-oci.outputs.chart-digest }}"
Original file line number Diff line number Diff line change 39
39
- name : build seccomp profile
40
40
run : make seccomp
41
41
- name : upload artifact
42
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
42
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
43
43
with :
44
44
name : capsule-seccomp
45
45
path : capsule-seccomp.json
66
66
- uses : creekorful/goreportcard-action@1f35ced8cdac2cba28c9a2f2288a16aacfd507f9 # v1.0
67
67
- uses : anchore/sbom-action/download-syft@79202aee38a39bd2039be442e58d731b63baf740
68
68
- name : Install Cosign
69
- uses : sigstore/cosign-installer@c56c2d3e59e4281cc41dea2217323ba5694b171e # v3.8.0
69
+ uses : sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a # v3.8.1
70
70
- name : download artifact
71
- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
71
+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
72
72
with :
73
73
name : capsule-seccomp
74
74
path : ./capsule-seccomp.json
Original file line number Diff line number Diff line change @@ -24,19 +24,19 @@ jobs:
24
24
with :
25
25
persist-credentials : false
26
26
- name : Run analysis
27
- uses : ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0
27
+ uses : ossf/scorecard-action@f49aabe0b5af0936a0987cfb85d86b75731b0186 # v2.4.1
28
28
with :
29
29
results_file : results.sarif
30
30
results_format : sarif
31
31
repo_token : ${{ secrets.SCORECARD_READ_TOKEN }}
32
32
publish_results : true
33
33
- name : Upload artifact
34
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
34
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
35
35
with :
36
36
name : SARIF file
37
37
path : results.sarif
38
38
retention-days : 5
39
39
- name : Upload to code-scanning
40
- uses : github/codeql-action/upload-sarif@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
40
+ uses : github/codeql-action/upload-sarif@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
41
41
with :
42
42
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments