Skip to content

deps(apps): bump write-excel-file from 3.0.5 to 3.0.6 #4066

deps(apps): bump write-excel-file from 3.0.5 to 3.0.6

deps(apps): bump write-excel-file from 3.0.5 to 3.0.6 #4066

Workflow file for this run

name: Scorecards
on:
branch_protection_rule:
schedule:
- cron: '0 12 * * 4'
push:
branches: [main]
permissions:
contents: read
jobs:
scorecards:
name: Scorecards Analysis
runs-on: ubuntu-latest
permissions:
security-events: write
id-token: write
steps:
- name: 'Checkout code'
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
with:
persist-credentials: false
- name: 'Run analysis'
uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a
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@0d579ffd059c29b07949a3cce3983f0780820c98
with:
sarif_file: results.sarif