Skip to content

Commit

Permalink
Update build-codeql.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Ronstadt <[email protected]>
  • Loading branch information
jacob-ronstadt authored Apr 29, 2024
1 parent efbbbb4 commit e70117f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
fetch-depth: 0

- name: CodeQL Download
run: Invoke-WebRequest -Uri "https://github.com/github/codeql-cli-binaries/releases/download/v$CODEQL_VERSION/codeql-win64.zip -OutFile ./codeql-win64.zip
run: Invoke-WebRequest -Uri "https://github.com/github/codeql-cli-binaries/releases/download/v$CODEQL_VERSION/codeql-win64.zip" -OutFile ./codeql-win64.zip

- name: Unzip CodeQL CLI
run: Expand-Archive -Path codeql-win64.zip -DestinationPath .\codeql-zip -Force
Expand Down

0 comments on commit e70117f

Please sign in to comment.