Skip to content

Commit eef5880

Browse files
authored
Merge branch 'main' into renovate/terraform-monorepo
2 parents 3b53685 + 5c7764d commit eef5880

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci_any_pr.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
src:
9595
- ${{ matrix.go-test-dir }}/**
9696
- if: steps.changes.outputs.src == 'true'
97-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
97+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
9898
with:
9999
go-version-file: ${{ matrix.go-test-dir }}/../go.mod
100100
- if: steps.changes.outputs.src == 'true'

.github/workflows/ci_main_branch.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
go-test-dir: ['anthos-bm-gcp-terraform/test/unit/']
8181
steps:
8282
- uses: actions/checkout@v4
83-
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
83+
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
8484
with:
8585
go-version-file: ${{ matrix.go-test-dir }}/../go.mod
8686
- name: Golang unit tests

.github/workflows/go-lint.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- anthos-bm-gcp-terraform/test
4242
steps:
4343
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
44-
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
44+
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
4545
with:
4646
go-version-file: ${{ matrix.folder }}/go.mod
4747
cache-dependency-path: ${{ matrix.folder }}/go.sum
@@ -54,7 +54,7 @@ jobs:
5454
- ".github/workflows/go-lint.yaml"
5555
- if: steps.changes.outputs.src == 'true'
5656
name: golangci-lint
57-
uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0
57+
uses: golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # v6.5.2
5858
with:
5959
version: latest
6060
working-directory: ${{ matrix.folder }}

0 commit comments

Comments
 (0)