fix(ci): make invisible-character PCRE locale-independent #260
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: MPL-2.0 | ||
| name: Scorecards supply-chain security | ||
| on: | ||
| branch_protection_rule: | ||
| schedule: | ||
| - cron: '23 4 * * 1' | ||
| push: | ||
| branches: [main] | ||
| permissions: read-all | ||
| actions: read | ||
| jobs: | ||
| analysis: | ||
| uses: hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@7fdc2705df74b4e352d2a1cde3e87a5923fdf329 | ||
| permissions: | ||
| contents: read | ||
| security-events: write | ||
| id-token: write | ||
| secrets: inherit | ||