Skip to content

Commit e7dec26

Browse files
authored
Merge pull request #1970 from intel/dependabot/github_actions/actions/setup-go-5.3.0
build(deps): bump actions/setup-go from 5.2.0 to 5.3.0
2 parents c97c136 + 02d22b9 commit e7dec26

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/lib-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
builder: [buildah, docker]
4848
steps:
4949
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
50-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5
50+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
5151
with:
5252
go-version-file: go.mod
5353
check-latest: true

.github/workflows/lib-codeql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- name: Checkout repository
2121
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
22-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5
22+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
2323
with:
2424
go-version-file: go.mod
2525
check-latest: true

.github/workflows/lib-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- intel-xpumanager-sidecar
6565
steps:
6666
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
67-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5
67+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
6868
with:
6969
go-version-file: go.mod
7070
check-latest: true

.github/workflows/lib-validate.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ubuntu-24.04
3636
steps:
3737
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
38-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5
38+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
3939
with:
4040
go-version-file: go.mod
4141
check-latest: true
@@ -53,7 +53,7 @@ jobs:
5353
runs-on: ubuntu-24.04
5454
steps:
5555
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
56-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5
56+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
5757
with:
5858
go-version-file: go.mod
5959
check-latest: true
@@ -82,7 +82,7 @@ jobs:
8282
- 1.32.x
8383
steps:
8484
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
85-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5
85+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
8686
with:
8787
go-version-file: go.mod
8888
check-latest: true

0 commit comments

Comments
 (0)