Skip to content

feat(session): mid-session failure handling and session reset (#181) #35

feat(session): mid-session failure handling and session reset (#181)

feat(session): mid-session failure handling and session reset (#181) #35

Workflow file for this run

name: OpenSSF Scorecard
on:
branch_protection_rule:
schedule:
- cron: '30 4 * * 1'
push:
branches:
- main
permissions:
security-events: write
id-token: write
contents: read
actions: read
jobs:
scorecard:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
with:
persist-credentials: false
fetch-depth: 0
- name: Run Scorecard
uses: ossf/scorecard-action@v2
with:
results_file: scorecard-results.sarif
results_format: sarif
publish_results: true
- name: Upload SARIF
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: scorecard-results.sarif