Skip to content

Copilot/update GitHub actions to pin sha - #4

Open
lpmi-13 wants to merge 2 commits into
pgrundev:mainfrom
lpmi-13:copilot/update-github-actions-to-pin-sha
Open

lpmi-13 wants to merge 2 commits into
pgrundev:mainfrom
lpmi-13:copilot/update-github-actions-to-pin-sha

Conversation

@lpmi-13

@lpmi-13 lpmi-13 commented Sep 10, 2026

Copy link
Copy Markdown

Switch github actions workflows from mutable version tags to commit SHA hashes.

Copilot AI and others added 2 commits September 9, 2026 21:08
Co-authored-by: lpmi-13 <5070516+lpmi-13@users.noreply.github.com>
Co-authored-by: lpmi-13 <5070516+lpmi-13@users.noreply.github.com>
Comment thread .github/workflows/ci.yml
- uses: actions/checkout@v5
- uses: dtolnay/rust-toolchain@stable
- uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5.1.0
- uses: dtolnay/rust-toolchain@6bed0761d98439e5a578e2877258200ad565ba87 # stable (no patch tag published)

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is arguably better without the commit hash if the intent is to automatically track it. I can easily rebase out the changes to this action if that would be preferable 🫡

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