Skip to content

Bump the all group across 1 directory with 5 updates (#638) #184

Bump the all group across 1 directory with 5 updates (#638)

Bump the all group across 1 directory with 5 updates (#638) #184

Workflow file for this run

name: Scorecard analysis
on: # yamllint disable-line rule:truthy
push:
branches:
- main
schedule:
- cron: '22 17 * * 1' # https://crontab.guru/#22_17_*_*_1
workflow_dispatch:
permissions:
actions: read
checks: read
contents: read
issues: read
pull-requests: read
statuses: read
# Needed for SARIF upload
security-events: write
jobs:
analysis:
name: Scorecard analysis
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- uses: ossf/scorecard-action@2d1146689b8cda280b9bc96326124645441f03bc # v2.4.4
with:
results_file: results.sarif
results_format: sarif
- uses: github/codeql-action/upload-sarif@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3
with:
sarif_file: results.sarif