From da074974aa0cd3bb29c46f4c13de709fd51a5361 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 18:23:34 +0000 Subject: [PATCH] chore(deps): bump styfle/cancel-workflow-action from 0.11.0 to 0.12.0 Bumps [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action) from 0.11.0 to 0.12.0. - [Release notes](https://github.com/styfle/cancel-workflow-action/releases) - [Commits](https://github.com/styfle/cancel-workflow-action/compare/b173b6ec0100793626c2d9e6b90435061f4fc3e5...01ce38bf961b4e243a6342cbade0dbc8ba3f0432) --- updated-dependencies: - dependency-name: styfle/cancel-workflow-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/docker.yml | 2 +- .github/workflows/go.yml | 12 ++++++------ .github/workflows/releaser.yml | 2 +- .github/workflows/security.yml | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) 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 }} -