From d2e1760515b210733fb4359544fc7b63fd0419c1 Mon Sep 17 00:00:00 2001 From: ShaharNaveh <50263213+ShaharNaveh@users.noreply.github.com> Date: Fri, 1 May 2026 13:18:22 +0300 Subject: [PATCH] Pin `marocchino/sticky-pull-request-comment` action to a hash --- .github/workflows/lib-deps-check.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lib-deps-check.yaml b/.github/workflows/lib-deps-check.yaml index b77e931558f..9ef7943fee4 100644 --- a/.github/workflows/lib-deps-check.yaml +++ b/.github/workflows/lib-deps-check.yaml @@ -98,7 +98,7 @@ jobs: - name: Post comment if: steps.deps-check.outputs.deps_output != '' - uses: marocchino/sticky-pull-request-comment@v3 + uses: marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 # v3.0.4 with: header: lib-deps-check number: ${{ github.event.pull_request.number }} @@ -115,7 +115,7 @@ jobs: - name: Remove comment if no Lib changes if: steps.changed-files.outputs.modules == '' - uses: marocchino/sticky-pull-request-comment@v3 + uses: marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 # v3.0.4 with: header: lib-deps-check number: ${{ github.event.pull_request.number }}