Skip to content

chore(deps): update github/codeql-action action to v3.28.2 #24

chore(deps): update github/codeql-action action to v3.28.2

chore(deps): update github/codeql-action action to v3.28.2 #24

Workflow file for this run

name: scorecards
on:
workflow_dispatch:
push:
branches:
- main
schedule:
- cron: 30 1 * * 6
permissions: read-all
jobs:
analysis:
name: Scorecard analysis
runs-on: ubuntu-latest
permissions:
security-events: write
id-token: write
steps:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
- name: Run analysis
uses: ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0
with:
results_file: results.sarif
results_format: sarif
publish_results: true
- name: Upload to code-scanning
uses: github/codeql-action/upload-sarif@d68b2d4edb4189fd2a5366ac14e72027bd4b37dd # v3.28.2
with:
sarif_file: results.sarif