This repository was archived by the owner on Jun 22, 2026. It is now read-only.
ci(deps): bump actions/checkout from 6.0.3 to 7.0.0 #135
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: Zenzic Docs Secret Scan | |
| on: | |
| push: | |
| branches: [ main ] | |
| pull_request: | |
| branches: [ main ] | |
| permissions: | |
| contents: read | |
| jobs: | |
| secret-scan: | |
| name: Scan | |
| 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." |