Skip to content

Conversation

@felickz
Copy link
Contributor

@felickz felickz commented Nov 5, 2025

Updated CodeQL workflow to use newer action versions and refined upload settings.

Updated CodeQL workflow to use newer action versions and refined upload settings.
@felickz felickz requested a review from Copilot November 5, 2025 19:27
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR updates the README.md documentation to reflect current best practices for CodeQL GitHub Actions workflows. The changes modernize action versions and configuration options while streamlining the example.

  • Updates all CodeQL action references from v1 to v4
  • Replaces deprecated upload: False with upload: failure-only
  • Modernizes the workflow example with current build-mode configuration

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.


- name: adjust-cvss
uses: advanced-security/adjust-cvss@master
uses: advanced-security/adjust-cvss@v0.0.1
Copy link

Copilot AI Nov 5, 2025

Choose a reason for hiding this comment

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

[nitpick] Pinning to a specific version tag (v0.0.1) is less flexible than the previous @master reference. Consider using a major version tag like @v1 or @v0 to automatically receive compatible updates and bug fixes while maintaining stability.

Suggested change
uses: advanced-security/adjust-cvss@v0.0.1
uses: advanced-security/adjust-cvss@v0

Copilot uses AI. Check for mistakes.
@aegilops aegilops merged commit c0ad296 into master Dec 15, 2025
10 checks passed
@aegilops aegilops deleted the readme-update branch December 15, 2025 12:25
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.

3 participants