Skip to content

Remove CHANGELOG.md (converted to CHANGELOG.adoc) #79

Remove CHANGELOG.md (converted to CHANGELOG.adoc)

Remove CHANGELOG.md (converted to CHANGELOG.adoc) #79

Workflow file for this run

# SPDX-License-Identifier: MPL-2.0
name: OSSF Scorecard
on:
push:
branches: [main, master]
schedule:
- cron: '0 4 * * *'
permissions: read-all
jobs:
analysis:
runs-on: ubuntu-latest
permissions:
security-events: write
id-token: write
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: Run Scorecard
uses: ossf/[email protected]
with:
results_file: results.sarif
results_format: sarif
- name: Upload results
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: results.sarif