Skip to content

Commit c300254

Browse files
committed
2 parents d72933c + c6e14e3 commit c300254

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ jobs:
3636
path: results.sarif
3737
retention-days: 5
3838
- name: "Upload to code-scanning"
39-
uses: github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
39+
uses: github/codeql-action/upload-sarif@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
4040
with:
4141
sarif_file: results.sarif

xml/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.20.3@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a
1+
FROM alpine:3.21.0@sha256:21dc6063fd678b478f57c0e13f47560d0ea4eeba26dfc947b2a4f81f686b9f45
22

33
HEALTHCHECK NONE
44

xml/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<properties>
99
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1010
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
11-
<dependencyCheck.version>11.1.0</dependencyCheck.version>
11+
<dependencyCheck.version>11.1.1</dependencyCheck.version>
1212
<dependencyCheck.skip>false</dependencyCheck.skip>
1313
<dependencyCheck.threshold>7</dependencyCheck.threshold>
1414
<saxon.version>12.5</saxon.version>

0 commit comments

Comments
 (0)