Skip to content

build(deps): bump rollup from 4.21.3 to 4.22.0 #1743

build(deps): bump rollup from 4.21.3 to 4.22.0

build(deps): bump rollup from 4.21.3 to 4.22.0 #1743

Workflow file for this run

name: Scorecards
on:
branch_protection_rule:
schedule:
- cron: '0 12 * * 4'
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@62b2cac7ed8198b15735ed49ab1e5cf35480ba46
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@8214744c546c1e5c8f03dde8fab3a7353211988d
with:
sarif_file: results.sarif