Skip to content

Bump @yao-pkg/pkg from 5.16.1 to 6.0.0 (#494) #654

Bump @yao-pkg/pkg from 5.16.1 to 6.0.0 (#494)

Bump @yao-pkg/pkg from 5.16.1 to 6.0.0 (#494) #654

Workflow file for this run

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: "Scorecard security analysis"
on:
push:
branches: ["master"]
schedule:
- cron: "25 10 * * 3"
workflow_dispatch:
permissions: {}
jobs:
analyze:
name: "Scorecard security analysis"
runs-on: "ubuntu-latest"
permissions:
actions: "read"
contents: "read"
security-events: "write"
steps:
- name: "Checkout"
uses: "actions/checkout@d632683dd7b4114ad314bca15554477dd762a938"
- name: "Perform security analysis"
uses: "ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46"
with:
results_file: "./results.sarif"
results_format: "sarif"
repo_token: "${{ secrets.GITHUB_TOKEN }}"
publish_results: false
- name: "Upload SARIF file"
uses: "github/codeql-action/upload-sarif@e2b3eafc8d227b0241d48be5f425d47c2d750a13"
with:
sarif_file: "./results.sarif"