From 1ab495738d26982b8579aefdaf8e625ef0d0cf24 Mon Sep 17 00:00:00 2001 From: Paul Hauner Date: Thu, 18 Feb 2021 06:18:47 +0000 Subject: [PATCH] Fix short sha in github actions (#2210) ## Issue Addressed NA ## Proposed Changes Swap to a full sha as per: https://github.com/sigp/lighthouse/runs/1922773402 --- .github/workflows/cancel-previous-runs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cancel-previous-runs.yml b/.github/workflows/cancel-previous-runs.yml index b7a3cd0b46..2eaefa40ca 100644 --- a/.github/workflows/cancel-previous-runs.yml +++ b/.github/workflows/cancel-previous-runs.yml @@ -7,7 +7,7 @@ jobs: timeout-minutes: 3 steps: # https://github.com/styfle/cancel-workflow-action/releases - - uses: styfle/cancel-workflow-action@514c783 # 0.7.0 + - uses: styfle/cancel-workflow-action@514c783324374c6940d1b92bfb962d0763d22de3 # 0.7.0 with: # https://api.github.com/repos/sigp/lighthouse/actions/workflows workflow_id: 697364,2434944,4462424,308241,2883401,316