Skip to content

ci(deps): bump github/codeql-action/init from 4.38.0 to 4.38.1 (#154) #96

ci(deps): bump github/codeql-action/init from 4.38.0 to 4.38.1 (#154)

ci(deps): bump github/codeql-action/init from 4.38.0 to 4.38.1 (#154) #96

Workflow file for this run

---
name: Scorecards supply-chain security
on:
push:
branches:
- main
- "releases/**"
schedule:
- cron: "0 0 * * 0"
workflow_dispatch:
permissions: {}
jobs:
scorecards:
name: Scorecards analysis
runs-on: ubuntu-latest
permissions:
# Required to read the code
actions: read
# Required to read the code
contents: read
# Required to sign the SARIF file
id-token: write
# Required to upload the SARIF file to the security tab
security-events: write
steps:
- name: "Checkout code"
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
fetch-depth: 1
persist-credentials: false
- name: "Run analysis"
uses: ossf/scorecard-action@2d1146689b8cda280b9bc96326124645441f03bc # v2.4.4
with:
results_file: scorecards-results.sarif
results_format: sarif
publish_results: true
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@1c5b675653bb5c22dbe9b12b556ec555138e09fd # v4.38.1
with:
sarif_file: scorecards-results.sarif