Skip to content

Commit

Permalink
Allowing a cached version of the CodeQL bundle sometimes
Browse files Browse the repository at this point in the history
To save time downloading the CodeQL bundle we're pre-downloading it into the
hosted Actions runner, but because the release schedule is different there may
be some version drift. This change allows a different version of the bundle
to be used than the default if a version isn't explicitly specified, there's
only one version downloaded, and it's been marked as a 'pinned-version' -
otherwise it reverts to the prior behavior.
  • Loading branch information
Chris Raynor committed Sep 22, 2020
1 parent 367ad73 commit 41464b1
Show file tree
Hide file tree
Showing 7 changed files with 276 additions and 2 deletions.
20 changes: 20 additions & 0 deletions lib/codeql.js

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

2 changes: 1 addition & 1 deletion lib/codeql.js.map

Large diffs are not rendered by default.

57 changes: 57 additions & 0 deletions lib/codeql.test.js

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

2 changes: 1 addition & 1 deletion lib/codeql.test.js.map

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

Loading

0 comments on commit 41464b1

Please sign in to comment.