From ee4511614de918a4895056ff90dcccb7148d38dc Mon Sep 17 00:00:00 2001 From: Jack Somerset Date: Tue, 9 Jun 2026 15:28:16 +0100 Subject: [PATCH] updated marocchino workflow step, and updated SHA in workflows --- .github/workflows/dependabot-tracking.yml | 6 +++--- delete-review-app/action.yml | 2 +- deploy-to-aks/action.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/dependabot-tracking.yml b/.github/workflows/dependabot-tracking.yml index ecbf168a..ef811046 100644 --- a/.github/workflows/dependabot-tracking.yml +++ b/.github/workflows/dependabot-tracking.yml @@ -20,6 +20,6 @@ jobs: # SHA: e31e87e03dd19038e411e38ae27cbad084a90661 - uses: rtCamp/action-slack-notify@v2.3.3 - # marocchino/sticky-pull-request-comment v2.9.4 - # SHA: 773744901bac0e8cbb5a0dc842800d45e9b2b405 - - uses: marocchino/sticky-pull-request-comment@v2.9.4 + # marocchino/sticky-pull-request-comment v3.0.4 + # SHA: 0ea0beb66eb9baf113663a64ec522f60e49231c0 + - uses: marocchino/sticky-pull-request-comment@v3.0.4 diff --git a/delete-review-app/action.yml b/delete-review-app/action.yml index 785321ab..67c70cce 100644 --- a/delete-review-app/action.yml +++ b/delete-review-app/action.yml @@ -95,7 +95,7 @@ runs: PR_NUMBER: ${{ inputs.pr-number }} - name: Post Pull Request Comment - uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # Pinned at v2.9.4 + uses: marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 # Pinned at v3.0.4 with: header: aks message: | diff --git a/deploy-to-aks/action.yml b/deploy-to-aks/action.yml index c87133ec..2df6249f 100644 --- a/deploy-to-aks/action.yml +++ b/deploy-to-aks/action.yml @@ -144,7 +144,7 @@ runs: - name: Post comment to Pull Request ${{ inputs.pr-number }} if: inputs.pr-number != '' - uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # Pinned at v2.9.4 + uses: marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 # Pinned at v3.0.4 with: header: aks message: |