diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 3aca92e4..6c5a7936 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 1cb7e3fd..67166353 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 65e930a6..11a56878 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 e7229b36..b4c3ceef 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 32bae1ca..3d6dd18c 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 }} -