Skip to content

Commit f34a9c4

Browse files
authored
Merge pull request #765 from Wikid82/renovate/feature/beta-release-non-major-updates
chore(deps): update actions/setup-go digest to 4b73464 (feature/beta-release)
2 parents 940c42f + 5a62671 commit f34a9c4

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
ref: ${{ github.event.workflow_run.head_sha || github.sha }}
3636

3737
- name: Set up Go
38-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
38+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
3939
with:
4040
go-version: ${{ env.GO_VERSION }}
4141
cache-dependency-path: backend/go.sum

.github/workflows/codecov-upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
ref: ${{ github.sha }}
4646

4747
- name: Set up Go
48-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
48+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
4949
with:
5050
go-version: ${{ env.GO_VERSION }}
5151
cache-dependency-path: backend/go.sum

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858
- name: Setup Go
5959
if: matrix.language == 'go'
60-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
60+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
6161
with:
6262
go-version: 1.26.0
6363
cache-dependency-path: backend/go.sum

.github/workflows/e2e-tests-split.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142

143143
- name: Set up Go
144144
if: steps.resolve-image.outputs.image_source == 'build'
145-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
145+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
146146
with:
147147
go-version: ${{ env.GO_VERSION }}
148148
cache: true

.github/workflows/release-goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
fi
4646
4747
- name: Set up Go
48-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
48+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
4949
with:
5050
go-version: ${{ env.GO_VERSION }}
5151
cache-dependency-path: backend/go.sum

0 commit comments

Comments
 (0)