diff --git a/.github/workflows/lint-test.yml b/.github/workflows/lint-test.yml index c6c92d0..bd1440e 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 - uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 02c75b5..2580a89 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 with: fetch-depth: 0 diff --git a/.github/workflows/validate-renovate.yml b/.github/workflows/validate-renovate.yml index dc2cb07..7140e18 100644 --- a/.github/workflows/validate-renovate.yml +++ b/.github/workflows/validate-renovate.yml @@ -12,10 +12,10 @@ jobs: timeout-minutes: 10 steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 - - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 + - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6 with: - node-version: 20 + node-version: 24 - run: npx -p renovate renovate-config-validator renovate.json diff --git a/Dockerfile b/Dockerfile index 031f56c..9661da8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:bookworm@sha256:b6507e340c43553136f5078284c8c68d86ec8262b1724dde73c325e8d3dcdeba as builder +FROM debian:trixie@sha256:72547dd722cd005a8c2aa2079af9ca0ee93aad8e589689135feaed60b0a8c08d as builder ARG DEBIAN_FRONTEND=noninteractive # renovate: datasource=github-releases depName=hashicorp-vault-cli packageName=hashicorp/vault ARG VAULT_VERSION=1.18.3 diff --git a/main.tf b/main.tf index c61b5c6..3c05c85 100644 --- a/main.tf +++ b/main.tf @@ -6,11 +6,11 @@ terraform { } google = { source = "hashicorp/google" - version = "6.45.0" + version = "7.9.0" } google-beta = { source = "hashicorp/google-beta" - version = "6.45.0" + version = "7.9.0" } } }