Skip to content

chore: add IWYU directives to engine/Step.hpp and engine/StringTo.hpp… #129

chore: add IWYU directives to engine/Step.hpp and engine/StringTo.hpp…

chore: add IWYU directives to engine/Step.hpp and engine/StringTo.hpp… #129

Workflow file for this run

---
name: Security
on:
workflow_dispatch:
branch_protection_rule:
schedule:
- cron: "33 8 * * 6"
push:
branches: [main]
permissions: read-all
jobs:
analysis:
name: OSSF Scorecards
runs-on: ubuntu-latest
permissions:
security-events: write
id-token: write
actions: read
contents: read
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
persist-credentials: false
- name: Analysis
uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
with:
results_file: scorecards.sarif
results_format: sarif
repo_token: ${{ secrets.SCORECARD_READ_TOKEN }}
publish_results: true
- uses: github/codeql-action/upload-sarif@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
with:
sarif_file: scorecards.sarif