Skip to content

Commit 4fc4be0

Browse files
authored
Merge branch 'main' into dependabot/github_actions/anchore/scan-action-6.5.0
2 parents 17759c3 + 542d00a commit 4fc4be0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/codacy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
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
42-
uses: codacy/codacy-analysis-cli-action@97bf5df3c09e75f5bcd72695998f96ebd701846e
42+
uses: codacy/codacy-analysis-cli-action@562ee3e92b8e92df8b67e0a5ff8aa8e261919c08
4343
with:
4444
# Check https://github.com/codacy/codacy-analysis-cli#project-token to get your project token from your Codacy repository
4545
# You can also omit the token and run the tools that support default configurations

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-20250630-slim as prepare-stage
4+
FROM debian:bookworm-20250721-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/dotnet/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM jenkins/ssh-agent:6.22.0-jdk21 AS ssh-agent
1+
FROM jenkins/ssh-agent:6.23.0-jdk21 AS ssh-agent
22

33
# install dotnet dependencies
44
RUN apt-get update && apt-get install -y --no-install-recommends libc6 libgcc1 libgssapi-krb5-2 libicu72 libssl3 libstdc++6 zlib1g wget && apt-get clean && \

dockerfiles/plugins.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ caffeine-api:3.2.2-178.v353b_8428ed56
99
checks-api:373.vfe7645102093
1010
cloudbees-folder:6.1036.vb_94fd035b_287
1111
commons-lang3-api:3.18.0-98.v3a_674c06072d
12-
commons-text-api:1.13.1-176.v74d88f22034b_
12+
commons-text-api:1.14.0-194.v804a_dc3a_1b_d8
1313
configuration-as-code:1971.vf9280461ea_89
1414
coverage:2.7.1
1515
credentials-binding:702.vfe613e537e88

0 commit comments

Comments
 (0)