File tree Expand file tree Collapse file tree 10 files changed +11
-11
lines changed
Expand file tree Collapse file tree 10 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1111 name : Cleanup deployments
1212 runs-on : ubuntu-latest
1313 container :
14- image : ghcr.io/cloudfoundry/app-autoscaler-release-tools:main@sha256:01209e44024cd83445d3f1c7aa7a1692f06ad92b94fb67ca1cd62b7b5ab51c43
14+ image : ghcr.io/cloudfoundry/app-autoscaler-release-tools:main@sha256:dc60727307d91a0c4fbf40e64c7bf1c153d1b23dfc918167861c72605176c6ae
1515 steps :
1616 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1717 with :
Original file line number Diff line number Diff line change 1111 name : Cleanup deployments
1212 runs-on : ubuntu-latest
1313 container :
14- image : ghcr.io/cloudfoundry/app-autoscaler-release-tools:main@sha256:01209e44024cd83445d3f1c7aa7a1692f06ad92b94fb67ca1cd62b7b5ab51c43
14+ image : ghcr.io/cloudfoundry/app-autoscaler-release-tools:main@sha256:dc60727307d91a0c4fbf40e64c7bf1c153d1b23dfc918167861c72605176c6ae
1515 steps :
1616 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1717 with :
Original file line number Diff line number Diff line change 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:01209e44024cd83445d3f1c7aa7a1692f06ad92b94fb67ca1cd62b7b5ab51c43
15+ image : ghcr.io/cloudfoundry/app-autoscaler-release-tools:main@sha256:dc60727307d91a0c4fbf40e64c7bf1c153d1b23dfc918167861c72605176c6ae
1616 steps :
1717 - name : Trust my checkout
1818 run : git config --global --add safe.directory "${GITHUB_WORKSPACE}"
3939 name : Create Bosh Release
4040 runs-on : ubuntu-latest
4141 container :
42- image : ghcr.io/cloudfoundry/app-autoscaler-release-tools:main@sha256:01209e44024cd83445d3f1c7aa7a1692f06ad92b94fb67ca1cd62b7b5ab51c43
42+ image : ghcr.io/cloudfoundry/app-autoscaler-release-tools:main@sha256:dc60727307d91a0c4fbf40e64c7bf1c153d1b23dfc918167861c72605176c6ae
4343 steps :
4444 - name : Trust my checkout
4545 run : git config --global --add safe.directory "${GITHUB_WORKSPACE}"
Original file line number Diff line number Diff line change 1212 name : Bosh Templates Test
1313 runs-on : ubuntu-latest
1414 container :
15- image : ghcr.io/cloudfoundry/app-autoscaler-release-tools:main@sha256:01209e44024cd83445d3f1c7aa7a1692f06ad92b94fb67ca1cd62b7b5ab51c43
15+ image : ghcr.io/cloudfoundry/app-autoscaler-release-tools:main@sha256:dc60727307d91a0c4fbf40e64c7bf1c153d1b23dfc918167861c72605176c6ae
1616 steps :
1717 - name : Checkout
1818 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
Original file line number Diff line number Diff line change 2929 name : Analyze
3030 runs-on : ubuntu-latest
3131 container :
32- image : ghcr.io/cloudfoundry/app-autoscaler-release-tools:main@sha256:01209e44024cd83445d3f1c7aa7a1692f06ad92b94fb67ca1cd62b7b5ab51c43
32+ image : ghcr.io/cloudfoundry/app-autoscaler-release-tools:main@sha256:dc60727307d91a0c4fbf40e64c7bf1c153d1b23dfc918167861c72605176c6ae
3333
3434 permissions :
3535 actions : read
Original file line number Diff line number Diff line change 1919 name : Manifest Tests
2020 runs-on : ubuntu-latest
2121 container :
22- image : ghcr.io/cloudfoundry/app-autoscaler-release-tools:main@sha256:01209e44024cd83445d3f1c7aa7a1692f06ad92b94fb67ca1cd62b7b5ab51c43
22+ image : ghcr.io/cloudfoundry/app-autoscaler-release-tools:main@sha256:dc60727307d91a0c4fbf40e64c7bf1c153d1b23dfc918167861c72605176c6ae
2323 steps :
2424 - name : Checkout
2525 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
Original file line number Diff line number Diff line change 2121 DB_PASSWORD : root
2222 runs-on : ubuntu-latest
2323 container :
24- image : ghcr.io/cloudfoundry/app-autoscaler-release-tools:main@sha256:01209e44024cd83445d3f1c7aa7a1692f06ad92b94fb67ca1cd62b7b5ab51c43
24+ image : ghcr.io/cloudfoundry/app-autoscaler-release-tools:main@sha256:dc60727307d91a0c4fbf40e64c7bf1c153d1b23dfc918167861c72605176c6ae
2525 continue-on-error : true
2626 name : Build suite=${{ matrix.suite }}, mysql=${{ matrix.mysql }}
2727 services :
Original file line number Diff line number Diff line change 2121 DB_PASSWORD : postgres
2222 runs-on : ubuntu-latest
2323 container :
24- image : ghcr.io/cloudfoundry/app-autoscaler-release-tools:main@sha256:01209e44024cd83445d3f1c7aa7a1692f06ad92b94fb67ca1cd62b7b5ab51c43
24+ image : ghcr.io/cloudfoundry/app-autoscaler-release-tools:main@sha256:dc60727307d91a0c4fbf40e64c7bf1c153d1b23dfc918167861c72605176c6ae
2525 continue-on-error : true
2626 name : Build suite=${{ matrix.suite }}, postgres=${{ matrix.postgres }}
2727 services :
Original file line number Diff line number Diff line change 1111 name : ensure that go mod tidy has run
1212 runs-on : ubuntu-latest
1313 container :
14- image : ghcr.io/cloudfoundry/app-autoscaler-release-tools:main@sha256:01209e44024cd83445d3f1c7aa7a1692f06ad92b94fb67ca1cd62b7b5ab51c43
14+ image : ghcr.io/cloudfoundry/app-autoscaler-release-tools:main@sha256:dc60727307d91a0c4fbf40e64c7bf1c153d1b23dfc918167861c72605176c6ae
1515 steps :
1616 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1717
Original file line number Diff line number Diff line change 99 name : " go get -u"
1010 runs-on : ubuntu-latest
1111 container :
12- image : ghcr.io/cloudfoundry/app-autoscaler-release-tools:main@sha256:01209e44024cd83445d3f1c7aa7a1692f06ad92b94fb67ca1cd62b7b5ab51c43
12+ image : ghcr.io/cloudfoundry/app-autoscaler-release-tools:main@sha256:dc60727307d91a0c4fbf40e64c7bf1c153d1b23dfc918167861c72605176c6ae
1313 permissions :
1414 pull-requests : write
1515 contents : write
You can’t perform that action at this time.
0 commit comments