diff --git a/.github/workflows/lint-test.yml b/.github/workflows/lint-test.yml index c6c92d0..beed34e 100644 --- a/.github/workflows/lint-test.yml +++ b/.github/workflows/lint-test.yml @@ -7,7 +7,7 @@ jobs: contents: read runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 02c75b5..3888a86 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 with: fetch-depth: 0 diff --git a/.github/workflows/validate-renovate.yml b/.github/workflows/validate-renovate.yml index dc2cb07..1e85fce 100644 --- a/.github/workflows/validate-renovate.yml +++ b/.github/workflows/validate-renovate.yml @@ -12,7 +12,7 @@ jobs: timeout-minutes: 10 steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 with: diff --git a/Dockerfile b/Dockerfile index 031f56c..4264b32 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:bookworm@sha256:b6507e340c43553136f5078284c8c68d86ec8262b1724dde73c325e8d3dcdeba as builder +FROM debian:bookworm@sha256:6337ad82d5c764a8b6a16cde86b157fdce353e36d8ca06fc1b16d4f34d29960e as builder ARG DEBIAN_FRONTEND=noninteractive # renovate: datasource=github-releases depName=hashicorp-vault-cli packageName=hashicorp/vault ARG VAULT_VERSION=1.18.3 @@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -y wget unzip RUN wget -q https://releases.hashicorp.com/vault/${VAULT_VERSION}/vault_${VAULT_VERSION}_linux_amd64.zip RUN unzip vault_${VAULT_VERSION}_linux_amd64.zip -FROM alpine:latest@sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1 as certs +FROM alpine:latest@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 as certs RUN apk --update add ca-certificates FROM scratch diff --git a/main.tf b/main.tf index c61b5c6..711824f 100644 --- a/main.tf +++ b/main.tf @@ -6,11 +6,11 @@ terraform { } google = { source = "hashicorp/google" - version = "6.45.0" + version = "6.50.0" } google-beta = { source = "hashicorp/google-beta" - version = "6.45.0" + version = "6.50.0" } } }