diff --git a/.github/workflows/demo-monitor.yml b/.github/workflows/demo-monitor.yml index 5aa39e5..87b7003 100644 --- a/.github/workflows/demo-monitor.yml +++ b/.github/workflows/demo-monitor.yml @@ -49,7 +49,7 @@ jobs: retention-days: 14 - name: Manage two-strike incident if: always() - uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9.0.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 env: SMOKE_OUTCOME: ${{ steps.smoke.outcome }} with: diff --git a/.github/workflows/public-sample.yml b/.github/workflows/public-sample.yml index c822f15..45ab1e7 100644 --- a/.github/workflows/public-sample.yml +++ b/.github/workflows/public-sample.yml @@ -67,7 +67,7 @@ jobs: if-no-files-found: ignore - name: Manage upstream drift issue if: always() - uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9.0.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 env: EVALUATION_OUTCOME: ${{ steps.evaluation.outcome }} LOCK_OUTCOME: ${{ steps.lock.outcome }}