ci(deps): bump codecov/codecov-action from 5 to 6 (#1) #3
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-FileCopyrightText: 2026 PythonWoods <dev@pythonwoods.dev> | |
| # SPDX-License-Identifier: Apache-2.0 | |
| name: Secret Scan | |
| on: | |
| push: | |
| branches: [ main ] | |
| pull_request: | |
| branches: [ main ] | |
| jobs: | |
| secret-scan: | |
| name: Native GitHub Secret Scan Proxy | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Info | |
| run: | | |
| echo "Using GitHub Native Secret Scanning (Settings > Code security)." | |
| echo "Gitleaks disabled due to license requirements for private repos." |