Skip to content

Refactor liboqs CI and update Ubuntu images #2

Refactor liboqs CI and update Ubuntu images

Refactor liboqs CI and update Ubuntu images #2

Workflow file for this run

name: Pull request tests
# read-all permissions are required for the scorecard job
permissions: read-all
on: pull_request
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
basic-checks:
uses: ./.github/workflows/basic.yml
platform-tests:
needs: basic-checks
uses: ./.github/workflows/platforms.yml
scorecard:

Check failure on line 21 in .github/workflows/pr.yml

View workflow run for this annotation

GitHub Actions / Pull request tests

Invalid workflow file

The workflow is not valid. .github/workflows/pr.yml (Line: 21, Col: 3): Error calling workflow 'open-quantum-safe/liboqs/.github/workflows/scorecard.yml@60fba0a8dc0abb06b0cca4a3c98db2d01a8a5c06'. The nested job 'analysis' is requesting 'security-events: write, id-token: write', but is only allowed 'security-events: read, id-token: read'.
needs: basic-checks
uses: ./.github/workflows/scorecard.yml
secrets: inherit