Skip to content

Bump Verify.XunitV3 from 28.8.1 to 28.9.0 in the xunit group (#3007) #1230

Bump Verify.XunitV3 from 28.8.1 to 28.9.0 in the xunit group (#3007)

Bump Verify.XunitV3 from 28.8.1 to 28.9.0 in the xunit group (#3007) #1230

name: ossf-scorecard
on:
branch_protection_rule:
push:
branches: [ main ]
schedule:
- cron: '0 5 * * MON'
workflow_dispatch:
permissions: read-all
jobs:
analysis:
name: analysis
runs-on: ubuntu-latest
permissions:
id-token: write
security-events: 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:
publish_results: true
results_file: results.sarif
results_format: sarif
- name: Upload artifact
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
with:
name: SARIF
path: results.sarif
retention-days: 5
- name: Upload to code-scanning
uses: github/codeql-action/upload-sarif@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
with:
sarif_file: results.sarif