Create copilot-setup-steps workflow with pinned action SHAs#346
Closed
Copilot wants to merge 2 commits intodd/copilot-setup/2from
Closed
Create copilot-setup-steps workflow with pinned action SHAs#346Copilot wants to merge 2 commits intodd/copilot-setup/2from
Copilot wants to merge 2 commits intodd/copilot-setup/2from
Conversation
Fix CI failure (job 68979732486): create the missing workflow file with all three actions pinned to full commit SHAs instead of tags/branches. - actions/checkout@v6 → de0fac2e4500dabe0009e67214ff5f5447ce83dd - actions/setup-node@v6 → 53b83947a5a98c8d113130e565377fae1a50d02f - setup-codeql-environment@main → de78423de19152f49ed45d1df6e7b70f721132c8 Agent-Logs-Url: https://github.com/advanced-security/codeql-sap-js/sessions/2b94b4ac-d715-4991-8ac1-9135642e433d Co-authored-by: data-douser <70299490+data-douser@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix failing GitHub Actions workflow copilot-setup-steps
Create copilot-setup-steps workflow with pinned action SHAs
Mar 28, 2026
data-douser
approved these changes
Mar 28, 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.
The
copilot-setup-stepsworkflow was missing, causing CI job 68979732486 to fail with: "actions must be pinned to a full-length commit SHA".What This PR Contributes
New Copilot setup workflow:
.github/workflows/copilot-setup-steps.ymlto automate environment setup, including repository checkout, Node.js installation (with npm caching), dependency installation for the CDS extractor, automatic generation of.codeql-versionfromqlt.conf.json, and initialization of the CodeQL environment.Future Works