[PR #699] [MERGED] Refactor CodeQL workflow #815

Closed
opened 2026-02-16 00:19:11 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/llama_cloud_services/pull/699
Author: @ScottBrenner
Created: 4/25/2025
Status: Merged
Merged: 4/27/2025
Merged by: @logan-markewich

Base: mainHead: patch-2


📝 Commits (2)

  • 0cb18a9 Refactor CodeQL workflow
  • 486df6b Update .github/workflows/codeql.yml

📊 Changes

1 file changed (+8 additions, -48 deletions)

View changed files

📝 .github/workflows/codeql.yml (+8 -48)

📄 Description

  • Removing the 'matrix' implementation as only one language is scanned
  • Updating steps to their latest versions and modifying options accordingly
  • Removed usage of 'autobuild' as unsupported for Python

Validated on my fork-
image

Alternatively, this file could probably be deleted in lieu of https://docs.github.com/en/code-security/code-scanning/enabling-code-scanning/configuring-default-setup-for-code-scanning#configuring-default-setup-for-a-repository


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/llama_cloud_services/pull/699 **Author:** [@ScottBrenner](https://github.com/ScottBrenner) **Created:** 4/25/2025 **Status:** ✅ Merged **Merged:** 4/27/2025 **Merged by:** [@logan-markewich](https://github.com/logan-markewich) **Base:** `main` ← **Head:** `patch-2` --- ### 📝 Commits (2) - [`0cb18a9`](https://github.com/run-llama/llama_cloud_services/commit/0cb18a948e0b95ea75c89a7e4abf52ba80209aba) Refactor CodeQL workflow - [`486df6b`](https://github.com/run-llama/llama_cloud_services/commit/486df6b3509ecda131e95cb8d414eaa2fe934a6b) Update .github/workflows/codeql.yml ### 📊 Changes **1 file changed** (+8 additions, -48 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/codeql.yml` (+8 -48) </details> ### 📄 Description * Removing the 'matrix' implementation as only one language is scanned * Updating steps to their latest versions and modifying options accordingly * Removed usage of 'autobuild' as [unsupported for Python](https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages#autobuild-steps-for-compiled-languages) Validated on my fork- ![image](https://github.com/user-attachments/assets/4c2b0aaf-b439-41ed-9436-528f27775170) Alternatively, this file could probably be deleted in lieu of https://docs.github.com/en/code-security/code-scanning/enabling-code-scanning/configuring-default-setup-for-code-scanning#configuring-default-setup-for-a-repository --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 00:19:11 -05:00
yindo closed this issue 2026-02-16 00:19:11 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/llama_cloud_services#815