diff --git a/.github/workflows/profanity-filter.yml b/.github/workflows/profanity-filter.yml index a8c68beb33f56..b4bd368178a5d 100644 --- a/.github/workflows/profanity-filter.yml +++ b/.github/workflows/profanity-filter.yml @@ -25,7 +25,7 @@ jobs: - name: Profanity filter if: ${{ github.actor != 'dependabot[bot]' && github.actor != 'github-actions[bot]' }} - uses: IEvangelist/profanity-filter@840020b719c619d953959e59c47185689e831a27 # main + uses: IEvangelist/profanity-filter@39d3039e84ca8c15d36528551149cb9de3046876 # main id: profanity-filter with: token: ${{ secrets.GITHUB_TOKEN }}