Skip to content

Commit 55bc47a

Browse files
deps: update patch-updates (#4580)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f2de333 commit 55bc47a

File tree

19 files changed

+24
-24
lines changed

19 files changed

+24
-24
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ runs:
3030
3131
- name: Restore cache
3232
id: restore-tools-cache
33-
uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
33+
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
3434
with:
3535
# Using $HOME instead of /home/runner as inside of the container the home directory is might not be /home/runner.
3636
path: $HOME/.asdf
@@ -68,7 +68,7 @@ runs:
6868
fi
6969
7070
- name: Save cache
71-
uses: actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
71+
uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
7272
with:
7373
path: $HOME/.asdf
7474
key: ${{ runner.os }}-tools-${{ hashFiles('.tool-versions') }}

.github/workflows/chart-chores.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- name: Add Helm repos
7575
run: |
7676
make helm.repos-add
77-
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
77+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
7878
with:
7979
path: |
8080
~/.cache/go-build

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Add Helm repos
5353
run: |
5454
make helm.repos-add
55-
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
55+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
5656
with:
5757
path: |
5858
~/.cache/go-build

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
--certificate-oidc-issuer "https://token.actions.githubusercontent.com"
153153
- name: Login to GitHub Container Registry
154154
if: env.PUBLISH_ARTIFACT == 'true'
155-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
155+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
156156
with:
157157
registry: ghcr.io
158158
username: ${{ github.actor }}

.github/workflows/chart-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
- name: Install Cosign
127127
uses: sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0.0
128128
- name: Setup caching
129-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
129+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
130130
with:
131131
path: |
132132
~/.cache/go-build

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
echo "check-version-increment: false" >> .github/config/chart-testing.yaml
5252
# Dependencies.
5353
- name: Cache Helm chart dependencies
54-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
54+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
5555
with:
5656
path: charts/${{ inputs.camunda-helm-dir }}/charts
5757
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' }}
@@ -64,7 +64,7 @@ jobs:
6464
helm
6565
yamllint
6666
- name: Cache Helm client cache
67-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
67+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
6868
with:
6969
path: |
7070
$HOME/.cache/helm

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
helm
5353
helm-ct
5454
yq
55-
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
55+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
5656
with:
5757
path: |
5858
~/.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@0337c4c06e7e00d0d6e64396c13b9dc18dd6d8c5
51+
uses: github/codeql-action/init@9bd86385763ccc9345d5b7648ea1b54401b24819
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@0337c4c06e7e00d0d6e64396c13b9dc18dd6d8c5
65+
uses: github/codeql-action/autobuild@9bd86385763ccc9345d5b7648ea1b54401b24819
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@0337c4c06e7e00d0d6e64396c13b9dc18dd6d8c5
78+
uses: github/codeql-action/analyze@9bd86385763ccc9345d5b7648ea1b54401b24819
7979
with:
8080
category: "/language:${{ matrix.language }}"

.github/workflows/sec-scorecard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ jobs:
6363

6464
# Upload the results to GitHub's code scanning dashboard.
6565
- name: "Upload to code-scanning"
66-
uses: github/codeql-action/upload-sarif@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
66+
uses: github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
6767
with:
6868
sarif_file: results.sarif

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -987,7 +987,7 @@ jobs:
987987

988988
- name: Cache - node_modules
989989
id: cache-node
990-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
990+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
991991
with:
992992
path: ${{ env.ABSOLUTE_TEST_CHART_DIR }}/test/integration/testsuites/node_modules
993993
key: node_modules-${{ runner.os }}-${{ hashFiles(format('{0}/test/integration/testsuites/package-lock.json', env.ABSOLUTE_TEST_CHART_DIR)) }}
@@ -996,7 +996,7 @@ jobs:
996996
997997
- name: Cache - Playwright
998998
id: cache-playwright
999-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
999+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
10001000
with:
10011001
path: ~/.cache/ms-playwright
10021002
key: playwright-automation-${{ runner.os }}-${{ hashFiles(format('{0}/test/integration/testsuites/package-lock.json', env.ABSOLUTE_TEST_CHART_DIR)) }}

0 commit comments

Comments
 (0)