From beac366fcc3d65abb7d8efdbc4cd049916908cf0 Mon Sep 17 00:00:00 2001 From: Yousif Akbar <11247449+yhakbar@users.noreply.github.com> Date: Fri, 26 Apr 2024 15:28:38 -0400 Subject: [PATCH] chore: Pinning `pipelines-bootstrap` and `pipelines-status-update` to `v0.1.0` --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 8395c1b..b8b01da 100644 --- a/action.yml +++ b/action.yml @@ -37,7 +37,7 @@ runs: steps: - name: "Read in Gruntwork context" id: gruntwork_context - uses: gruntwork-io/pipelines-bootstrap@main + uses: gruntwork-io/pipelines-bootstrap@v0.0.1 with: cache: ${{ inputs.gruntwork_context }} @@ -70,7 +70,7 @@ runs: echo "auth_failure_reason=$reason" >> $GITHUB_OUTPUT - name: "Add Auth Failure Notice if AWS Auth Fails" - uses: gruntwork-io/pipelines-status-update@main + uses: gruntwork-io/pipelines-status-update@v0.0.1 if: ${{ failure() }} with: step_name: "AWS Authentication"