From 090548f7848e8bf52c369c22f3cbec5c93818ec2 Mon Sep 17 00:00:00 2001 From: Brandt Keller Date: Mon, 8 Jul 2024 23:41:28 +0000 Subject: [PATCH] fix(actions): pin actions to tag commit hash --- .github/actions/notify-lula/action.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/notify-lula/action.yaml b/.github/actions/notify-lula/action.yaml index a8c21bfb9..d5e29c4f4 100644 --- a/.github/actions/notify-lula/action.yaml +++ b/.github/actions/notify-lula/action.yaml @@ -15,7 +15,7 @@ runs: using: composite steps: - name: Find Comment - uses: peter-evans/find-comment@v3 + uses: peter-evans/find-comment@3eae4d37986fb5a8592848f6a574fdf654e61f9e # v3.1.0 id: fc with: issue-number: ${{ github.event.pull_request.number }} @@ -24,7 +24,7 @@ runs: - name: Create comment if: ${{ steps.fc.outputs.comment-id == '' && inputs.state == 'failure'}} - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0 with: issue-number: ${{ github.event.pull_request.number }} body: | @@ -34,7 +34,7 @@ runs: - name: Update comment if: ${{ steps.fc.outputs.comment-id != '' }} - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0 with: comment-id: ${{ steps.fc.outputs.comment-id }} body: |