Skip to content
Prev Previous commit
Next Next commit
Run local CodeQL check using linked bundle
  • Loading branch information
henrymercer committed Sep 22, 2025
commit 79e0afb9993c23cd5ce669623f86f63e1fd62484
2 changes: 1 addition & 1 deletion .github/workflows/__test-local-codeql.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pr-checks/checks/test-local-codeql.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "Local CodeQL bundle"
description: "Tests using a CodeQL bundle from a local file rather than a URL"
versions: ["nightly-latest"]
versions: ["linked"]
operatingSystems: ["ubuntu"]
installGo: true
steps:
Expand Down
Loading