Skip to content

Commit 05b5df0

Browse files
committed
Merge remote-tracking branch 'upstream/main' into run-dependabot
2 parents 6f361ef + a3a3667 commit 05b5df0

File tree

5 files changed

+4
-23
lines changed

5 files changed

+4
-23
lines changed

.github/workflows/run-dependabot.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

.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.70.0
26+
uses: updatecli/updatecli-action@v2.71.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

.gitpod/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 create a Gitpod workspace with GitHub CLI installed.
22

33
# We start from the Gitpod full workspace image which includes a broad range of development tools.
4-
FROM gitpod/workspace-full:2024-11-20-08-19-55
4+
FROM gitpod/workspace-full:2024-11-25-08-14-30
55

66
# The RUN command executes a series of commands in the new layer of the image and commits the results.
77
# The following commands are executed:

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-20241016-slim as prepare-stage
4+
FROM debian:bookworm-20241111-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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ workflow-aggregator:600.vb_57cdd26fdd7
7373
workflow-api:1336.vee415d95c521
7474
workflow-basic-steps:1058.vcb_fc1e3a_21a_9
7575
workflow-cps:3996.va_f5c1799f978
76-
workflow-durable-task-step:1378.v6a_3e903058a_3
76+
workflow-durable-task-step:1398.vf6c9e89e5988
7777
workflow-job:1468.vcf4f5ee92395
7878
workflow-multibranch:795.ve0cb_1f45ca_9a_
7979
workflow-scm-step:427.v4ca_6512e7df1

0 commit comments

Comments
 (0)