Skip to content

Commit ec9a8fc

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/checkout-6.0.2
2 parents c28e874 + 4fb7d47 commit ec9a8fc

7 files changed

Lines changed: 10 additions & 12 deletions

File tree

.github/workflows/maven-check-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Maven Check Versions
33

44
on:
55
schedule:
6-
- cron: "0 0 * * 0"
6+
- cron: "0 0 1 * *"
77
workflow_dispatch:
88

99
permissions: {}

.github/workflows/npm-check-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: NPM Check Versions
33

44
on:
55
schedule:
6-
- cron: "0 0 * * 0"
6+
- cron: "0 0 1 * *"
77
workflow_dispatch:
88

99
permissions: {}

.github/workflows/osv-scanner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
contents: read
3333
# Required to read the code
3434
actions: read
35-
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@375a0e8ebdc98e99b02ac4338a724f5750f21213" # v2.3.1
35+
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@2a387edfbe02a11d856b89172f6e978100177eb4" # v2.3.2

.github/workflows/pipx-check-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Pipx Check Versions
33

44
on:
55
schedule:
6-
- cron: "0 0 * * 0"
6+
- cron: "0 0 1 * *"
77
workflow_dispatch:
88

99
permissions: {}

xml/package-lock.json

Lines changed: 4 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

xml/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "docker-xml",
33
"version": "0.0.0",
44
"dependencies": {
5-
"prettier": "3.7.4",
5+
"prettier": "3.8.0",
66
"v8r": "5.1.0"
77
}
88
}

xml/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<project.build.outputTimestamp>${env.SOURCE_DATE_EPOCH}</project.build.outputTimestamp>
1010
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1111
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
12-
<dependencyCheck.version>12.1.9</dependencyCheck.version>
12+
<dependencyCheck.version>12.2.0</dependencyCheck.version>
1313
<dependencyCheck.skip>false</dependencyCheck.skip>
1414
<dependencyCheck.threshold>7</dependencyCheck.threshold>
1515
<saxon.version>12.9</saxon.version>

0 commit comments

Comments
 (0)