Skip to content

Commit

Permalink
Remove runner upload SARIF test
Browse files Browse the repository at this point in the history
Testing SARIF compatibility is covered by `codeql.yml`.
  • Loading branch information
Henry Mercer committed Nov 14, 2022
1 parent 219d9a0 commit adb125a
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/runner-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,29 +10,6 @@ on:
workflow_dispatch:

jobs:
runner-upload-sarif:
name: Runner upload sarif

runs-on: ubuntu-latest
timeout-minutes: 45

if: ${{ github.event_name != 'pull_request' || github.event.pull_request.base.repo.id == github.event.pull_request.head.repo.id }}

steps:
- uses: actions/checkout@v3

- name: Build runner
run: |
cd runner
npm install
npm run build-runner
- name: Upload with runner
run: |
# 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 }}
runner-extractor-ram-threads-options:
name: Runner ubuntu extractor RAM and threads options

Expand Down

0 comments on commit adb125a

Please sign in to comment.