-
Notifications
You must be signed in to change notification settings - Fork 1
chore(deps): update github/codeql-action digest to 2d92b76 #294
New issue
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
chore(deps): update github/codeql-action digest to 2d92b76 #294
Conversation
📝 WalkthroughWalkthroughUpdated the GitHub Actions workflow .github/workflows/mega-linter.yml to change the pinned commit SHA of github/codeql-action/upload-sarif in the "Upload MegaLinter scan results to GitHub Security tab" step. The v3 tag and all step parameters remain unchanged. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested reviewers
Poem
✨ Finishing Touches🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (1)
.github/workflows/mega-linter.yml (1)
140-141: Prefer always() over success() || failure() to also run on canceled jobs.
success() || failure()won’t run on canceled workflows;always()will. Consider this tweak:- if: success() || failure() + if: ${{ always() }}
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
💡 Knowledge Base configuration:
- MCP integration is disabled by default for public repositories
- Jira integration is disabled by default for public repositories
- Linear integration is disabled by default for public repositories
You can enable these sources in your CodeRabbit configuration.
📒 Files selected for processing (1)
.github/workflows/mega-linter.yml(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
- GitHub Check: MegaLinter
- GitHub Check: run-megalinter
🔇 Additional comments (2)
.github/workflows/mega-linter.yml (2)
139-144: LGTM: Pinned CodeQL SARIF uploader digest and kept v3; permissions and inputs look correct.
- Pinned SHA for github/codeql-action/upload-sarif while retaining v3 is the right supply‑chain posture.
- Job has
security-events: write, which the CodeQL action requires. (github.com)with: sarif_filematches the documented input name. (docs.github.com)
141-141: Pinned digest verified: commit 2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d exists in github/codeql-action and includes upload-sarif/action.yml.
This PR contains the following updates:
3c3833e->2d92b76Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.