Skip to content

Commit e107d19

Browse files
deps: update github-actions
1 parent 9628452 commit e107d19

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/chart-release-artifact-verify.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Install Cosign
17-
uses: sigstore/cosign-installer@d58896d6a1865668819e1d91763c7751a165e159 # v3.9.2
17+
uses: sigstore/cosign-installer@d7543c93d881b35a8faa02e8e3605f69b7a1ce62 # v3.10.0
1818
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1919
with:
2020
fetch-depth: 0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
# Security signature.
138138
- name: Install Cosign CLI
139139
if: env.PUBLISH_ARTIFACT == 'true'
140-
uses: sigstore/cosign-installer@d58896d6a1865668819e1d91763c7751a165e159 # v3.9.2
140+
uses: sigstore/cosign-installer@d7543c93d881b35a8faa02e8e3605f69b7a1ce62 # v3.10.0
141141
- name: Sign Helm chart with Cosign
142142
if: env.PUBLISH_ARTIFACT == 'true'
143143
run: |

.github/workflows/chart-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
helm-ct
125125
yq
126126
- name: Install Cosign
127-
uses: sigstore/cosign-installer@d58896d6a1865668819e1d91763c7751a165e159 # v3.9.2
127+
uses: sigstore/cosign-installer@d7543c93d881b35a8faa02e8e3605f69b7a1ce62 # v3.10.0
128128
- name: Setup caching
129129
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
130130
with:

.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@144880b6f0c9977178ab4000985a49023783178f
51+
uses: github/codeql-action/init@aa90e97ad2ed17cde6a43e89f70138299e64f837
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@144880b6f0c9977178ab4000985a49023783178f
65+
uses: github/codeql-action/autobuild@aa90e97ad2ed17cde6a43e89f70138299e64f837
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@144880b6f0c9977178ab4000985a49023783178f
78+
uses: github/codeql-action/analyze@aa90e97ad2ed17cde6a43e89f70138299e64f837
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
@@ -684,7 +684,7 @@ jobs:
684684
needs: [ci-setup]
685685
runs-on: ubuntu-latest
686686
container:
687-
image: mcr.microsoft.com/playwright:v1.52.0-noble
687+
image: mcr.microsoft.com/playwright:v1.55.0-noble
688688
options: --ipc=host
689689
timeout-minutes: 5
690690
if: ${{ inputs.test-enabled && (contains(inputs.camunda-helm-dir, 'camunda-platform-8.7') || contains(inputs.camunda-helm-dir, 'camunda-platform-8.8')) }}

0 commit comments

Comments
 (0)