Skip to content

Fix duplicate Authorization header in auto-version-and-tag checkout (… #25

Fix duplicate Authorization header in auto-version-and-tag checkout (…

Fix duplicate Authorization header in auto-version-and-tag checkout (… #25

Workflow file for this run

name: OSSF Scorecard
on:
branch_protection_rule:
schedule:
- cron: '0 0 * * 0' # Weekly on Sundays at midnight UTC
push:
branches: [main]
workflow_dispatch:
permissions:
contents: read
jobs:
analysis:
name: Scorecard Analysis
runs-on: ubuntu-latest
permissions:
security-events: write
id-token: write
contents: read
actions: read
steps:
- name: Checkout code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: Run OSSF Scorecard
uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
with:
results_file: results.sarif
results_format: sarif
publish_results: true
- name: Upload SARIF results to GitHub Security
uses: github/codeql-action/upload-sarif@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
with:
sarif_file: results.sarif