Skip to content

Refactor liboqs CI and update Ubuntu images #1

Refactor liboqs CI and update Ubuntu images

Refactor liboqs CI and update Ubuntu images #1

Workflow file for this run

name: Pull request tests
permissions:
contents: read
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@bc8de2568056305000e443a76cafacde4d26b690'. The workflow is requesting 'actions: read, attestations: read, checks: read, deployments: read, discussions: read, issues: read, packages: read, pages: read, pull-requests: read, repository-projects: read, statuses: read, security-events: read, id-token: read', but is only allowed 'actions: none, attestations: none, checks: none,[...] .github/workflows/pr.yml (Line: 21, Col: 3): Error calling workflow 'open-quantum-safe/liboqs/.github/workflows/scorecard.yml@bc8de2568056305000e443a76cafacde4d26b690'. The nested job 'analysis' is requesting 'security-events: write, id-token: write', but is only allowed 'security-events: none, id-token: none'.
needs: basic-checks
uses: ./.github/workflows/scorecard.yml
secrets: inherit