Skip to content

Bump actions/upload-artifact from 4.3.1 to 4.3.4 #95

Bump actions/upload-artifact from 4.3.1 to 4.3.4

Bump actions/upload-artifact from 4.3.1 to 4.3.4 #95

Workflow file for this run

name: Detect Secrets
on:
pull_request:
jobs:
secrets_detection:
name: Run detect-secrets
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.5
- uses: reviewdog/action-detect-secrets@v0.19.0
with:
fail_on_error: true
filter_mode: diff_context
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review