Specify bundle URL in local bundle PR check

This commit is contained in:
Henry Mercer
2025-09-22 13:32:04 +02:00
parent 79e0afb999
commit bd516303e1
2 changed files with 4 additions and 8 deletions

View File

@@ -66,11 +66,9 @@ jobs:
with:
go-version: ${{ inputs.go-version || '>=1.21.0' }}
cache: false
- 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: