Skip to content

Commit 6d36e10

Browse files
authored
Merge branch 'main' into dependabot/github_actions/updatecli/updatecli-action-2.90.0
2 parents 3d13b0d + 6224c73 commit 6d36e10

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
lines changed

.github/workflows/anchore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-latest
3333
steps:
3434
- name: Check out the code
35-
uses: actions/checkout@v4
35+
uses: actions/checkout@v5
3636

3737
- name: Build the Docker image
3838
run: cd ./dockerfiles/ && docker build . --file Dockerfile --tag localbuild/testimage:latest

.github/workflows/codacy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
steps:
3636
# Checkout the repository to the GitHub Actions runner
3737
- name: Checkout code
38-
uses: actions/checkout@v4
38+
uses: actions/checkout@v5
3939

4040
# Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis
4141
- name: Run Codacy Analysis CLI

.github/workflows/github-docker-registry-push.yml

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

2727
- name: Checkout
2828
# This step checks out the repository
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v5
3030
with:
3131
fetch-depth: 0
3232

.github/workflows/hadolint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
3131
steps:
3232
- name: Checkout code
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@v5
3434

3535
- name: Run hadolint scanning on the controller Dockerfile
3636
uses: hadolint/hadolint-action@54c9adbab1582c2ef04b2016b760714a4bfde3cf

.github/workflows/plugin_update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout repository
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v5
1919

2020
- name: Configure git & gh
2121
run: |

.github/workflows/test-jenkins.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
BRANCH_SUFFIX: clean-up
2424
steps:
2525
- name: Checkout repository
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v5
2727
with:
2828
fetch-depth: 0 # Fetch all history for all branches and tags.
2929

@@ -269,7 +269,7 @@ jobs:
269269

270270
steps:
271271
- name: Checkout repository
272-
uses: actions/checkout@v4
272+
uses: actions/checkout@v5
273273

274274
- name: Set up and start Docker Compose
275275
run: |

.github/workflows/updatecli.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
# This step checks out the repository using the checkout action
2121
- name: Checkout
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323

2424
# This step installs Updatecli in the runner using the updatecli-action
2525
- name: Install Updatecli in the runner

.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:2025-08-07-07-41-05
4+
FROM gitpod/workspace-full:2025-08-11-16-56-40
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/plugins.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ antisamy-markup-formatter:173.v680e3a_b_69ff3
33
apache-httpcomponents-client-4-api:4.5.14-269.vfa_2321039a_83
44
bootstrap5-api:5.3.7-2
55
bouncycastle-api:2.30.1.81-264.v95c79c0e772c
6-
branch-api:2.1235.v04e86c7ce54c
6+
branch-api:2.1240.vca_710512d944
77
build-timeout:1.38
88
caffeine-api:3.2.2-178.v353b_8428ed56
99
checks-api:373.vfe7645102093
@@ -64,7 +64,7 @@ script-security:1378.vf25626395f49
6464
snakeyaml-api:2.3-125.v4d77857a_b_402
6565
ssh-credentials:361.vb_f6760818e8c
6666
ssh-slaves:3.1071.v0d059c7b_c555
67-
sshd:3.372.v5d04a_e92d8cf
67+
sshd:3.374.v19b_d59ce6610
6868
structs:353.v261ea_40a_80fb_
6969
timestamper:1.30
7070
token-macro:477.vd4f0dc3cb_cf1

0 commit comments

Comments
 (0)