diff --git a/.github/workflows/runner-checks.yml b/.github/workflows/runner-checks.yml index e5c778e57..d149f0b09 100644 --- a/.github/workflows/runner-checks.yml +++ b/.github/workflows/runner-checks.yml @@ -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