Skip to content

Commit

Permalink
Merge pull request #227 from github/cbraynor/cache-pinning
Browse files Browse the repository at this point in the history
Prioritizing pre-downloaded CodeQL bundle in some circumstances
  • Loading branch information
Chris Raynor authored and GitHub committed Sep 23, 2020
2 parents 367ad73 + 2f4ca98 commit 481f3ce
Show file tree
Hide file tree
Showing 8 changed files with 278 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
tools: [~, latest]
runs-on: ${{ matrix.os }}

steps:
Expand All @@ -56,6 +57,7 @@ jobs:
mv ../action/tests/multi-language-repo/{*,.github} .
- uses: ./../action/init
with:
tools: ${{ matrix.tools }}
languages: cpp,csharp,java,javascript,python
config-file: github/codeql-action/tests/multi-language-repo/.github/codeql/custom-queries.yml@${{ github.sha }}
- name: Build code
Expand Down
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 481f3ce

Please sign in to comment.