Skip to content

Clean up CodeQL workflow by removing languages#73

Merged
toddysm merged 1 commit into
mainfrom
toddysm-patch-1
Jun 10, 2026
Merged

Clean up CodeQL workflow by removing languages#73
toddysm merged 1 commit into
mainfrom
toddysm-patch-1

Conversation

@toddysm

@toddysm toddysm commented Jun 10, 2026

Copy link
Copy Markdown
Owner

Removed unused language configurations from CodeQL workflow.

Removed unused language configurations from CodeQL workflow.
Copilot AI review requested due to automatic review settings June 10, 2026 21:48
@toddysm toddysm merged commit 274c74c into main Jun 10, 2026
4 checks passed

Copilot AI left a comment

Copy link
Copy Markdown

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 repository’s CodeQL GitHub Actions workflow configuration, aiming to limit CodeQL analysis to a smaller set of languages.

Changes:

  • Defines a CodeQL “Advanced” workflow with a language matrix (currently actions and python).
  • Configures CodeQL init/analyze steps and a conditional manual build step.

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

Comment on lines +45 to +49
include:
- language: actions
build-mode: none
- language: python
build-mode: none
Comment on lines +58 to +60
steps:
- name: Checkout repository
uses: actions/checkout@v4
Comment on lines +69 to +73
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}
Comment on lines +87 to +96
- name: Run manual build steps
if: matrix.build-mode == 'manual'
shell: bash
run: |
echo 'If you are using a "manual" build mode for one or more of the' \
'languages you are analyzing, replace this with the commands to build' \
'your code, for example:'
echo ' make bootstrap'
echo ' make release'
exit 1
Comment on lines +98 to +101
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4
with:
category: "/language:${{matrix.language}}"
Comment on lines +46 to +49
- language: actions
build-mode: none
- language: python
build-mode: none
@toddysm toddysm deleted the toddysm-patch-1 branch June 10, 2026 23:24
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.

2 participants