Skip to content

build(deps): bump github/codeql-action from 3.25.10 to 3.25.11 #150

build(deps): bump github/codeql-action from 3.25.10 to 3.25.11

build(deps): bump github/codeql-action from 3.25.10 to 3.25.11 #150

Workflow file for this run

name: Scorecards
on:
push:
branches: [main]
permissions: read-all
jobs:
scorecards:
name: Scorecards Analysis
runs-on: ubuntu-latest
permissions:
# Needed to upload the results to code-scanning dashboard.
security-events: write
# Used to receive a badge. (Upcoming feature)
id-token: write
actions: read
contents: read
steps:
- name: 'Checkout code'
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
with:
persist-credentials: false
- name: 'Run analysis'
uses: ossf/scorecard-action@dc50aa9510b46c811795eb24b2f1ba02a914e534
with:
results_file: results.sarif
results_format: sarif
repo_token: ${{ secrets.SCORECARD_READ_TOKEN }}
publish_results: true
- name: 'Upload to code-scanning'
uses: github/codeql-action/upload-sarif@b611370bb5703a7efb587f9d136a52ea24c5c38c
with:
sarif_file: results.sarif