Skip to content

Commit 22c392f

Browse files
deps: update minor-updates (#4581)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 90db16a commit 22c392f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.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@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
66+
uses: github/codeql-action/upload-sarif@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
6767
with:
6868
sarif_file: results.sarif

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -900,7 +900,7 @@ jobs:
900900
needs: [ci-setup, upgrade]
901901
runs-on: ubuntu-latest
902902
container:
903-
image: mcr.microsoft.com/playwright:v1.55.1-noble
903+
image: mcr.microsoft.com/playwright:v1.56.1-noble
904904
options: --ipc=host
905905
timeout-minutes: 5
906906
if: ${{ inputs.test-enabled && (contains(inputs.camunda-helm-dir, 'camunda-platform-8.7') || contains(inputs.camunda-helm-dir, 'camunda-platform-8.8')) && inputs.shortname != 'esoi' }}

.tool-versions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
git-cliff 2.5.0
22
golang 1.25.0
33
gomplate v4.3.3
4-
helm 3.18.6
4+
helm 3.19.0
55
helm-cr 1.7.0
66
helm-ct 3.11.0
77
kind 0.30.0
@@ -10,6 +10,6 @@ kustomize 5.7.1
1010
oc 4.17.11
1111
task 3.30.1 # Task is mainly used to run tests locally or in the CI pipeline.
1212
yamllint 1.37.1
13-
yq 4.47.1
13+
yq 4.48.1
1414
zbctl 8.5.6
1515
jq 1.8.1

0 commit comments

Comments
 (0)