Skip to content

feat(deps): bump dexie from 4.0.4 to 4.0.5 #1311

feat(deps): bump dexie from 4.0.4 to 4.0.5

feat(deps): bump dexie from 4.0.4 to 4.0.5 #1311

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@a5ac7e51b41094c92402da3b24376905380afc29
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@9fdb3e49720b44c48891d036bb502feb25684276
with:
sarif_file: results.sarif