diff --git a/.github/workflows/profanity-filter.yml b/.github/workflows/profanity-filter.yml index b98ae5f309240..e967a533b94c6 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@e370e4ba671feb530a5481b4595413c7fd032b9b # main + uses: IEvangelist/profanity-filter@16d90c28e18f1c583c067be61506d24e13d18cb8 # main id: profanity-filter with: token: ${{ secrets.GITHUB_TOKEN }}