Skip to content

chore(deps): bump apache/skywalking-eyes from ab3d1fe50d23f9c82eff489297167e2dde8ba6cb to f4b890e8d2b717a62f75d3c6d0965cc0754a9c1d #7677

chore(deps): bump apache/skywalking-eyes from ab3d1fe50d23f9c82eff489297167e2dde8ba6cb to f4b890e8d2b717a62f75d3c6d0965cc0754a9c1d

chore(deps): bump apache/skywalking-eyes from ab3d1fe50d23f9c82eff489297167e2dde8ba6cb to f4b890e8d2b717a62f75d3c6d0965cc0754a9c1d #7677

Workflow file for this run

# Scan git repos (or files) for secrets using regex and entropy 🔑
name: gitLeaks
on:
push:
branches:
- master
paths-ignore:
- 'docs/**'
pull_request:
branches:
- master
paths-ignore:
- 'docs/**'
jobs:
gitleaks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: '1'
submodules: recursive
- name: wget
shell: bash
run: |
wget https://raw.githubusercontent.com/ycjcl868/gitleaks/master/.gitleaks.toml
- name: gitleaks-action
uses: ./.github/actions/gitleaks-action