chore: supply chain hardening (CODEOWNERS, Dependabot, Renovate, Scorecard fixes)#166
Merged
coopernetes merged 1 commit intomainfrom Apr 16, 2026
Merged
Conversation
…ecard fixes) - Add .github/CODEOWNERS (satisfies OpenSSF Scorecard Code-Review check) - Add .github/dependabot.yml scoped to github-actions only (satisfies Dependency-Update-Tool check) - Add renovate.json covering gradle, gradle-wrapper, npm, and dockerfile managers (no Actions overlap with Dependabot); pinDigests: true for Dockerfile base images - Pin eclipse-temurin:21-jdk and :21-jre to SHA256 manifest list digests (satisfies Pinned-Dependencies check; safe for multi-arch builds) - Add permissions: read-all to codeql.yml workflow level - Split dependency-submission into its own job in ci.yml so build-and-test drops from contents: write to contents: read (both satisfy Token-Permissions check) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
adc78a4 to
bf4805f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Closes out several actionable OpenSSF Scorecard alerts:
github-actionsonly; satisfies the Dependency-Update-Tool checkgradle,gradle-wrapper,npm, anddockerfilemanagers;pinDigests: truekeeps Dockerfile base image digests updated automaticallyeclipse-temurin:21-jdkand:21-jreto SHA256 manifest list digests (safe for multi-archlinux/amd64+linux/arm64builds)permissions: read-allat workflow leveldependency-submissioninto its own job sobuild-and-testdrops fromcontents: writetocontents: readNotes
After merging, install the Renovate GitHub App on this repo to activate dependency update PRs.
Remaining Scorecard alerts not addressed here (out of scope for code changes):