Skip to content

Deploy centralized organization stale bot #1

Deploy centralized organization stale bot

Deploy centralized organization stale bot #1

Workflow file for this run

name: 'Scorecard'
on:
pull_request:
workflow_dispatch:
permissions:
contents: read
security-events: write
id-token: write
jobs:
analyze:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: 'Run Scorecard'
uses: ossf/scorecard-action@v2.4.3
with:
results_file: 'results.sarif'
results_format: 'sarif'
publish_results: false
- name: 'Upload to GitHub Security Tab'
uses: github/codeql-action/upload-sarif@v4.35.1
with:
sarif_file: 'results.sarif'