Skip to content

Commit

Permalink
Showing 4 changed files with 163 additions and 123 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/pr-checks.yml
@@ -242,6 +242,7 @@ jobs:
runs-on: ubuntu-latest
outputs:
versions: ${{ steps.compare.outputs.versions }}
nightly-url: ${{ steps.get-url.outputs.nightly-url }}

steps:
- uses: actions/checkout@v2
@@ -827,3 +828,23 @@ jobs:
# Deliberately don't use TEST_MODE here. This is specifically testing
# the compatibility with the API.
runner/dist/codeql-runner-linux upload --sarif-file src/testdata/empty-sarif.sarif --repository $GITHUB_REPOSITORY --commit $GITHUB_SHA --ref $GITHUB_REF --github-url $GITHUB_SERVER_URL --github-auth ${{ github.token }}
multi-language-repo_test-local-codeql:
needs: [check-js, check-node-modules]
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Move codeql-action
run: |
wget ${{ fromJson(needs.check-codeql-versions.outputs.nightly-url) }}
mkdir ../action
mv * .github ../action/
mv ../action/tests/multi-language-repo/{*,.github} .
mv ../action/.github/workflows .github
- uses: ./../action/init
with:
tools: "file://../action/codeql-bundle.tar.gz"
- name: Build code
run: ./build.sh
- uses: ./../action/analyze
97 changes: 53 additions & 44 deletions lib/codeql.js

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

0 comments on commit 8f4c2c7

Please sign in to comment.