From d4d18a6ebe2ba9e29e9a8ac2c3dde140ecd5a579 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 00:09:12 +0000 Subject: [PATCH] chore(deps): update ghcr.io/cloudfoundry/app-autoscaler-release-tools:main docker digest to 45a63d9 --- .github/workflows/acceptance_tests_broker_close.yaml | 2 +- .github/workflows/acceptance_tests_mta_close.yaml | 2 +- .github/workflows/bosh-release-checks.yaml | 4 ++-- .github/workflows/bosh-templates.yaml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/java-ci-lint.yaml | 2 +- .github/workflows/manifest.yaml | 2 +- .github/workflows/mysql.yaml | 2 +- .github/workflows/openapi-specs-check.yaml | 2 +- .github/workflows/postgres.yaml | 2 +- .github/workflows/tidy-go-mod.yaml | 2 +- .github/workflows/update-all-golang-dependencies.yaml | 2 +- 12 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/acceptance_tests_broker_close.yaml b/.github/workflows/acceptance_tests_broker_close.yaml index 4bd5fe5aee..dc176b113c 100644 --- a/.github/workflows/acceptance_tests_broker_close.yaml +++ b/.github/workflows/acceptance_tests_broker_close.yaml @@ -11,7 +11,7 @@ jobs: name: Cleanup deployments runs-on: ubuntu-latest container: - image: ghcr.io/cloudfoundry/app-autoscaler-release-tools:main@sha256:b89f25eeea092104fb75e8e7eaf76b0dbd3156bec51ea234670ff0bdd1fc6e8b + image: ghcr.io/cloudfoundry/app-autoscaler-release-tools:main@sha256:45a63d9bf65358d33fafae13feb568facb255d330af059dd16d4cbaab0a4fca3 steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: diff --git a/.github/workflows/acceptance_tests_mta_close.yaml b/.github/workflows/acceptance_tests_mta_close.yaml index 88eba48af8..9e2e5c708d 100644 --- a/.github/workflows/acceptance_tests_mta_close.yaml +++ b/.github/workflows/acceptance_tests_mta_close.yaml @@ -11,7 +11,7 @@ jobs: name: Cleanup deployments runs-on: ubuntu-latest container: - image: ghcr.io/cloudfoundry/app-autoscaler-release-tools:main@sha256:b89f25eeea092104fb75e8e7eaf76b0dbd3156bec51ea234670ff0bdd1fc6e8b + image: ghcr.io/cloudfoundry/app-autoscaler-release-tools:main@sha256:45a63d9bf65358d33fafae13feb568facb255d330af059dd16d4cbaab0a4fca3 steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: diff --git a/.github/workflows/bosh-release-checks.yaml b/.github/workflows/bosh-release-checks.yaml index f8ea3e89ab..c5a95a7260 100644 --- a/.github/workflows/bosh-release-checks.yaml +++ b/.github/workflows/bosh-release-checks.yaml @@ -12,7 +12,7 @@ jobs: name: ensure gosub specs are up to date runs-on: ubuntu-latest container: - image: ghcr.io/cloudfoundry/app-autoscaler-release-tools:main@sha256:b89f25eeea092104fb75e8e7eaf76b0dbd3156bec51ea234670ff0bdd1fc6e8b + image: ghcr.io/cloudfoundry/app-autoscaler-release-tools:main@sha256:45a63d9bf65358d33fafae13feb568facb255d330af059dd16d4cbaab0a4fca3 steps: - name: Trust my checkout run: git config --global --add safe.directory "${GITHUB_WORKSPACE}" @@ -39,7 +39,7 @@ jobs: name: Create Bosh Release runs-on: ubuntu-latest container: - image: ghcr.io/cloudfoundry/app-autoscaler-release-tools:main@sha256:b89f25eeea092104fb75e8e7eaf76b0dbd3156bec51ea234670ff0bdd1fc6e8b + image: ghcr.io/cloudfoundry/app-autoscaler-release-tools:main@sha256:45a63d9bf65358d33fafae13feb568facb255d330af059dd16d4cbaab0a4fca3 steps: - name: Trust my checkout run: git config --global --add safe.directory "${GITHUB_WORKSPACE}" diff --git a/.github/workflows/bosh-templates.yaml b/.github/workflows/bosh-templates.yaml index bd79dfb364..4a2c4edfb6 100644 --- a/.github/workflows/bosh-templates.yaml +++ b/.github/workflows/bosh-templates.yaml @@ -12,7 +12,7 @@ jobs: name: Bosh Templates Test runs-on: ubuntu-latest container: - image: ghcr.io/cloudfoundry/app-autoscaler-release-tools:main@sha256:b89f25eeea092104fb75e8e7eaf76b0dbd3156bec51ea234670ff0bdd1fc6e8b + image: ghcr.io/cloudfoundry/app-autoscaler-release-tools:main@sha256:45a63d9bf65358d33fafae13feb568facb255d330af059dd16d4cbaab0a4fca3 steps: - name: Checkout uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 0a0849865e..dc0bfc75d3 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -29,7 +29,7 @@ jobs: name: Analyze runs-on: ubuntu-latest container: - image: ghcr.io/cloudfoundry/app-autoscaler-release-tools:main@sha256:b89f25eeea092104fb75e8e7eaf76b0dbd3156bec51ea234670ff0bdd1fc6e8b + image: ghcr.io/cloudfoundry/app-autoscaler-release-tools:main@sha256:45a63d9bf65358d33fafae13feb568facb255d330af059dd16d4cbaab0a4fca3 permissions: actions: read diff --git a/.github/workflows/java-ci-lint.yaml b/.github/workflows/java-ci-lint.yaml index 6a9e5fcc85..0e640e6f47 100644 --- a/.github/workflows/java-ci-lint.yaml +++ b/.github/workflows/java-ci-lint.yaml @@ -17,7 +17,7 @@ jobs: code-style: runs-on: ubuntu-latest container: - image: ghcr.io/cloudfoundry/app-autoscaler-release-tools:main@sha256:b89f25eeea092104fb75e8e7eaf76b0dbd3156bec51ea234670ff0bdd1fc6e8b + image: ghcr.io/cloudfoundry/app-autoscaler-release-tools:main@sha256:45a63d9bf65358d33fafae13feb568facb255d330af059dd16d4cbaab0a4fca3 steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 diff --git a/.github/workflows/manifest.yaml b/.github/workflows/manifest.yaml index 200510db9c..ad3d2574d4 100644 --- a/.github/workflows/manifest.yaml +++ b/.github/workflows/manifest.yaml @@ -19,7 +19,7 @@ jobs: name: Manifest Tests runs-on: ubuntu-latest container: - image: ghcr.io/cloudfoundry/app-autoscaler-release-tools:main@sha256:b89f25eeea092104fb75e8e7eaf76b0dbd3156bec51ea234670ff0bdd1fc6e8b + image: ghcr.io/cloudfoundry/app-autoscaler-release-tools:main@sha256:45a63d9bf65358d33fafae13feb568facb255d330af059dd16d4cbaab0a4fca3 steps: - name: Checkout uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 diff --git a/.github/workflows/mysql.yaml b/.github/workflows/mysql.yaml index 9dff3f4591..65c2b47802 100644 --- a/.github/workflows/mysql.yaml +++ b/.github/workflows/mysql.yaml @@ -21,7 +21,7 @@ jobs: DB_PASSWORD: root runs-on: ubuntu-latest container: - image: ghcr.io/cloudfoundry/app-autoscaler-release-tools:main@sha256:b89f25eeea092104fb75e8e7eaf76b0dbd3156bec51ea234670ff0bdd1fc6e8b + image: ghcr.io/cloudfoundry/app-autoscaler-release-tools:main@sha256:45a63d9bf65358d33fafae13feb568facb255d330af059dd16d4cbaab0a4fca3 continue-on-error: true name: Build suite=${{ matrix.suite }}, mysql=${{ matrix.mysql }} services: diff --git a/.github/workflows/openapi-specs-check.yaml b/.github/workflows/openapi-specs-check.yaml index 9d7f00455c..0893ed6e4d 100644 --- a/.github/workflows/openapi-specs-check.yaml +++ b/.github/workflows/openapi-specs-check.yaml @@ -5,7 +5,7 @@ jobs: validate: runs-on: ubuntu-latest container: - image: ghcr.io/cloudfoundry/app-autoscaler-release-tools:main@sha256:b89f25eeea092104fb75e8e7eaf76b0dbd3156bec51ea234670ff0bdd1fc6e8b + image: ghcr.io/cloudfoundry/app-autoscaler-release-tools:main@sha256:45a63d9bf65358d33fafae13feb568facb255d330af059dd16d4cbaab0a4fca3 steps: - name: Get Repository content uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 diff --git a/.github/workflows/postgres.yaml b/.github/workflows/postgres.yaml index dff764e287..5860cf103d 100644 --- a/.github/workflows/postgres.yaml +++ b/.github/workflows/postgres.yaml @@ -21,7 +21,7 @@ jobs: DB_PASSWORD: postgres runs-on: ubuntu-latest container: - image: ghcr.io/cloudfoundry/app-autoscaler-release-tools:main@sha256:b89f25eeea092104fb75e8e7eaf76b0dbd3156bec51ea234670ff0bdd1fc6e8b + image: ghcr.io/cloudfoundry/app-autoscaler-release-tools:main@sha256:45a63d9bf65358d33fafae13feb568facb255d330af059dd16d4cbaab0a4fca3 continue-on-error: true name: Build suite=${{ matrix.suite }}, postgres=${{ matrix.postgres }} services: diff --git a/.github/workflows/tidy-go-mod.yaml b/.github/workflows/tidy-go-mod.yaml index 34068d5a09..88f5801794 100644 --- a/.github/workflows/tidy-go-mod.yaml +++ b/.github/workflows/tidy-go-mod.yaml @@ -11,7 +11,7 @@ jobs: name: ensure that go mod tidy has run runs-on: ubuntu-latest container: - image: ghcr.io/cloudfoundry/app-autoscaler-release-tools:main@sha256:b89f25eeea092104fb75e8e7eaf76b0dbd3156bec51ea234670ff0bdd1fc6e8b + image: ghcr.io/cloudfoundry/app-autoscaler-release-tools:main@sha256:45a63d9bf65358d33fafae13feb568facb255d330af059dd16d4cbaab0a4fca3 steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 diff --git a/.github/workflows/update-all-golang-dependencies.yaml b/.github/workflows/update-all-golang-dependencies.yaml index 7b5367c73e..7847d74180 100644 --- a/.github/workflows/update-all-golang-dependencies.yaml +++ b/.github/workflows/update-all-golang-dependencies.yaml @@ -9,7 +9,7 @@ jobs: name: "go get -u" runs-on: ubuntu-latest container: - image: ghcr.io/cloudfoundry/app-autoscaler-release-tools:main@sha256:b89f25eeea092104fb75e8e7eaf76b0dbd3156bec51ea234670ff0bdd1fc6e8b + image: ghcr.io/cloudfoundry/app-autoscaler-release-tools:main@sha256:45a63d9bf65358d33fafae13feb568facb255d330af059dd16d4cbaab0a4fca3 permissions: pull-requests: write contents: write