Skip to content

Commit d30384b

Browse files
authored
Merge pull request #2342 from redhat-appstudio/konflux/mintmaker/main/actions-setup-go-digest
Update actions/setup-go digest to f111f33
2 parents bb0ad7d + d50039d commit d30384b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/go-ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
if: github.event_name == 'pull_request'
1212
steps:
1313
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
14-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5
14+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
1515
with:
1616
go-version-file: './go.mod'
1717
- name: golangci-lint
@@ -26,7 +26,7 @@ jobs:
2626
- name: Check out code
2727
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2828
- name: Install Go
29-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5
29+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
3030
with:
3131
go-version-file: './go.mod'
3232
- name: Check go mod status
@@ -63,7 +63,7 @@ jobs:
6363
- name: Check out code
6464
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
6565
- name: Install Go
66-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5
66+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
6767
with:
6868
go-version-file: './go.mod'
6969
- name: Build
@@ -81,7 +81,7 @@ jobs:
8181
if: github.event_name == 'pull_request'
8282
steps:
8383
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
84-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5
84+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
8585
with:
8686
go-version-file: './go.mod'
8787
# https://github.com/securego/gosec/blob/12be14859bc7d4b956b71bef0b443694aa519d8a/README.md#integrating-with-code-scanning

0 commit comments

Comments
 (0)