Skip to content

fix: all 4 demo modes now produce output after merger #29

fix: all 4 demo modes now produce output after merger

fix: all 4 demo modes now produce output after merger #29

Workflow file for this run

name: OpenSSF Scorecard
"on":
push:
branches: [main]
schedule:
- cron: '30 5 * * 1' # Every Monday at 05:30 UTC
workflow_dispatch:
permissions: read-all
jobs:
analysis:
name: Scorecard analysis
runs-on: ubuntu-latest
permissions:
security-events: write
id-token: write
contents: read
actions: read
steps:
- name: Checkout code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
with:
persist-credentials: false
- name: Run analysis
uses: ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0
with:
results_file: results.sarif
results_format: sarif
publish_results: true
- name: Upload artifact
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
with:
name: SARIF file
path: results.sarif
retention-days: 5
- name: Upload to GitHub Code Scanning
uses: github/codeql-action/upload-sarif@9e907b5e64f6b83e7804b09294d44122997950d6 # v3
with:
sarif_file: results.sarif