Skip to content

Commit df17fb9

Browse files
SEC-090: Automated trusted workflow pinning (2025-02-17) (#1015)
Result of tsccr-helper -log-level=info gha update -latest .github/ Co-authored-by: hashicorp-tsccr[bot] <hashicorp-tsccr[bot]@users.noreply.github.com>
1 parent c9e7d13 commit df17fb9

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/actions/integration-test/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ runs:
5858
# Checkout this repo.
5959
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6060
- name: Setup go
61-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
61+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
6262
with:
6363
go-version-file: .go-version
6464
- name: Create Kind Cluster

.github/workflows/build.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
steps:
3939
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4040
- id: setup-go
41-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
41+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
4242
with:
4343
go-version-file: .go-version
4444
- name: go mod download all
@@ -78,11 +78,11 @@ jobs:
7878
- build-pre-checks
7979
steps:
8080
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
81-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
81+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
8282
with:
8383
go-version-file: .go-version
8484
- run: make ci-test
85-
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
85+
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
8686
with:
8787
node-version: '20'
8888
- run: npm install -g bats@${BATS_VERSION}
@@ -127,7 +127,7 @@ jobs:
127127
- name: Checkout
128128
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
129129
- name: Setup go
130-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
130+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
131131
with:
132132
go-version-file: .go-version
133133
- name: Build binary
@@ -331,7 +331,7 @@ jobs:
331331
helm repo add hashicorp https://helm.releases.hashicorp.com
332332
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
333333
- name: Setup go
334-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
334+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
335335
with:
336336
go-version-file: .go-version
337337
- name: Run tests
@@ -383,7 +383,7 @@ jobs:
383383
helm repo add hashicorp https://helm.releases.hashicorp.com
384384
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
385385
- name: Setup go
386-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
386+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
387387
with:
388388
go-version-file: .go-version
389389
- name: Run tests

0 commit comments

Comments
 (0)