Skip to content

Commit 80a7bcd

Browse files
chore(deps): update ghcr.io/cloudfoundry/app-autoscaler-release-tools:main docker digest to a850ee8 (#3470)
* chore(deps): update ghcr.io/cloudfoundry/app-autoscaler-release-tools:main docker digest to a850ee8 * trigger new ci run --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: geigerj0 <112163019+geigerj0@users.noreply.github.com>
1 parent 89d9a43 commit 80a7bcd

12 files changed

+13
-13
lines changed

.github/workflows/acceptance_tests_broker_close.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Cleanup deployments
1212
runs-on: ubuntu-latest
1313
container:
14-
image: ghcr.io/cloudfoundry/app-autoscaler-release-tools:main@sha256:e8b8c2d77b3ff1dcce7b5da13e14d39e5741c50c80d6a0877f0069d48f27ffed
14+
image: ghcr.io/cloudfoundry/app-autoscaler-release-tools:main@sha256:a850ee87a32ae11003e1343714b8af06d2be377744510472601f3ff4b153968e
1515
steps:
1616
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1717
with:

.github/workflows/acceptance_tests_mta_close.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Cleanup deployments
1212
runs-on: ubuntu-latest
1313
container:
14-
image: ghcr.io/cloudfoundry/app-autoscaler-release-tools:main@sha256:e8b8c2d77b3ff1dcce7b5da13e14d39e5741c50c80d6a0877f0069d48f27ffed
14+
image: ghcr.io/cloudfoundry/app-autoscaler-release-tools:main@sha256:a850ee87a32ae11003e1343714b8af06d2be377744510472601f3ff4b153968e
1515
steps:
1616
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1717
with:

.github/workflows/bosh-release-checks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: ensure gosub specs are up to date
1313
runs-on: ubuntu-latest
1414
container:
15-
image: ghcr.io/cloudfoundry/app-autoscaler-release-tools:main@sha256:e8b8c2d77b3ff1dcce7b5da13e14d39e5741c50c80d6a0877f0069d48f27ffed
15+
image: ghcr.io/cloudfoundry/app-autoscaler-release-tools:main@sha256:a850ee87a32ae11003e1343714b8af06d2be377744510472601f3ff4b153968e
1616
steps:
1717
- name: Trust my checkout
1818
run: git config --global --add safe.directory "${GITHUB_WORKSPACE}"
@@ -39,7 +39,7 @@ jobs:
3939
name: Create Bosh Release
4040
runs-on: ubuntu-latest
4141
container:
42-
image: ghcr.io/cloudfoundry/app-autoscaler-release-tools:main@sha256:e8b8c2d77b3ff1dcce7b5da13e14d39e5741c50c80d6a0877f0069d48f27ffed
42+
image: ghcr.io/cloudfoundry/app-autoscaler-release-tools:main@sha256:a850ee87a32ae11003e1343714b8af06d2be377744510472601f3ff4b153968e
4343
steps:
4444
- name: Trust my checkout
4545
run: git config --global --add safe.directory "${GITHUB_WORKSPACE}"

.github/workflows/bosh-templates.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Bosh Templates Test
1313
runs-on: ubuntu-latest
1414
container:
15-
image: ghcr.io/cloudfoundry/app-autoscaler-release-tools:main@sha256:e8b8c2d77b3ff1dcce7b5da13e14d39e5741c50c80d6a0877f0069d48f27ffed
15+
image: ghcr.io/cloudfoundry/app-autoscaler-release-tools:main@sha256:a850ee87a32ae11003e1343714b8af06d2be377744510472601f3ff4b153968e
1616
steps:
1717
- name: Checkout
1818
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
name: Analyze
3030
runs-on: ubuntu-latest
3131
container:
32-
image: ghcr.io/cloudfoundry/app-autoscaler-release-tools:main@sha256:e8b8c2d77b3ff1dcce7b5da13e14d39e5741c50c80d6a0877f0069d48f27ffed
32+
image: ghcr.io/cloudfoundry/app-autoscaler-release-tools:main@sha256:a850ee87a32ae11003e1343714b8af06d2be377744510472601f3ff4b153968e
3333

3434
permissions:
3535
actions: read

.github/workflows/java-ci-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
code-style:
1818
runs-on: ubuntu-latest
1919
container:
20-
image: ghcr.io/cloudfoundry/app-autoscaler-release-tools:main@sha256:e8b8c2d77b3ff1dcce7b5da13e14d39e5741c50c80d6a0877f0069d48f27ffed
20+
image: ghcr.io/cloudfoundry/app-autoscaler-release-tools:main@sha256:a850ee87a32ae11003e1343714b8af06d2be377744510472601f3ff4b153968e
2121
steps:
2222
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2323

.github/workflows/manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: Manifest Tests
2020
runs-on: ubuntu-latest
2121
container:
22-
image: ghcr.io/cloudfoundry/app-autoscaler-release-tools:main@sha256:e8b8c2d77b3ff1dcce7b5da13e14d39e5741c50c80d6a0877f0069d48f27ffed
22+
image: ghcr.io/cloudfoundry/app-autoscaler-release-tools:main@sha256:a850ee87a32ae11003e1343714b8af06d2be377744510472601f3ff4b153968e
2323
steps:
2424
- name: Checkout
2525
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

.github/workflows/mysql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
DB_PASSWORD: root
2222
runs-on: ubuntu-latest
2323
container:
24-
image: ghcr.io/cloudfoundry/app-autoscaler-release-tools:main@sha256:e8b8c2d77b3ff1dcce7b5da13e14d39e5741c50c80d6a0877f0069d48f27ffed
24+
image: ghcr.io/cloudfoundry/app-autoscaler-release-tools:main@sha256:a850ee87a32ae11003e1343714b8af06d2be377744510472601f3ff4b153968e
2525
continue-on-error: true
2626
name: Build suite=${{ matrix.suite }}, mysql=${{ matrix.mysql }}
2727
services:

.github/workflows/openapi-specs-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
validate:
66
runs-on: ubuntu-latest
77
container:
8-
image: ghcr.io/cloudfoundry/app-autoscaler-release-tools:main@sha256:e8b8c2d77b3ff1dcce7b5da13e14d39e5741c50c80d6a0877f0069d48f27ffed
8+
image: ghcr.io/cloudfoundry/app-autoscaler-release-tools:main@sha256:a850ee87a32ae11003e1343714b8af06d2be377744510472601f3ff4b153968e
99
steps:
1010
- name: Get Repository content
1111
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

.github/workflows/postgres.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
DB_PASSWORD: postgres
2222
runs-on: ubuntu-latest
2323
container:
24-
image: ghcr.io/cloudfoundry/app-autoscaler-release-tools:main@sha256:e8b8c2d77b3ff1dcce7b5da13e14d39e5741c50c80d6a0877f0069d48f27ffed
24+
image: ghcr.io/cloudfoundry/app-autoscaler-release-tools:main@sha256:a850ee87a32ae11003e1343714b8af06d2be377744510472601f3ff4b153968e
2525
continue-on-error: true
2626
name: Build suite=${{ matrix.suite }}, postgres=${{ matrix.postgres }}
2727
services:

0 commit comments

Comments
 (0)