Skip to content
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

ci(deps): bump actions/checkout from 6.0.3 to 7.0.0

ci(deps): bump actions/checkout from 6.0.3 to 7.0.0 #135

Workflow file for this run

# 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."