diff --git a/.github/workflows/k8s-content-pr.yaml b/.github/workflows/k8s-content-pr.yaml index acb027a723f..e1228ae9d89 100644 --- a/.github/workflows/k8s-content-pr.yaml +++ b/.github/workflows/k8s-content-pr.yaml @@ -106,7 +106,7 @@ jobs: runs-on: ubuntu-latest name: Upsert comment on the PR steps: - - uses: thollander/actions-comment-pull-request@e2c37e53a7d2227b61585343765f73a9ca57eda9 # v2 + - uses: thollander/actions-comment-pull-request@24bffb9b452ba05a4f3f77933840a6a841d1b32b # v2 with: message: | :robot: A k8s content image for this PR is available at: diff --git a/.github/workflows/ocp-test-profiles.yaml b/.github/workflows/ocp-test-profiles.yaml index df5f81dc950..7bcf250305f 100644 --- a/.github/workflows/ocp-test-profiles.yaml +++ b/.github/workflows/ocp-test-profiles.yaml @@ -117,7 +117,7 @@ jobs: echo "${ALL_PROFILES_FORMATTED}" echo EOF } >> $GITHUB_OUTPUT - - uses: thollander/actions-comment-pull-request@e2c37e53a7d2227b61585343765f73a9ca57eda9 # v2 + - uses: thollander/actions-comment-pull-request@24bffb9b452ba05a4f3f77933840a6a841d1b32b # v2 if: ${{ steps.profiles_to_test.outputs.TEST_PROFILES_COMMAND != '' }} with: message: |