diff --git a/.github/workflows/code-health.yml b/.github/workflows/code-health.yml index 91fb2add6d..d5da8b228c 100644 --- a/.github/workflows/code-health.yml +++ b/.github/workflows/code-health.yml @@ -146,7 +146,7 @@ jobs: app-id: ${{ secrets.APIXBOT_APP_ID }} private-key: ${{ secrets.APIXBOT_APP_PEM }} - name: Comment PR - uses: marocchino/sticky-pull-request-comment@v2.9.0 + uses: marocchino/sticky-pull-request-comment@v2.9.1 with: GITHUB_TOKEN: ${{ steps.app-token.outputs.token }} recreate: true diff --git a/.github/workflows/labeler.yaml b/.github/workflows/labeler.yaml index 8bb61f27b5..708494af08 100644 --- a/.github/workflows/labeler.yaml +++ b/.github/workflows/labeler.yaml @@ -50,7 +50,7 @@ jobs: if echo "$labels" | grep -q "need-doc-review"; then echo "review_needed=true" >> "$GITHUB_ENV" fi - - uses: marocchino/sticky-pull-request-comment@331f8f5b4215f0445d3c07b4967662a32a2d3e31 + - uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 id: append_comment if: env.review_needed == 'true' with: