Skip to content

Bump actions/download-artifact from 4 to 8 #4

Bump actions/download-artifact from 4 to 8

Bump actions/download-artifact from 4 to 8 #4

Workflow file for this run

name: secret-scan
on:
pull_request:
push:
branches:
- main
- "codex/**"
jobs:
gitleaks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}