@ -26,7 +26,7 @@ jobs:
base-product-version : $${{ steps.set-product-version.outputs.base-product-version }}
prerelease-product-version : ${{ steps.set-product-version.outputs.prerelease-product-version }}
steps:
- uses : actions/checkout@ a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses : actions/checkout@ 692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name : Set Product version
id : set-product-version
uses: hashicorp/actions-set-product-version@v2 # TSCCR: loading action configs: failed to query HEAD reference: failed to get advertised references : authorization failed
@ -39,7 +39,7 @@ jobs:
product-edition : ${{ steps.get-product-edition.outputs.product-edition }}
go-version : ${{ steps.get-go-version.outputs.go-version }}
steps:
- uses : actions/checkout@ a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses : actions/checkout@ 692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name : Determine Go version
id : get-go-version
# We use .go-version as our source of truth for current Go
@ -86,7 +86,7 @@ jobs:
runs-on : ${{ fromJSON(vars.BUILDER_LINUX) }}
steps:
- name : 'Checkout directory'
uses : actions/checkout@ a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
uses : actions/checkout@ 692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- run : |
echo "Product Version - ${{ needs.set-product-version.outputs.product-version }}"
echo "Product Prerelease - ${{ needs.set-product-version.outputs.prerelease-product-version }}"
@ -100,7 +100,7 @@ jobs:
filepath : ${{ steps.generate-metadata-file.outputs.filepath }}
steps:
- name : 'Checkout directory'
uses : actions/checkout@ a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
uses : actions/checkout@ 692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name : Generate metadata file
id : generate-metadata-file
uses: hashicorp/actions-generate-metadata@v1 # TSCCR: loading action configs: failed to query HEAD reference: failed to get advertised references : authorization failed
@ -137,7 +137,7 @@ jobs:
GOPRIVATE : "github.com/hashicorp"
GO111MODULE : on
steps:
- uses : actions/checkout@ a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses : actions/checkout@ 692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name : Set up go
uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
with:
@ -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@ 09f2f74827fd3a8607589e5ad7f9398816f540fe # v3.1.4
uses : dawidd6/action-download-artifact@ bf251b5aa9c2f7eeb574a96ee720e24f801b7c11 # v6
with:
workflow : build-admin-ui.yaml
commit : ${{ steps.set-sha.outputs.sha }}
@ -205,7 +205,7 @@ jobs:
GO111MODULE : on
steps:
- uses : actions/checkout@ a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses : actions/checkout@ 692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name : Set up Git
run : git config --global url."https://${{ secrets.ELEVATED_GITHUB_TOKEN }}:@github.com".insteadOf "https://github.com"
- name : Set up Go
@ -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@ 09f2f74827fd3a8607589e5ad7f9398816f540fe # v3.1.4
uses : dawidd6/action-download-artifact@ bf251b5aa9c2f7eeb574a96ee720e24f801b7c11 # v6
with:
workflow : build-admin-ui.yaml
commit : ${{ steps.set-sha.outputs.sha }}
@ -307,7 +307,7 @@ jobs:
GO111MODULE : on
steps:
- uses : actions/checkout@ a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses : actions/checkout@ 692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name : Set up go
uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
with:
@ -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@ 09f2f74827fd3a8607589e5ad7f9398816f540fe # v3.1.4
uses : dawidd6/action-download-artifact@ bf251b5aa9c2f7eeb574a96ee720e24f801b7c11 # v6
with:
workflow : build-admin-ui.yaml
commit : ${{ steps.set-sha.outputs.sha }}
@ -371,7 +371,7 @@ jobs:
version : ${{ needs.set-product-version.outputs.product-version }}
minor-version : ${{ needs.product-metadata.outputs.product-minor-version }}
steps:
- uses : actions/checkout@ a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses : actions/checkout@ 692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name : Docker Build (Action)
uses: hashicorp/actions-docker-build@v2 # TSCCR: loading action configs: failed to query HEAD reference: failed to get advertised references : authorization failed
with: