diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index baf3d1a7..fceba11f 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/devcontainers/base:1-bullseye +FROM mcr.microsoft.com/devcontainers/base:1-bullseye@sha256:f485b76ec2971017849252b494e61f4b7d97cd75d094db8161c34343edc026e9 # renovate: datasource=github-releases depName=skaffold packageName=GoogleContainerTools/skaffold ARG SKAFFOLD_VERSION=2.13.2 diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6ea17bd8..4b1f75e0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,16 +18,16 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Authenticate to GCP - uses: google-github-actions/auth@v2 + uses: google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2 with: workload_identity_provider: ${{ secrets.GOOGLE_WORKLOAD_IDENTITY_PROVIDER }} service_account: ${{ secrets.GOOGLE_SERVICE_ACCOUNT }} - name: Set up GKE - uses: google-github-actions/get-gke-credentials@v2 + uses: google-github-actions/get-gke-credentials@9025e8f90f2d8e0c3dafc3128cc705a26d992a6a # v2 with: cluster_name: ${{ secrets.GKE_CLUSTER_NAME }} location: ${{ secrets.GOOGLE_REGION }}