Skip to content

refactor: complete Js.* API migration across vm, lib, and companions … #250

refactor: complete Js.* API migration across vm, lib, and companions …

refactor: complete Js.* API migration across vm, lib, and companions … #250

Workflow file for this run

# SPDX-License-Identifier: PMPL-1.0-or-later
name: OSSF Scorecard
on:
push:
branches: [main, master]
schedule:
- cron: '0 4 * * *'
workflow_dispatch:
permissions: read-all
jobs:
analysis:
runs-on: ubuntu-latest
permissions:
security-events: write
id-token: write
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
with:
persist-credentials: false
- name: Run Scorecard
uses: ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0
with:
results_file: results.sarif
results_format: sarif
- name: Upload results
uses: github/codeql-action/upload-sarif@ae9ef3a1d2e3413523c3741725c30064970cc0d4 # v3
with:
sarif_file: results.sarif