Skip to content

Commit 2104491

Browse files
authored
Merge branch 'main' into dependabot/github_actions/anchore/scan-action-6.3.0
2 parents faa77ef + 810f186 commit 2104491

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/updatecli.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
# This step installs Updatecli in the runner using the updatecli-action
2525
- name: Install Updatecli in the runner
26-
uses: updatecli/updatecli-action@v2.84.0
26+
uses: updatecli/updatecli-action@v2.86.0
2727

2828
# This step runs Updatecli in Dry Run mode
2929
# It uses the "diff" command of updatecli with the specified config and values files

dockerfiles/agent-discovery/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This Dockerfile is used to prepare a Debian-based Docker image with several utilities installed.
22

33
# We start from the Debian 'bookworm' image dated 2023-11-20.
4-
FROM debian:bookworm-20250520-slim as prepare-stage
4+
FROM debian:bookworm-20250610-slim as prepare-stage
55

66
# Copy all shell scripts from the current directory to /usr/local/bin/ in the image.
77
COPY *sh /usr/local/bin/

dockerfiles/plugins.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ variant:70.va_d9f17f859e0
7373
workflow-aggregator:608.v67378e9d3db_1
7474
workflow-api:1373.v7b_813f10efa_b_
7575
workflow-basic-steps:1079.vce64b_a_929c5a_
76-
workflow-cps:4106.v7a_8a_8176d450
76+
workflow-cps:4117.vc0f3c515a_a_a_0
7777
workflow-durable-task-step:1405.v1fcd4a_d00096
78-
workflow-job:1532.va_9a_d244074a_3
78+
workflow-job:1537.v66038d35fc76
7979
workflow-multibranch:806.vb_b_688f609ee9
8080
workflow-scm-step:437.v05a_f66b_e5ef8
8181
workflow-step-api:700.v6e45cb_a_5a_a_21

0 commit comments

Comments
 (0)