Skip to content

Pin all GitHub Actions workflow references to full commit SHAs#15

Closed
Copilot wants to merge 6 commits into
mainfrom
copilot/sub-pr-12
Closed

Pin all GitHub Actions workflow references to full commit SHAs#15
Copilot wants to merge 6 commits into
mainfrom
copilot/sub-pr-12

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 23, 2026

Floating tag references (@v4, @v6, @v2.1.0) in GitHub Actions workflows are flagged by code scanning as unpinned — they can silently point to different code after a tag is force-pushed.

Changes

  • badgesort.ymlactions/checkout@v6de0fac2e # v6
  • megalinter.ymlactions/checkout@v434e11487 # v4
  • release.ymlactions/checkout@v6 (×2) → de0fac2e # v6; slsa-framework/slsa-github-generator reusable workflows (×2) → f7dd8c54 # v2.1.0

Version labels are preserved as inline comments for readability:

# Before
- uses: actions/checkout@v6

# After
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6

The Docker container step (docker://ghcr.io/chipwolf/badgesort@sha256:…) was already pinned by image digest and required no change.


📱 Kick off Copilot coding agent tasks wherever you are with GitHub Mobile, available on iOS and Android.

ChipWolf and others added 5 commits March 23, 2026 10:24
…scripts

Pin GitHub Actions and container references, tighten workflow permissions, and harden installer/profile scripts to eliminate flagged risky patterns. Also update Dockerfile security posture and shell lint issues while preserving existing behavior.

Made-with: Cursor
* Initial plan

* chore: remove bootstrap-sha from release-please-config

Co-authored-by: ChipWolf <3164166+ChipWolf@users.noreply.github.com>
Agent-Logs-Url: https://github.com/ChipWolf/dotfiles/sessions/bc6eb169-ea92-4fad-b9aa-20a78a277213

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: ChipWolf <3164166+ChipWolf@users.noreply.github.com>
Co-authored-by: Chip Wolf ‮ <ChipWolf@users.noreply.github.com>
Co-authored-by: Chip Wolf ‮ <ChipWolf@users.noreply.github.com>
Copilot AI changed the title [WIP] [WIP] Address feedback on code scanning findings remediation efforts Pin all GitHub Actions workflow references to full commit SHAs Mar 23, 2026
Copilot AI requested a review from ChipWolf March 23, 2026 11:37
@ChipWolf ChipWolf force-pushed the fix/code-scanning-remediation branch from 6a34285 to 94beb31 Compare March 24, 2026 12:14
Base automatically changed from fix/code-scanning-remediation to main March 24, 2026 12:14
@ChipWolf ChipWolf closed this Mar 24, 2026
@ChipWolf ChipWolf deleted the copilot/sub-pr-12 branch March 24, 2026 12:15
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.

3 participants