From e3ca6713c0e9bf2bbd1f834bb3763dfe69d37222 Mon Sep 17 00:00:00 2001 From: Sergejs Kostjucenko Date: Fri, 26 Aug 2022 12:28:19 +0300 Subject: [PATCH 1/2] pin gha verions --- .github/workflows/audit.yml | 2 +- .github/workflows/check-style.yml | 2 +- .github/workflows/clippy.yml | 2 +- .github/workflows/rust-windows.yml | 6 +++--- .github/workflows/rust.yml | 12 ++++++------ 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index b6dd868..5f5666c 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.9.1 + uses: styfle/cancel-workflow-action@bb6001c4ea612bf59c3abfc4756fbceee4f870c7 # 0.10.0 - name: Checkout sources uses: actions/checkout@v3.0.2 diff --git a/.github/workflows/check-style.yml b/.github/workflows/check-style.yml index a84e5b3..683b1f0 100644 --- a/.github/workflows/check-style.yml +++ b/.github/workflows/check-style.yml @@ -18,7 +18,7 @@ jobs: RUST_BACKTRACE: full steps: - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.9.1 + uses: styfle/cancel-workflow-action@bb6001c4ea612bf59c3abfc4756fbceee4f870c7 # 0.10.0 - name: Checkout sources & submodules uses: actions/checkout@v3.0.2 diff --git a/.github/workflows/clippy.yml b/.github/workflows/clippy.yml index 2ea56b1..a409ee0 100644 --- a/.github/workflows/clippy.yml +++ b/.github/workflows/clippy.yml @@ -18,7 +18,7 @@ jobs: RUST_BACKTRACE: full steps: - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.9.1 + uses: styfle/cancel-workflow-action@bb6001c4ea612bf59c3abfc4756fbceee4f870c7 # 0.10.0 - name: Checkout sources & submodules uses: actions/checkout@v3.0.2 diff --git a/.github/workflows/rust-windows.yml b/.github/workflows/rust-windows.yml index 6e07c28..226130e 100644 --- a/.github/workflows/rust-windows.yml +++ b/.github/workflows/rust-windows.yml @@ -33,7 +33,7 @@ jobs: steps: - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.9.1 + uses: styfle/cancel-workflow-action@bb6001c4ea612bf59c3abfc4756fbceee4f870c7 # 0.10.0 - name: Install sudo for windows #https://github.com/actions/virtual-environments/issues/572 if: matrix.platform == 'windows-latest' @@ -113,7 +113,7 @@ jobs: steps: - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.9.1 + uses: styfle/cancel-workflow-action@bb6001c4ea612bf59c3abfc4756fbceee4f870c7 # 0.10.0 - name: Set default compiler if: matrix.compiler == 'clang' && matrix.platform != 'windows-latest' @@ -210,7 +210,7 @@ jobs: steps: - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.9.1 + uses: styfle/cancel-workflow-action@bb6001c4ea612bf59c3abfc4756fbceee4f870c7 # 0.10.0 - name: Set default compiler if: matrix.compiler == 'clang' && matrix.platform != 'windows-latest' diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 3ffb09e..6af7a53 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -31,7 +31,7 @@ jobs: steps: - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.9.1 + uses: styfle/cancel-workflow-action@bb6001c4ea612bf59c3abfc4756fbceee4f870c7 # 0.10.0 - name: Set default compiler if: matrix.compiler == 'clang' @@ -54,7 +54,7 @@ jobs: components: clippy, rustfmt override: true - - uses: Swatinem/rust-cache@v1.4.0 + - uses: Swatinem/rust-cache@6720f05bc48b77f96918929a9019fb2203ff71f8 # v2.0.0 - name: Cache sccache uses: actions/cache@v3.0.2 @@ -101,7 +101,7 @@ jobs: steps: - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.9.1 + uses: styfle/cancel-workflow-action@bb6001c4ea612bf59c3abfc4756fbceee4f870c7 # 0.10.0 - name: Set default compiler if: matrix.compiler == 'clang' @@ -124,7 +124,7 @@ jobs: components: clippy, rustfmt override: true - - uses: Swatinem/rust-cache@v1.4.0 + - uses: Swatinem/rust-cache@6720f05bc48b77f96918929a9019fb2203ff71f8 # v2.0.0 - name: Cache sccache uses: actions/cache@v3.0.2 @@ -182,7 +182,7 @@ jobs: steps: - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.9.1 + uses: styfle/cancel-workflow-action@bb6001c4ea612bf59c3abfc4756fbceee4f870c7 # 0.10.0 - name: Set default compiler if: matrix.compiler == 'clang' @@ -205,7 +205,7 @@ jobs: components: clippy, rustfmt override: true - - uses: Swatinem/rust-cache@v1.4.0 + - uses: Swatinem/rust-cache@6720f05bc48b77f96918929a9019fb2203ff71f8 # v2.0.0 - name: Cache sccache uses: actions/cache@v3.0.2 From a2e4446c32e47d76591450f66ddae7e5d4473ba3 Mon Sep 17 00:00:00 2001 From: Sergejs Kostjucenko Date: Fri, 26 Aug 2022 12:31:28 +0300 Subject: [PATCH 2/2] remove redundant dependabot config --- .github/workflows/dependabot.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/dependabot.yml diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml deleted file mode 100644 index 36ed7d4..0000000 --- a/.github/workflows/dependabot.yml +++ /dev/null @@ -1,17 +0,0 @@ -version: 2 -updates: - - package-ecosystem: cargo - directory: "/" - labels: [] - schedule: - interval: "daily" - rebase-strategy: disabled - open-pull-requests-limit: 2 - - - package-ecosystem: github-actions - directory: "/" - labels: [] - schedule: - interval: "daily" - rebase-strategy: disabled - open-pull-requests-limit: 2