File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ jobs:
1616 with :
1717 persist-credentials : false
1818
19- - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
19+ - uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
2020 with :
2121 go-version-file : ' ./go.mod'
2222 check-latest : true
2323
24- - uses : sigstore/cosign-installer@ba7bc0a3fef59531c69a25acd34668d6d3fe6f22 # v4.1.0
25- - uses : anchore/sbom-action/download-syft@57aae528053a48a3f6235f2d9461b05fbcb7366d # v0.23.1
24+ - uses : sigstore/cosign-installer@cad07c2e89fa2edd6e2d7bab4c1aa38e53f76003 # v4.1.1
25+ - uses : anchore/sbom-action/download-syft@e22c389904149dbc22b58101806040fa8d37a610 # v0.24.0
2626 - uses : imjasonh/setup-ko@d006021bd0c28d1ce33a07e7943d48b079944c8d # v0.9
2727
2828 - name : Set LDFLAGS
Original file line number Diff line number Diff line change @@ -44,14 +44,14 @@ jobs:
4444 with :
4545 persist-credentials : false
4646
47- - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
47+ - uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
4848 with :
4949 go-version-file : ' ./go.mod'
5050 check-latest : true
5151
5252 # Initializes the CodeQL tools for scanning.
5353 - name : Initialize CodeQL
54- uses : github/codeql-action/init@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0
54+ uses : github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
5555 with :
5656 languages : ${{ matrix.language }}
5757 build-mode : manual
6262 make all test
6363
6464 - name : Perform CodeQL Analysis
65- uses : github/codeql-action/analyze@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0
65+ uses : github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
Original file line number Diff line number Diff line change @@ -24,14 +24,14 @@ jobs:
2424 with :
2525 persist-credentials : false
2626
27- - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
27+ - uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
2828 with :
2929 go-version-file : ' ./go.mod'
3030 check-latest : true
3131 cache : false # avoid cache-poisoning attacks
3232
33- - uses : sigstore/cosign-installer@ba7bc0a3fef59531c69a25acd34668d6d3fe6f22 # v4.1.0
34- - uses : anchore/sbom-action/download-syft@57aae528053a48a3f6235f2d9461b05fbcb7366d # v0.23.1
33+ - uses : sigstore/cosign-installer@cad07c2e89fa2edd6e2d7bab4c1aa38e53f76003 # v4.1.1
34+ - uses : anchore/sbom-action/download-syft@e22c389904149dbc22b58101806040fa8d37a610 # v0.24.0
3535 - uses : imjasonh/setup-ko@d006021bd0c28d1ce33a07e7943d48b079944c8d # v0.9
3636
3737 - name : Set LDFLAGS
Original file line number Diff line number Diff line change 6666
6767 # Upload the results to GitHub's code scanning dashboard.
6868 - name : " Upload to code-scanning"
69- uses : github/codeql-action/upload-sarif@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0
69+ uses : github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
7070 with :
7171 sarif_file : results.sarif
Original file line number Diff line number Diff line change 5151 key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
5252 restore-keys : |
5353 ${{ runner.os }}-go-
54- - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
54+ - uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
5555 with :
5656 go-version-file : ' ./go.mod'
5757 check-latest : true
7676 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7777 with :
7878 persist-credentials : false
79- - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
79+ - uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
8080 with :
8181 go-version-file : ' ./go.mod'
8282 check-latest : true
9696 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
9797 with :
9898 persist-credentials : false
99- - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
99+ - uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
100100 with :
101101 go-version-file : ' ./go.mod'
102102 check-latest : true
@@ -116,7 +116,7 @@ jobs:
116116 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
117117 with :
118118 persist-credentials : false
119- - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
119+ - uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
120120 with :
121121 go-version-file : ' ./go.mod'
122122 check-latest : true
You can’t perform that action at this time.
0 commit comments