Skip to content

Fix Spook action names in translations (#1311) #52

Fix Spook action names in translations (#1311)

Fix Spook action names in translations (#1311) #52

Workflow file for this run

---
name: Scorecard
# yamllint disable-line rule:truthy
on:
branch_protection_rule:
schedule:
- cron: "30 1 * * 0"
push:
branches: [main]
workflow_dispatch:
permissions:
contents: read
id-token: write
security-events: write
jobs:
scorecard:
name: Scorecard
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: 🚀 Run OpenSSF Scorecard
uses: ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde # v2.4.2
with:
results_file: results.sarif
results_format: sarif
publish_results: true
- name: ⬆️ Upload analysis results to GitHub
uses: github/codeql-action/upload-sarif@fe4161a26a8629af62121b670040955b330f9af2 # v4.31.6
with:
sarif_file: results.sarif