Harald Kuhr
fe591d9b6c
Bump org.junit.jupiter:junit-jupiter-api from 5.12.2 to 5.13.0
2025-06-06 13:02:05 +02:00
Harald Kuhr
06d988377e
Bump org.junit.jupiter:junit-jupiter-api from 5.12.2 to 5.13.0
2025-06-06 13:02:05 +02:00
Harald Kuhr
360b4e9bba
Bump org.junit.jupiter:junit-jupiter-api from 5.12.2 to 5.13.0
2025-06-06 13:02:05 +02:00
Harald Kuhr
867a46d281
Bump org.junit.jupiter:junit-jupiter-all from 5.12.2 to 5.13.0 ( #1147 )
2025-06-06 10:32:42 +02:00
dependabot[bot]
9972f966f7
Bump github/codeql-action from 3.28.18 to 3.28.19 in /.github/workflows
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.28.18 to 3.28.19.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](ff0a06e83c...fca7ace96b
)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 3.28.19
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-06-04 10:42:51 +02:00
dependabot[bot]
f066a48d55
Bump ossf/scorecard-action from 2.4.1 to 2.4.2 in /.github/workflows
...
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action ) from 2.4.1 to 2.4.2.
- [Release notes](https://github.com/ossf/scorecard-action/releases )
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md )
- [Commits](f49aabe0b5...05b42c6244
)
---
updated-dependencies:
- dependency-name: ossf/scorecard-action
dependency-version: 2.4.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-06-02 12:20:31 +02:00
Rolf Howarth
5af87372aa
Use signed arithmetic when reading rectangle ( #1131 )
...
* Use signed arithmetic when reading rectangle
An operation such as DirectBitsRect can fail if the origin is -ve and we're applying a screen image ratio. See for example P564B1400.pict
* Fix copy/paste error in testNegativeOrigin()
---------
Co-authored-by: Harald Kuhr <harald.kuhr@gmail.com>
2025-05-30 16:14:23 +02:00
Rolf Howarth
defadbbbcd
Set 'frame' to correct image bounds ( #1130 )
...
Ensure the x,y offset for extended v2 pictures is respected by updating 'frame' to the correct bounding rectangle. As a result we
need to base output image directly on frame size rather than applying screen image ratio. See cow.pict.
Co-authored-by: Harald Kuhr <harald.kuhr@gmail.com>
2025-05-30 16:07:16 +02:00
Rolf Howarth
66363f8d09
Fix bounds issue in some v2 PICT files ( #1129 )
...
x2 and y2 were swapped over, resulting in an "invalid bounds" exception with -ve height on some nonV2Ext images,
see for example CatDV==2.0=1=.pict or Picture14.pict
Co-authored-by: Harald Kuhr <harald.kuhr@gmail.com>
2025-05-30 15:59:00 +02:00
Rolf Howarth
1bef35daba
Fix rendering of images with JPEG slices ( #1124 )
...
* Third attempt
* Add test file
* Only suppress lastQTRect if PackBitsRect immediately follows CompressedQuickTime opcode
* Only suppress lastQTRect if PackBitsRect immediately follows CompressedQuickTime opcode
* Add unit test that checks pixel values
* Add missing ImageIO import
* Fix formatting issues
---------
Co-authored-by: Harald Kuhr <harald.kuhr@gmail.com>
2025-05-30 15:51:06 +02:00
Harald Kuhr
0be5efc534
Add static import of Assumptions.assumeTrue
2025-05-30 15:50:02 +02:00
Rolf Howarth
35da57dfcf
JUnit confusion about parameter order
2025-05-30 15:50:02 +02:00
Rolf Howarth
5d09bb664e
Add assumption for TIFF reader being present as test will fail under jdk 1.8
2025-05-30 15:50:02 +02:00
Rolf Howarth
5590072cc7
Fix assertRGBEquals() failure message
2025-05-30 15:50:02 +02:00
Rolf Howarth
31117c7cea
Add unit test for QuickTime mask issue
2025-05-30 15:50:02 +02:00
Rolf Howarth
ae0899fe76
Make sure maskSize bytes are skipped
...
If the CompressedQuickTime opcode has a mask then this wasn't processed properly. See for example P30946BDC.pict.
2025-05-30 15:50:02 +02:00
dependabot[bot]
df51ef340d
Bump mikepenz/action-junit-report in /.github/workflows
...
Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report ) from 5.5.1 to 5.6.0.
- [Release notes](https://github.com/mikepenz/action-junit-report/releases )
- [Commits](cf701569b0...65fe03598d
)
---
updated-dependencies:
- dependency-name: mikepenz/action-junit-report
dependency-version: 5.6.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-05-30 11:30:35 +02:00
dependabot[bot]
71d8295042
Bump github/codeql-action from 3.28.17 to 3.28.18 in /.github/workflows
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.28.17 to 3.28.18.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](60168efe1c...ff0a06e83c
)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 3.28.18
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-05-19 10:49:33 +02:00
dependabot[bot]
a8f77a9a45
Bump batik.version from 1.18 to 1.19
...
Bumps `batik.version` from 1.18 to 1.19.
Updates `org.apache.xmlgraphics:batik-rasterizer-ext` from 1.18 to 1.19
Updates `org.apache.xmlgraphics:batik-extension` from 1.18 to 1.19
Updates `org.apache.xmlgraphics:batik-anim` from 1.18 to 1.19
Updates `org.apache.xmlgraphics:batik-svggen` from 1.18 to 1.19
Updates `org.apache.xmlgraphics:batik-transcoder` from 1.18 to 1.19
---
updated-dependencies:
- dependency-name: org.apache.xmlgraphics:batik-rasterizer-ext
dependency-version: '1.19'
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.apache.xmlgraphics:batik-extension
dependency-version: '1.19'
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.apache.xmlgraphics:batik-anim
dependency-version: '1.19'
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.apache.xmlgraphics:batik-svggen
dependency-version: '1.19'
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.apache.xmlgraphics:batik-transcoder
dependency-version: '1.19'
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-05-07 12:40:47 +02:00
dependabot[bot]
eb3176b447
Bump github/codeql-action from 3.28.16 to 3.28.17 in /.github/workflows
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.28.16 to 3.28.17.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](28deaeda66...60168efe1c
)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 3.28.17
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-05-05 12:08:45 +02:00
dependabot[bot]
20e308dd8f
Bump github/codeql-action from 3.28.15 to 3.28.16 in /.github/workflows
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.28.15 to 3.28.16.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](45775bd823...28deaeda66
)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 3.28.16
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-04-24 13:21:38 +02:00
dependabot[bot]
9fa9bc5fe0
Bump commons-io:commons-io from 2.18.0 to 2.19.0
...
Bumps commons-io:commons-io from 2.18.0 to 2.19.0.
---
updated-dependencies:
- dependency-name: commons-io:commons-io
dependency-version: 2.19.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-04-14 10:59:33 +02:00
dependabot[bot]
4da3e2e441
Bump org.junit.jupiter:junit-jupiter-api from 5.12.1 to 5.12.2
...
Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5 ) from 5.12.1 to 5.12.2.
- [Release notes](https://github.com/junit-team/junit5/releases )
- [Commits](https://github.com/junit-team/junit5/compare/r5.12.1...r5.12.2 )
---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter-api
dependency-version: 5.12.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-04-14 10:51:39 +02:00
dependabot[bot]
4516d84e54
Bump org.junit.jupiter:junit-jupiter-engine from 5.12.1 to 5.12.2
...
Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5 ) from 5.12.1 to 5.12.2.
- [Release notes](https://github.com/junit-team/junit5/releases )
- [Commits](https://github.com/junit-team/junit5/compare/r5.12.1...r5.12.2 )
---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter-engine
dependency-version: 5.12.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-04-14 10:51:29 +02:00
dependabot[bot]
a815e5f180
Bump org.junit.jupiter:junit-jupiter-params from 5.12.1 to 5.12.2
...
Bumps [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit5 ) from 5.12.1 to 5.12.2.
- [Release notes](https://github.com/junit-team/junit5/releases )
- [Commits](https://github.com/junit-team/junit5/compare/r5.12.1...r5.12.2 )
---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter-params
dependency-version: 5.12.2
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-04-14 10:51:16 +02:00
dependabot[bot]
35658a888f
Bump actions/setup-java from 4.7.0 to 4.7.1 in /.github/workflows
...
Bumps [actions/setup-java](https://github.com/actions/setup-java ) from 4.7.0 to 4.7.1.
- [Release notes](https://github.com/actions/setup-java/releases )
- [Commits](3a4f6e1af5...c5195efecf
)
---
updated-dependencies:
- dependency-name: actions/setup-java
dependency-version: 4.7.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-04-09 11:47:11 +02:00
dependabot[bot]
6cd6b6113d
Bump github/codeql-action from 3.28.13 to 3.28.15 in /.github/workflows
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.28.13 to 3.28.15.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](1b549b9259...45775bd823
)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 3.28.15
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-04-08 12:44:13 +02:00
Rolf Howarth
f8b919ee58
Improve debug output ( #1115 )
...
Include hex opcode and file offset in debug output. Condense scan line messages in readOpDirectBits().
---------
Co-authored-by: Harald Kuhr <harald.kuhr@gmail.com>
2025-03-31 21:38:09 +02:00
dependabot[bot]
8989ba07d8
Bump mikepenz/action-junit-report in /.github/workflows
...
Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report ) from 5.5.0 to 5.5.1.
- [Release notes](https://github.com/mikepenz/action-junit-report/releases )
- [Commits](97744eca46...cf701569b0
)
---
updated-dependencies:
- dependency-name: mikepenz/action-junit-report
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-31 14:36:41 +02:00
dependabot[bot]
bc38ec1034
Bump org.apache.maven.plugins:maven-surefire-report-plugin
...
Bumps [org.apache.maven.plugins:maven-surefire-report-plugin](https://github.com/apache/maven-surefire ) from 3.5.2 to 3.5.3.
- [Release notes](https://github.com/apache/maven-surefire/releases )
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.2...surefire-3.5.3 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-surefire-report-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-31 14:20:26 +02:00
dependabot[bot]
e37c1fbb50
Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.2 to 3.5.3
...
Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire ) from 3.5.2 to 3.5.3.
- [Release notes](https://github.com/apache/maven-surefire/releases )
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.2...surefire-3.5.3 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-31 14:20:14 +02:00
dependabot[bot]
75b6de7102
Bump github/codeql-action from 3.28.12 to 3.28.13 in /.github/workflows
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.28.12 to 3.28.13.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](5f8171a638...1b549b9259
)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-25 09:31:43 +01:00
dependabot[bot]
22a16db463
Bump actions/upload-artifact from 4.6.1 to 4.6.2 in /.github/workflows
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4.6.1 to 4.6.2.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](4cec3d8aa0...ea165f8d65
)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-20 11:52:58 +01:00
dependabot[bot]
3e93753073
Bump github/codeql-action from 3.28.11 to 3.28.12 in /.github/workflows
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.28.11 to 3.28.12.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](6bb031afdd...5f8171a638
)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-20 11:49:03 +01:00
dependabot[bot]
ad3cbbd86d
Bump org.junit.jupiter:junit-jupiter-api from 5.12.0 to 5.12.1
...
Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5 ) from 5.12.0 to 5.12.1.
- [Release notes](https://github.com/junit-team/junit5/releases )
- [Commits](https://github.com/junit-team/junit5/compare/r5.12.0...r5.12.1 )
---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter-api
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-17 09:52:07 +01:00
dependabot[bot]
076e417010
Bump org.junit.jupiter:junit-jupiter-engine from 5.12.0 to 5.12.1
...
Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5 ) from 5.12.0 to 5.12.1.
- [Release notes](https://github.com/junit-team/junit5/releases )
- [Commits](https://github.com/junit-team/junit5/compare/r5.12.0...r5.12.1 )
---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter-engine
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-17 09:51:58 +01:00
dependabot[bot]
0b84a99954
Bump org.junit.jupiter:junit-jupiter-params from 5.12.0 to 5.12.1
...
Bumps [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit5 ) from 5.12.0 to 5.12.1.
- [Release notes](https://github.com/junit-team/junit5/releases )
- [Commits](https://github.com/junit-team/junit5/compare/r5.12.0...r5.12.1 )
---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter-params
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-17 09:51:47 +01:00
dependabot[bot]
e2f4241a99
Bump mikepenz/action-junit-report in /.github/workflows
...
Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report ) from 5.4.0 to 5.5.0.
- [Release notes](https://github.com/mikepenz/action-junit-report/releases )
- [Commits](b14027d33d...97744eca46
)
---
updated-dependencies:
- dependency-name: mikepenz/action-junit-report
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-10 10:37:11 +01:00
dependabot[bot]
6eedaa129d
Bump github/codeql-action from 3.28.10 to 3.28.11 in /.github/workflows
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.28.10 to 3.28.11.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](b56ba49b26...6bb031afdd
)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-10 10:05:51 +01:00
Harald Kuhr
f5dbc0c2f4
Remove JDK 22 from test matrix [skip ci]
2025-03-07 19:51:05 +01:00
Harald Kuhr
7d79185fb2
Add JDK 23 to test matrix
2025-03-07 19:46:59 +01:00
Harald Kuhr
c885ed6dbb
Add JDK 22 to test matrix
2025-03-07 19:42:58 +01:00
dependabot[bot]
e116c98db2
Bump org.junit.jupiter:junit-jupiter-engine from 5.11.4 to 5.12.0
...
Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5 ) from 5.11.4 to 5.12.0.
- [Release notes](https://github.com/junit-team/junit5/releases )
- [Commits](https://github.com/junit-team/junit5/compare/r5.11.4...r5.12.0 )
---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter-engine
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-05 14:00:26 +01:00
dependabot[bot]
be9493af20
Bump org.junit.jupiter:junit-jupiter-api from 5.11.4 to 5.12.0
...
Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5 ) from 5.11.4 to 5.12.0.
- [Release notes](https://github.com/junit-team/junit5/releases )
- [Commits](https://github.com/junit-team/junit5/compare/r5.11.4...r5.12.0 )
---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter-api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-05 14:00:18 +01:00
dependabot[bot]
5ffe3087ad
Bump org.junit.jupiter:junit-jupiter-params from 5.11.4 to 5.12.0
...
Bumps [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit5 ) from 5.11.4 to 5.12.0.
- [Release notes](https://github.com/junit-team/junit5/releases )
- [Commits](https://github.com/junit-team/junit5/compare/r5.11.4...r5.12.0 )
---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter-params
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-05 13:59:36 +01:00
dependabot[bot]
ffc7dad821
Bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.3 to 3.1.4
...
Bumps [org.apache.maven.plugins:maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin ) from 3.1.3 to 3.1.4.
- [Release notes](https://github.com/apache/maven-deploy-plugin/releases )
- [Commits](https://github.com/apache/maven-deploy-plugin/compare/maven-deploy-plugin-3.1.3...maven-deploy-plugin-3.1.4 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-deploy-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-02-27 09:45:43 +01:00
dependabot[bot]
2a4ff2aa12
Bump github/codeql-action from 3.28.9 to 3.28.10 in /.github/workflows
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.28.9 to 3.28.10.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](9e8d0789d4...b56ba49b26
)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-02-24 14:50:06 +01:00
dependabot[bot]
1e9669d6c3
Bump mikepenz/action-junit-report in /.github/workflows
...
Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report ) from 5.3.0 to 5.4.0.
- [Release notes](https://github.com/mikepenz/action-junit-report/releases )
- [Commits](ee6b445351...b14027d33d
)
---
updated-dependencies:
- dependency-name: mikepenz/action-junit-report
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-02-24 14:02:40 +01:00
dependabot[bot]
caca51d5ce
Bump ossf/scorecard-action from 2.4.0 to 2.4.1 in /.github/workflows
...
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action ) from 2.4.0 to 2.4.1.
- [Release notes](https://github.com/ossf/scorecard-action/releases )
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md )
- [Commits](62b2cac7ed...f49aabe0b5
)
---
updated-dependencies:
- dependency-name: ossf/scorecard-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-02-24 14:02:26 +01:00
dependabot[bot]
015728a57d
Bump actions/upload-artifact from 4.6.0 to 4.6.1 in /.github/workflows
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4.6.0 to 4.6.1.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](65c4c4a1dd...4cec3d8aa0
)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-02-24 14:02:08 +01:00