ci: pin third-party action SHAs and add Dependabot cooldown#102
Merged
Conversation
- Pin EndBug/add-and-commit, myrotvorets/set-commit-status-action, mikepenz/release-changelog-builder-action, and softprops/action-gh-release to full commit SHAs to eliminate mutable-tag supply chain risk (Zizmor artipacked) - Add cooldown to .github/dependabot.yml (default-days: 7, semver-major-days: 14) to resolve Zizmor dependabot-cooldown Medium finding - Add zizmor: ignore[pull-request-target] suppression on codeql.yml; the trigger is intentional and already documented with a full security model in the file
mdanish98
approved these changes
Jun 3, 2026
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
Addresses open findings from the SAP Supply Chain Risk Monitoring Dashboard (Zizmor scanner). Fixes the one Medium severity finding and reduces Low severity findings by eliminating mutable action tags.
Changes Made
.github/dependabot.yml— Addcooldownblock (default-days: 7,semver-major-days: 14) to resolve the Zizmordependabot-cooldownMedium finding.github/workflows/build-and-test.yml— PinEndBug/add-and-commit@v10andmyrotvorets/set-commit-status-action@masterto full commit SHAs.github/workflows/release.yml— Pinmikepenz/release-changelog-builder-action@v6andsoftprops/action-gh-release@v3to full commit SHAs.github/workflows/codeql.yml— Addzizmor: ignore[pull-request-target]suppression; the trigger is intentional and already documented with a full security model in the file headerZizmor Finding Impact
dependabot-cooldownartipacked(×4 actions)pull_request_targetInformational findings (
template-injection,superfluous-actions) are confirmed false positives and are not addressed here.Type of Change
Compatibility Analysis
All actions are pinned to the exact same commit they previously resolved to — no functional change. The
cooldownfield is a new Dependabot configuration option and does not affect existing open PRs.