Skip to content

Commit e3df51d

Browse files
CopilotshizhMSFT
andcommitted
Fix actions/setup-go SHA for v6.0.0
Replace incorrect SHA 42a7e1b7c8cf5c0c8d05507cd91e3b8b3640f04a with correct SHA b7bc3c12cff44b00d5edf2b1fc3a20a272449c77 This fixes the CI failure: "An action could not be found at the URI" Co-authored-by: shizhMSFT <32161882+shizhMSFT@users.noreply.github.com>
1 parent 6fbba5d commit e3df51d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
comment: One or more commits in your pull request are not signed. The Notary Project requires all commits to be signed. Please sign your commits by following the [guide](https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits). Thank you!
3939
- name: Set up Go ${{ matrix.go-version }}
40-
uses: actions/setup-go@42a7e1b7c8cf5c0c8d05507cd91e3b8b3640f04a # v6.0.0
40+
uses: actions/setup-go@b7bc3c12cff44b00d5edf2b1fc3a20a272449c77 # v6.0.0
4141
with:
4242
go-version: ${{ matrix.go-version }}
4343
check-latest: true

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Checkout repository
4545
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4646
- name: Set up Go ${{ matrix.go-version }} environment
47-
uses: actions/setup-go@42a7e1b7c8cf5c0c8d05507cd91e3b8b3640f04a # v6.0.0
47+
uses: actions/setup-go@b7bc3c12cff44b00d5edf2b1fc3a20a272449c77 # v6.0.0
4848
with:
4949
go-version: ${{ matrix.go-version }}
5050
check-latest: true

0 commit comments

Comments
 (0)