Skip to content

Add freeze / unfreeze methods support to make a benedict instan… #7

Add freeze / unfreeze methods support to make a benedict instan…

Add freeze / unfreeze methods support to make a benedict instan… #7

Workflow file for this run

name: OpenSSF Scorecard
on:
push:
branches: [main]
schedule:
- cron: '0 8 * * 6' # every Saturday at 08:00 UTC
workflow_dispatch:
permissions: read-all
jobs:
scorecard:
runs-on: ubuntu-latest
permissions:
security-events: write # needed to upload SARIF results to GitHub Security tab
id-token: write # needed for Scorecard's OIDC token
contents: read
steps:
- name: Checkout
uses: actions/checkout@v6
with:
persist-credentials: false
- name: Run Scorecard
uses: ossf/scorecard-action@v2.4.3
with:
results_file: scorecard-results.sarif
results_format: sarif
publish_results: true
- name: Upload results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: scorecard-results.sarif
category: scorecard