Skip to content

Refactor liboqs CI and update Ubuntu images #3

Refactor liboqs CI and update Ubuntu images

Refactor liboqs CI and update Ubuntu images #3

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@4f698fb34f18df46c3d37a6aa32a2693336e23c4'. The workflow is requesting 'actions: read, attestations: read, checks: read, contents: read, deployments: read, discussions: read, issues: read, packages: read, pages: read, pull-requests: read, repository-projects: read, statuses: read', but is only allowed 'actions: none, attestations: none, checks: none, contents: none, deploy[...]
needs: basic-checks
uses: ./.github/workflows/scorecard.yml
secrets: inherit
permissions:
# Needed to upload the results to code-scanning dashboard.
security-events: write
# Needed to publish results and get a badge (see publish_results below).
id-token: write