Bump agp from 8.3.2 to 8.4.1 #84
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Detect Secrets | |
on: | |
pull_request: | |
jobs: | |
secrets_detection: | |
name: Run detect-secrets | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
- uses: reviewdog/[email protected] | |
with: | |
fail_on_error: true | |
filter_mode: diff_context | |
github_token: ${{ secrets.GITHUB_TOKEN }} | |
reporter: github-pr-review |