Skip to content

Bump kotlin from 1.9.23 to 2.0.0 #121

Bump kotlin from 1.9.23 to 2.0.0

Bump kotlin from 1.9.23 to 2.0.0 #121

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