From eebb4fb1b456319509f72b3c1d7bc6c1b58ca9c6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 03:48:12 +0000 Subject: [PATCH] chore(deps): update ievangelist/profanity-filter action to v13 --- .github/workflows/profanity-filter.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/profanity-filter.yaml b/.github/workflows/profanity-filter.yaml index e5d29d61..7475097b 100644 --- a/.github/workflows/profanity-filter.yaml +++ b/.github/workflows/profanity-filter.yaml @@ -20,7 +20,7 @@ jobs: - name: Scan issue or pull request for profanity # Conditionally run the step if the actor isn't a bot if: ${{ github.actor != 'dependabot[bot]' && github.actor != 'github-actions[bot]' }} - uses: IEvangelist/profanity-filter@10.0 + uses: IEvangelist/profanity-filter@9d95889a67d0935e5af511e7141cb72c3952abaf # 13.3.0 id: profanity-filter with: token: ${{ secrets.GITHUB_TOKEN }}