Skip to content

Commit 891ed55

Browse files
deps: update patch-updates
1 parent 550963f commit 891ed55

File tree

10 files changed

+15
-15
lines changed

10 files changed

+15
-15
lines changed

.github/actions/install-tool-versions/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ runs:
6060
6161
- name: Restore cache
6262
id: restore-tools-cache
63-
uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5
63+
uses: actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
6464
with:
6565
path: ${{ env.ASDF_DIR }}
6666
key: ${{ runner.os }}-tools-${{ hashFiles('.tool-versions') }}
@@ -195,7 +195,7 @@ runs:
195195
fi
196196
197197
- name: Save cache
198-
uses: actions/cache/save@9255dc7a253b0ccc959486e2bca901246202afeb # v5
198+
uses: actions/cache/save@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
199199
with:
200200
path: ${{ env.ASDF_DIR }}
201201
key: ${{ runner.os }}-tools-${{ hashFiles('.tool-versions') }}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,15 +142,15 @@ runs:
142142
CLUSTER_NAME: ${{ env.CLUSTER_NAME }}
143143

144144
- name: Cache - node_modules
145-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
145+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
146146
with:
147147
path: ${{ env.ABSOLUTE_TEST_CHART_DIR }}/test/integration/testsuites/node_modules
148148
key: node_modules-${{ runner.os }}-${{ hashFiles(format('{0}/test/integration/testsuites/package-lock.json', env.ABSOLUTE_TEST_CHART_DIR)) }}
149149
restore-keys: |
150150
node_modules-${{ runner.os }}-
151151
152152
- name: Cache - Playwright
153-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
153+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
154154
with:
155155
path: ~/.cache/ms-playwright
156156
key: playwright-automation-${{ runner.os }}-${{ hashFiles(format('{0}/test/integration/testsuites/package-lock.json', env.ABSOLUTE_TEST_CHART_DIR)) }}

.github/workflows/chart-chores.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- name: Add Helm repos
7777
run: |
7878
make helm.repos-add
79-
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
79+
- uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
8080
with:
8181
path: |
8282
~/.cache/go-build

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Add Helm repos
5555
run: |
5656
make helm.repos-add
57-
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
57+
- uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
5858
with:
5959
path: |
6060
~/.cache/go-build

.github/workflows/chart-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
- name: Install Cosign
130130
uses: sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0.0
131131
- name: Setup caching
132-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
132+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
133133
with:
134134
path: |
135135
~/.cache/go-build

.github/workflows/chart-validate-template.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
echo "check-version-increment: false" >> .github/config/chart-testing.yaml
5454
# Dependencies.
5555
- name: Cache Helm chart dependencies
56-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
56+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
5757
with:
5858
path: charts/${{ inputs.camunda-helm-dir }}/charts
5959
key: ${{ runner.os }}-helm-${{ inputs.camunda-helm-dir }}-${{ hashFiles(format('charts/{0}/Chart.lock', inputs.camunda-helm-dir)) || hashFiles(format('charts/{0}/Chart.yaml', inputs.camunda-helm-dir)) || 'nohash' }}
@@ -66,7 +66,7 @@ jobs:
6666
helm
6767
yamllint
6868
- name: Cache Helm client cache
69-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
69+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
7070
with:
7171
path: |
7272
$HOME/.cache/helm

.github/workflows/renovate-post-upgrade.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
helm
5555
helm-ct
5656
yq
57-
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
57+
- uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
5858
with:
5959
path: |
6060
~/.cache/go-build

.github/workflows/sec-codeql.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
# Initializes the CodeQL tools for scanning.
5050
- name: Initialize CodeQL
51-
uses: github/codeql-action/init@0fa411efd0628aefdf9d03a0faa20a1e0edafc4a
51+
uses: github/codeql-action/init@1c4c0b36be82b11c8adb51fb38f7122d0debe048
5252
with:
5353
languages: ${{ matrix.language }}
5454
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -62,7 +62,7 @@ jobs:
6262
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
6363
# If this step fails, then you should remove it and run the build manually (see below)
6464
- name: Autobuild
65-
uses: github/codeql-action/autobuild@0fa411efd0628aefdf9d03a0faa20a1e0edafc4a
65+
uses: github/codeql-action/autobuild@1c4c0b36be82b11c8adb51fb38f7122d0debe048
6666

6767
# ℹ️ Command-line programs to run using the OS shell.
6868
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -75,6 +75,6 @@ jobs:
7575
# ./location_of_script_within_repo/buildscript.sh
7676

7777
- name: Perform CodeQL Analysis
78-
uses: github/codeql-action/analyze@0fa411efd0628aefdf9d03a0faa20a1e0edafc4a
78+
uses: github/codeql-action/analyze@1c4c0b36be82b11c8adb51fb38f7122d0debe048
7979
with:
8080
category: "/language:${{ matrix.language }}"

.github/workflows/test-integration-runner.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1064,7 +1064,7 @@ jobs:
10641064
repository: camunda/camunda-platform-helm
10651065
ref: ${{ inputs.camunda-helm-git-ref }}
10661066

1067-
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
1067+
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
10681068
with:
10691069
node-version: lts/*
10701070

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
helm
8989
- name: Configure curl and wget
9090
uses: ./.github/actions/setup-curl
91-
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
91+
- uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
9292
with:
9393
path: |
9494
~/.cache/go-build

0 commit comments

Comments
 (0)