policy: Bun is tier 1, Deno is being removed (#367) #1286
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: AGPL-3.0-or-later | ||
| # This workflow is managed by gh actions-lock. | ||
| name: Secret Scanner | ||
| on: | ||
| pull_request: | ||
| push: | ||
| branches: [main] | ||
| concurrency: | ||
| group: ${{ github.workflow }}-${{ github.ref }} | ||
| cancel-in-progress: true | ||
| permissions: | ||
| contents: read | ||
| jobs: | ||
| scan: | ||
| # caller must grant at least that or the run startup-fails. | ||
| permissions: | ||
| contents: read | ||
| uses: hyperpolymath/standards/.github/workflows/secret-scanner-reusable.yml@7fdc2705df74b4e352d2a1cde3e87a5923fdf329 # main 2026-08-04 (lockfile-bearing ref: actions.lock required by caller-side enforcement, standards#570) | ||
|
Check failure on line 22 in .github/workflows/secret-scanner.yml
|
||
| secrets: inherit | ||