Skip to content

Comments

Pin third-party GitHub Actions to commit SHAs#53

Draft
Copilot wants to merge 3 commits intomasterfrom
copilot/configure-actions-setup-steps
Draft

Pin third-party GitHub Actions to commit SHAs#53
Copilot wants to merge 3 commits intomasterfrom
copilot/configure-actions-setup-steps

Conversation

Copy link

Copilot AI commented Feb 11, 2026

Third-party actions were referenced using mutable tags and branch names, exposing workflows to supply chain attacks and unpredictable behavior.

Changes

Pinned all third-party actions to specific commit SHAs:

  • foundry-rs/foundry-toolchain@v1.4.0@82dee4ba654bd2146511f85f0d013af94670c4de
  • actions/github-script@v7@f28e40c7f34bde8b3046d885e986cb6290c5673b
  • signcl/docsearch-scraper-action@master@816fdbb24b06e441f631f1d8de37abb34448c474
# Before
- uses: signcl/docsearch-scraper-action@master

# After
- uses: signcl/docsearch-scraper-action@816fdbb24b06e441f631f1d8de37abb34448c474  # master

Workflows remain functionally identical. GitHub-owned actions (actions/*, github/*) continue using semantic versioning per GitHub's security model.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • https://api.github.com/repos/foundry-rs/foundry-toolchain/git/refs/tags/v1.4.0
    • Triggering command: /usr/bin/curl curl -sL REDACTED (http block)

If you need me to access, download, or install something from one of these locations, you can either:


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI and others added 2 commits February 11, 2026 16:55
Co-authored-by: Kushmanmb <193178375+Kushmanmb@users.noreply.github.com>
Co-authored-by: Kushmanmb <193178375+Kushmanmb@users.noreply.github.com>
Copilot AI changed the title [WIP] Configure Actions setup steps with safe practices Pin third-party GitHub Actions to commit SHAs Feb 11, 2026
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