Merge pull request #3130 from github/henrymercer/request-nightly

Support requesting latest nightly with `tools: nightly`
This commit is contained in:
Henry Mercer
2025-09-22 14:59:43 +01:00
committed by GitHub
11 changed files with 267 additions and 32 deletions

View File

@@ -1,14 +1,12 @@
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:
- name: Fetch a CodeQL bundle
env:
CODEQL_URL: ${{ steps.prepare-test.outputs.tools-url }}
- name: Fetch latest CodeQL bundle
run: |
wget "$CODEQL_URL"
wget https://github.com/github/codeql-action/releases/latest/download/codeql-bundle-linux64.tar.zst
- id: init
uses: ./../action/init
with: