Skip to content

chore(deps): update actions/upload-artifact action to v5 #5273

chore(deps): update actions/upload-artifact action to v5

chore(deps): update actions/upload-artifact action to v5 #5273

Workflow file for this run

---
name: Secret Scanning
on:
pull_request:
branches: [main]
push:
branches: [main]
schedule:
- cron: '0 0 * * *' # Daily at midnight UTC
permissions:
contents: read
jobs:
scanning:
name: GitGuardian Scan
permissions:
security-events: write
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
fetch-depth: 0
# - name: GitGuardian scan
# uses: GitGuardian/ggshield-action@d0d08872632cd1686ef9ffcaada2c8e9fcd7a541 # v1.41.0
# env:
# GITHUB_PUSH_BEFORE_SHA: ${{ github.event.before }}
# GITHUB_PUSH_BASE_SHA: ${{ github.event.base }}
# GITHUB_PULL_BASE_SHA: ${{ github.event.pull_request.base.sha }}
# GITHUB_DEFAULT_BRANCH: ${{ github.event.repository.default_branch }}
# GITGUARDIAN_API_KEY: ${{ secrets.GITGUARDIAN_API_KEY }}
# - name: Gitleaks Secret Scan
# uses: zricethezav/gitleaks-action@83373cf2f8c4db6e24b41c1a9b086bb9619e9cd3 # v2.3.7
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }}
# GITLEAKS_CONFIG: .github/gitleaks.toml