Skip to content

Commit 7c8823d

Browse files
deps: update patch-updates
1 parent 9cbd4e3 commit 7c8823d

9 files changed

Lines changed: 10 additions & 10 deletions

.github/actions/playwright-e2e-tests/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

.github/workflows/add-new-issue.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
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"

.github/workflows/chart-promote-rc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
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

.github/workflows/chart-release-public.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
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 }}

.github/workflows/renovate-config-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
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

.github/workflows/renovate-merge-shepherd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
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 }}

.github/workflows/repo-go-format.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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:

.github/workflows/test-local-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
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"

.github/workflows/test-release-tooling.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
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

0 commit comments

Comments
 (0)