@ -48,7 +48,7 @@ jobs:
echo "Building with Go $(cat .go-version)"
echo "go-version=$(cat .go-version)" >> "$GITHUB_OUTPUT"
- name : Set up Go
uses : actions/setup-go@ 41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1 .0
uses : actions/setup-go@ 3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
with:
go-version : "${{ steps.get-go-version.outputs.go-version }}"
cache : false
@ -58,7 +58,7 @@ jobs:
echo "go-build=$(go env GOCACHE)" >> "$GITHUB_OUTPUT"
echo "go-mod=$(go env GOMODCACHE)" >> "$GITHUB_OUTPUT"
- name : Set up Go modules cache
uses : actions/cache@ 6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
uses : actions/cache@ 1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
with:
path : |
${{ steps.go-cache-paths.outputs.go-build }}
@ -139,7 +139,7 @@ jobs:
steps:
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name : Set up go
uses : actions/setup-go@ 41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1 .0
uses : actions/setup-go@ 3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
with:
go-version : ${{ matrix.go }}
cache : false
@ -149,7 +149,7 @@ jobs:
echo "go-build=$(go env GOCACHE)" >> "$GITHUB_OUTPUT"
echo "go-mod=$(go env GOMODCACHE)" >> "$GITHUB_OUTPUT"
- name : Set up Go modules cache
uses : actions/cache@ 6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
uses : actions/cache@ 1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
with:
path : |
${{ steps.go-cache-paths.outputs.go-build }}
@ -163,7 +163,7 @@ jobs:
id : set-sha
run : echo "sha=$(head -n1 internal/ui/VERSION | cut -d ' ' -f1)" >> "$GITHUB_OUTPUT"
- name : Download UI artifact
uses : dawidd6/action-download-artifact@ bf251b5aa9c2f7eeb574a96ee720e24f801b7c11 # v6
uses : dawidd6/action-download-artifact@ 80620a5d27ce0ae443b965134db88467fc607b43 # v7
with:
workflow : build-admin-ui.yaml
commit : ${{ steps.set-sha.outputs.sha }}
@ -209,7 +209,7 @@ jobs:
- name : Set up Git
run : git config --global url."https://${{ secrets.ELEVATED_GITHUB_TOKEN }}:@github.com".insteadOf "https://github.com"
- name : Set up Go
uses : actions/setup-go@ 41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1 .0
uses : actions/setup-go@ 3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
with:
go-version : ${{ matrix.go }}
cache : false
@ -219,7 +219,7 @@ jobs:
echo "go-build=$(go env GOCACHE)" >> "$GITHUB_OUTPUT"
echo "go-mod=$(go env GOMODCACHE)" >> "$GITHUB_OUTPUT"
- name : Set up Go modules cache
uses : actions/cache@ 6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
uses : actions/cache@ 1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
with:
path : |
${{ steps.go-cache-paths.outputs.go-build }}
@ -231,7 +231,7 @@ jobs:
id : set-sha
run : echo "sha=$(head -n1 internal/ui/VERSION | cut -d ' ' -f1)" >> "$GITHUB_OUTPUT"
- name : Download UI artifact
uses : dawidd6/action-download-artifact@ bf251b5aa9c2f7eeb574a96ee720e24f801b7c11 # v6
uses : dawidd6/action-download-artifact@ 80620a5d27ce0ae443b965134db88467fc607b43 # v7
with:
workflow : build-admin-ui.yaml
commit : ${{ steps.set-sha.outputs.sha }}
@ -309,7 +309,7 @@ jobs:
steps:
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name : Set up go
uses : actions/setup-go@ 41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1 .0
uses : actions/setup-go@ 3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
with:
go-version : ${{ matrix.go }}
cache : false
@ -319,7 +319,7 @@ jobs:
echo "go-build=$(go env GOCACHE)" >> "$GITHUB_OUTPUT"
echo "go-mod=$(go env GOMODCACHE)" >> "$GITHUB_OUTPUT"
- name : Set up Go modules cache
uses : actions/cache@ 6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
uses : actions/cache@ 1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
with:
path : |
${{ steps.go-cache-paths.outputs.go-build }}
@ -331,7 +331,7 @@ jobs:
id : set-sha
run : echo "sha=$(head -n1 internal/ui/VERSION | cut -d ' ' -f1)" >> "$GITHUB_OUTPUT"
- name : Download UI artifact
uses : dawidd6/action-download-artifact@ bf251b5aa9c2f7eeb574a96ee720e24f801b7c11 # v6
uses : dawidd6/action-download-artifact@ 80620a5d27ce0ae443b965134db88467fc607b43 # v7
with:
workflow : build-admin-ui.yaml
commit : ${{ steps.set-sha.outputs.sha }}