Skip to content

Document GitHub Actions support / Add rust support#16

Merged
felickz merged 5 commits intomainfrom
fix-github-actions
Jul 3, 2025
Merged

Document GitHub Actions support / Add rust support#16
felickz merged 5 commits intomainfrom
fix-github-actions

Conversation

@felickz
Copy link
Copy Markdown
Contributor

@felickz felickz commented Jul 3, 2025

This pull request introduces docs for GitHub Actions workflows in CodeQL analysis and enhances debugging in the main.py script.

@felickz felickz requested a review from Copilot July 3, 2025 13:57
Copy link
Copy Markdown

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 adds initial support for GitHub Actions in CodeQL language mapping and documents how to include Actions workflows via .gitattributes, along with temporary debug output in main.py.

  • Added debug prints to main.py to trace language mappings
  • Extended build_languages_list to map yaml to actions
  • Documented GitHub Actions support in README.md with .gitattributes instructions

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
main.py Inserted debug print statements and mapped yaml to actions
README.md Added “Actions support” section with .gitattributes directives
Comments suppressed due to low confidence (2)

main.py:32

  • This new mapping branch for yamlactions should be covered by a unit test to ensure it’s correctly applied in build_languages_list.
        if languages[i] == "yaml":

README.md:97

  • [nitpick] To improve clarity, consider renaming this header to ### GitHub Actions support so it aligns exactly with the terminology used elsewhere in the docs.
### Actions support

Comment thread main.py
@felickz felickz requested a review from GeekMasher July 3, 2025 14:05
@felickz felickz changed the title Document GitHub Actions support Document GitHub Actions support / Add rust Jul 3, 2025
@felickz felickz changed the title Document GitHub Actions support / Add rust Document GitHub Actions support / Add rust support Jul 3, 2025
Copy link
Copy Markdown
Contributor

@GeekMasher GeekMasher left a comment

Choose a reason for hiding this comment

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

Looks good, 🚢 it

@felickz felickz merged commit 7cad0b7 into main Jul 3, 2025
2 checks passed
@felickz felickz deleted the fix-github-actions branch July 3, 2025 14:43
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