diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 7379421c..e8b8707c 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -39,7 +39,7 @@ jobs: storage.googleapis.com:443 - name: Cancel previous workflows - uses: styfle/cancel-workflow-action@b173b6ec0100793626c2d9e6b90435061f4fc3e5 # 0.11.0 + uses: styfle/cancel-workflow-action@01ce38bf961b4e243a6342cbade0dbc8ba3f0432 # 0.12.0 with: access_token: ${{ secrets.GITHUB_TOKEN }} - name: Checkout repository diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index b513978f..a7b2e427 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -26,7 +26,7 @@ jobs: disable-telemetry: true - name: Cancel previous workflows - uses: styfle/cancel-workflow-action@b173b6ec0100793626c2d9e6b90435061f4fc3e5 # 0.11.0 + uses: styfle/cancel-workflow-action@01ce38bf961b4e243a6342cbade0dbc8ba3f0432 # 0.12.0 with: access_token: ${{ secrets.GITHUB_TOKEN }} - diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 3308f3f7..f4b4793f 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -47,7 +47,7 @@ jobs: storage.googleapis.com:443 - name: Cancel previous workflows - uses: styfle/cancel-workflow-action@b173b6ec0100793626c2d9e6b90435061f4fc3e5 # 0.11.0 + uses: styfle/cancel-workflow-action@01ce38bf961b4e243a6342cbade0dbc8ba3f0432 # 0.12.0 with: access_token: ${{ secrets.GITHUB_TOKEN }} - @@ -94,7 +94,7 @@ jobs: storage.googleapis.com:443 - name: Cancel previous workflows - uses: styfle/cancel-workflow-action@b173b6ec0100793626c2d9e6b90435061f4fc3e5 # 0.11.0 + uses: styfle/cancel-workflow-action@01ce38bf961b4e243a6342cbade0dbc8ba3f0432 # 0.12.0 with: access_token: ${{ secrets.GITHUB_TOKEN }} - @@ -144,7 +144,7 @@ jobs: storage.googleapis.com:443 - name: Cancel previous workflows - uses: styfle/cancel-workflow-action@b173b6ec0100793626c2d9e6b90435061f4fc3e5 # 0.11.0 + uses: styfle/cancel-workflow-action@01ce38bf961b4e243a6342cbade0dbc8ba3f0432 # 0.12.0 with: access_token: ${{ secrets.GITHUB_TOKEN }} - @@ -182,7 +182,7 @@ jobs: objects.githubusercontent.com:443 - name: Cancel previous workflows - uses: styfle/cancel-workflow-action@b173b6ec0100793626c2d9e6b90435061f4fc3e5 # 0.11.0 + uses: styfle/cancel-workflow-action@01ce38bf961b4e243a6342cbade0dbc8ba3f0432 # 0.12.0 with: access_token: ${{ secrets.GITHUB_TOKEN }} - @@ -227,7 +227,7 @@ jobs: - name: Cancel previous workflows - uses: styfle/cancel-workflow-action@b173b6ec0100793626c2d9e6b90435061f4fc3e5 # 0.11.0 + uses: styfle/cancel-workflow-action@01ce38bf961b4e243a6342cbade0dbc8ba3f0432 # 0.12.0 with: access_token: ${{ secrets.GITHUB_TOKEN }} - @@ -272,7 +272,7 @@ jobs: - name: Cancel previous workflows - uses: styfle/cancel-workflow-action@b173b6ec0100793626c2d9e6b90435061f4fc3e5 # 0.11.0 + uses: styfle/cancel-workflow-action@01ce38bf961b4e243a6342cbade0dbc8ba3f0432 # 0.12.0 with: access_token: ${{ secrets.GITHUB_TOKEN }} - diff --git a/.github/workflows/releaser.yml b/.github/workflows/releaser.yml index 400c22bf..9a26d62c 100644 --- a/.github/workflows/releaser.yml +++ b/.github/workflows/releaser.yml @@ -26,7 +26,7 @@ jobs: - name: Cancel previous workflows - uses: styfle/cancel-workflow-action@b173b6ec0100793626c2d9e6b90435061f4fc3e5 # 0.11.0 + uses: styfle/cancel-workflow-action@01ce38bf961b4e243a6342cbade0dbc8ba3f0432 # 0.12.0 with: access_token: ${{ secrets.GITHUB_TOKEN }} - diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 19f68b13..a969c66c 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -42,7 +42,7 @@ jobs: pkg-containers.githubusercontent.com:443 - name: Cancel previous workflows - uses: styfle/cancel-workflow-action@b173b6ec0100793626c2d9e6b90435061f4fc3e5 # 0.11.0 + uses: styfle/cancel-workflow-action@01ce38bf961b4e243a6342cbade0dbc8ba3f0432 # 0.12.0 with: access_token: ${{ secrets.GITHUB_TOKEN }} -