Skip to content

Commit ea86f26

Browse files
authoredMar 21, 2025
Merge pull request #343 from securesign/update-to-v2.4.3
Update to v2.4.3
2 parents 8ade5cf + 40b49a0 commit ea86f26

File tree

141 files changed

+4124
-1054
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

141 files changed

+4124
-1054
lines changed
 

‎.github/workflows/build.yaml

+8-6
Original file line numberDiff line numberDiff line change
@@ -44,20 +44,22 @@ jobs:
4444
packages: write
4545

4646
steps:
47-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
47+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
48+
with:
49+
persist-credentials: false
4850

49-
- uses: sigstore/cosign-installer@4959ce089c160fddf62f7b42464195ba1a56d382 # v3.6.0
51+
- uses: sigstore/cosign-installer@c56c2d3e59e4281cc41dea2217323ba5694b171e # v3.8.0
5052

51-
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
53+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
5254
with:
53-
go-version: '1.22'
55+
go-version-file: 'go.mod'
5456
check-latest: true
5557

5658
# will use the latest release available for ko
57-
- uses: ko-build/setup-ko@3aebd0597dc1e9d1a26bcfdb7cbeb19c131d3037 # v0.7
59+
- uses: ko-build/setup-ko@d982fec422852203cfb2053a8ec6ad302280d04d # v0.8
5860

5961
- name: Set up Cloud SDK
60-
uses: google-github-actions/auth@62cf5bd3e4211a0a0b51f2c6d6a37129d828611d # v2.1.5
62+
uses: google-github-actions/auth@71f986410dfbc7added4569d411d040a91dc6935 # v2.1.8
6163
with:
6264
workload_identity_provider: 'projects/498091336538/locations/global/workloadIdentityPools/githubactions/providers/sigstore-cosign'
6365
service_account: 'github-actions@projectsigstore.iam.gserviceaccount.com'

‎.github/workflows/codeql-analysis.yml

+6-4
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,12 @@ jobs:
5151

5252
steps:
5353
- name: Checkout repository
54-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
54+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
55+
with:
56+
persist-credentials: false
5557

5658
- name: Utilize Go Module Cache
57-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
59+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
5860
with:
5961
path: |
6062
~/go/pkg/mod
@@ -64,9 +66,9 @@ jobs:
6466
${{ runner.os }}-go-
6567
6668
- name: Set correct version of Golang to use during CodeQL run
67-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
69+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
6870
with:
69-
go-version: '1.22'
71+
go-version-file: 'go.mod'
7072
check-latest: true
7173

7274
# Initializes the CodeQL tools for scanning.

0 commit comments

Comments
 (0)