Skip to content

fix: wrong sha hash in scorecard workflow #2

fix: wrong sha hash in scorecard workflow

fix: wrong sha hash in scorecard workflow #2

Workflow file for this run

name: OpenSSF Scorecard
on:
push:
branches: [main]
schedule:
- cron: "00 06 * * 1"
permissions: read-all
jobs:
analysis:
runs-on: ubuntu-24.04
permissions:
security-events: write
id-token: write
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: ossf/scorecard-action@99c09fe975337306107572b4fdf4db224cf8e2f2 # v2.4.3
with:
results_file: results.sarif
results_format: sarif
publish_results: true
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
with:
name: SARIF
path: results.sarif
retention-days: 5
- uses: github/codeql-action/upload-sarif@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
with:
sarif_file: results.sarif