Skip to content

chore(deps): bump actions/checkout from 6.0.3 to 7.0.1 (#62) #75

chore(deps): bump actions/checkout from 6.0.3 to 7.0.1 (#62)

chore(deps): bump actions/checkout from 6.0.3 to 7.0.1 (#62) #75

Workflow file for this run

name: OpenSSF Scorecard
on:
workflow_dispatch:
branch_protection_rule:
push:
branches: [main]
schedule:
- cron: "17 4 * * 2"
permissions: read-all
jobs:
analysis:
name: Supply-chain analysis
if: github.event.repository.private == false
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
id-token: write
security-events: write
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6
with:
persist-credentials: false
- name: Run Scorecard
uses: ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde # v2.4.2
with:
results_file: results.sarif
results_format: sarif
publish_results: true
- name: Upload artifact
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
with:
name: scorecard-results
path: results.sarif
retention-days: 5
- name: Upload to code scanning
uses: github/codeql-action/upload-sarif@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4
with:
sarif_file: results.sarif