chore(deps): bump github/codeql-action/upload-sarif from 4.36.3 to 4.37.0 #1551
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # SPDX-License-Identifier: PMPL-1.0-or-later | |
| name: Hypatia Security Scan | |
| on: | |
| push: | |
| branches: [main, master, develop] | |
| # No `branches:` filter — a required check whose workflow is branch-gated is | |
| # never created on a non-matching base and blocks merge forever at | |
| # "Expected — Waiting for status to be reported" (cf. affinescript#645). | |
| pull_request: | |
| schedule: | |
| - cron: '0 0 * * 0' | |
| workflow_dispatch: | |
| permissions: | |
| contents: read | |
| security-events: read | |
| jobs: | |
| hypatia: | |
| uses: hyperpolymath/standards/.github/workflows/hypatia-scan-reusable.yml@830b0f6178cd190cbe9afee3c48c97c2cbbbc04a | |
| secrets: inherit |