File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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.
77COPY *sh /usr/local/bin/
Original file line number Diff line number Diff line change 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
44RUN apt-get update && apt-get install -y --no-install-recommends libc6 libgcc1 libgssapi-krb5-2 libicu72 libssl3 libstdc++6 zlib1g wget && apt-get clean && \
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ caffeine-api:3.2.2-178.v353b_8428ed56
99checks-api:373.vfe7645102093
1010cloudbees-folder:6.1036.vb_94fd035b_287
1111commons-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
1313configuration-as-code:1971.vf9280461ea_89
1414coverage:2.7.1
1515credentials-binding:702.vfe613e537e88
You can’t perform that action at this time.
0 commit comments