Skip to content

chore: fix build && comment version tags on digests#12

Merged
johanneseschrig merged 4 commits intomainfrom
chore/digest-version-tags
Mar 19, 2026
Merged

chore: fix build && comment version tags on digests#12
johanneseschrig merged 4 commits intomainfrom
chore/digest-version-tags

Conversation

@johanneseschrig
Copy link
Contributor

@johanneseschrig johanneseschrig commented Mar 19, 2026

Change Description

Adds version comments to digests for better maintainability. See also https://docs.renovatebot.com/modules/manager/github-actions/#digest-pinning-and-updating

The build was failing, since (as far as I was able to trace it) the latest sapmachine 21 (21.0.10.0.1) was resolving to 21.0.10+0.1 by the setup-java action (+ gets replaced to . and then replaced back), and then cached to 21.0.10-0.1 at which point the maven enforcer plugin just gave up with

Detected JDK /opt/hostedtoolcache/Java_SapMachine_jdk/21.0.10-0.1/x64
is version 21.0.10-0 which is not in the allowed range [21.0.10.0.1,).

Thus, patching down to a version 21.0.9, for which no endless semvars seem to exist, so we don't run into setup-java's replacement magic.

@johanneseschrig johanneseschrig changed the title comment version tags on digests chore; comment version tags on digests Mar 19, 2026
@johanneseschrig johanneseschrig changed the title chore; comment version tags on digests chore: comment version tags on digests Mar 19, 2026
@github-actions
Copy link

✔️ OSS related checks passed successfully
📋 OSS related checks executed by Black Duck - rapid scan passed successfully.

RAPID SCAN

@github-actions
Copy link

✔️ OSS related checks passed successfully
📋 OSS related checks executed by Black Duck - rapid scan passed successfully.

RAPID SCAN

@github-actions
Copy link

✔️ OSS related checks passed successfully
📋 OSS related checks executed by Black Duck - rapid scan passed successfully.

RAPID SCAN

@github-actions
Copy link

✔️ OSS related checks passed successfully
📋 OSS related checks executed by Black Duck - rapid scan passed successfully.

RAPID SCAN

@johanneseschrig johanneseschrig changed the title chore: comment version tags on digests chore: fix build && comment version tags on digests Mar 19, 2026
@johanneseschrig johanneseschrig merged commit 0597594 into main Mar 19, 2026
15 checks passed
@johanneseschrig johanneseschrig deleted the chore/digest-version-tags branch March 19, 2026 13:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants