Remove runner upload SARIF test
Testing SARIF compatibility is covered by `codeql.yml`.
This commit is contained in:
parent
219d9a0182
commit
adb125ae03
1 changed files with 0 additions and 23 deletions
23
.github/workflows/runner-checks.yml
vendored
23
.github/workflows/runner-checks.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue