File tree Expand file tree Collapse file tree
actions/playwright-e2e-tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ runs:
120120
121121 - name : Install if required common software tooling
122122 if : steps.check-tools.outputs.skip-install != 'true'
123- uses : camunda/infra-global-github-actions/common-tooling@b4808875a583e71eff5b3dd07bb50dafb92694a6 # main
123+ uses : camunda/infra-global-github-actions/common-tooling@da769276f29caf2b74d3dd00ba4b154714b1c0a5 # main
124124 with :
125125 overwrite : " false"
126126 build-essential-enabled : " true"
Original file line number Diff line number Diff line change 5555 - name : Add issue to Quality Board
5656 # https://github.com/orgs/camunda/projects/187/views/15
5757 id : add-bug-to-quality-board
58- uses : camunda/infra-global-github-actions/add-bug-to-quality-board@b4808875a583e71eff5b3dd07bb50dafb92694a6 # main
58+ uses : camunda/infra-global-github-actions/add-bug-to-quality-board@da769276f29caf2b74d3dd00ba4b154714b1c0a5 # main
5959 with :
6060 github-token : ${{ steps.generate-github-token.outputs.token }}
6161 project-number : " 187"
Original file line number Diff line number Diff line change 7777 # "Parse dev tag" runs before the commit SHA is known, so build release-tools
7878 # here. The binary in /tmp survives the later checkout-at-SHA.
7979 - name : Checkout for tooling
80- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
80+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
8181
8282 - name : Install tools for tooling
8383 uses : ./.github/actions/install-tool-versions
Original file line number Diff line number Diff line change 6767 # "Parse RC tag" runs before the main checkout, so build release-tools here.
6868 # The binary in /tmp survives the later checkout.
6969 - name : Checkout for tooling
70- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
70+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
7171
7272 - name : Install tools for tooling
7373 uses : ./.github/actions/install-tool-versions
@@ -533,7 +533,7 @@ jobs:
533533 - name : Shepherd release-please PR through merge queue
534534 id : merge-queue
535535 continue-on-error : true
536- uses : camunda/infra-global-github-actions/ensure-pr-passes-merge-queue@aef5579dd1bf60ea2e8ccfabeb9aaa46fdeaecf8 # main
536+ uses : camunda/infra-global-github-actions/ensure-pr-passes-merge-queue@da769276f29caf2b74d3dd00ba4b154714b1c0a5 # main
537537 with :
538538 pr-number : ${{ needs.post-release.outputs.pr-number }}
539539 app-token : ${{ steps.generate-github-token.outputs.token }}
Original file line number Diff line number Diff line change 2929 args : renovate-config-validator
3030
3131 - name : Set up Go
32- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
32+ uses : actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5
3333 with :
3434 go-version-file : scripts/renovate-config-check/go.mod
3535
Original file line number Diff line number Diff line change 8080 private_key : ${{ steps.secrets.outputs.GH_APP_PRIVATE_KEY_DISTRO_CI }}
8181
8282 - name : Shepherd PR through merge queue
83- uses : camunda/infra-global-github-actions/ensure-pr-passes-merge-queue@aef5579dd1bf60ea2e8ccfabeb9aaa46fdeaecf8 # main
83+ uses : camunda/infra-global-github-actions/ensure-pr-passes-merge-queue@da769276f29caf2b74d3dd00ba4b154714b1c0a5 # main
8484 with :
8585 pr-number : ${{ matrix.pr }}
8686 app-token : ${{ steps.generate-github-token.outputs.token }}
Original file line number Diff line number Diff line change 1919 name : gofmt
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
22+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
2323 - name : Install Go (from .tool-versions)
2424 uses : ./.github/actions/install-tool-versions
2525 with :
Original file line number Diff line number Diff line change 4747 secret/data/products/distribution/ci DOCKERHUB_PASSWORD | TEST_DOCKER_PASSWORD;
4848 exportEnv : false
4949 - name : Install common software tooling
50- uses : camunda/infra-global-github-actions/common-tooling@b4808875a583e71eff5b3dd07bb50dafb92694a6 # main
50+ uses : camunda/infra-global-github-actions/common-tooling@da769276f29caf2b74d3dd00ba4b154714b1c0a5 # main
5151 with :
5252 overwrite : " false"
5353 build-essential-enabled : " true"
Original file line number Diff line number Diff line change 2626 runs-on : ubuntu-latest
2727 steps :
2828 - name : Checkout
29- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
29+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
3030
3131 - name : Install tools
3232 uses : ./.github/actions/install-tool-versions
You can’t perform that action at this time.
0 commit comments