We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jira: https://asfdaac.atlassian.net/browse/TOOL-3476
Note: The above link is accessible only to members of ASF.
Since CodeQL was enabled for our repos, we've been getting warnings like:
Unpinned tag for a non-immutable Action in workflow Medium Unpinned 3rd party Action 'Check links' step uses '[SOME_ACTION]' with ref 'vX.Y.Z', not a pinned commit hash
Unpinned tag for a non-immutable Action in workflow
Medium
Unpinned 3rd party Action 'Check links' step uses '[SOME_ACTION]' with ref 'vX.Y.Z', not a pinned commit hash
E.g., https://github.com/ASFHyP3/hyp3-docs/security/code-scanning/32
Dependabot does appear to support updating hash pins, so we could switch to them. This would look like:
- uses: actions/checkout@01aecccf739ca6ff86c0539fbc67a7a5007bbc81 #v2.1.0
Note: dependabot will update the has and trailing version comment: dependabot/dependabot-core#4691 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Jira: https://asfdaac.atlassian.net/browse/TOOL-3476
Note: The above link is accessible only to members of ASF.
Since CodeQL was enabled for our repos, we've been getting warnings like:
E.g., https://github.com/ASFHyP3/hyp3-docs/security/code-scanning/32
Dependabot does appear to support updating hash pins, so we could switch to them. This would look like:
Note: dependabot will update the has and trailing version comment: dependabot/dependabot-core#4691 (comment)
The text was updated successfully, but these errors were encountered: