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 }}