Skip to content

Commit

Permalink
Merge pull request #133 from paritytech/sk-pin-gha-versions
Browse files Browse the repository at this point in the history
Pin GHA versions
  • Loading branch information
sergejparity authored Aug 26, 2022
2 parents 7230a38 + a2e4446 commit 503de46
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 29 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down
17 changes: 0 additions & 17 deletions .github/workflows/dependabot.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/rust-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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/[email protected]
Expand Down Expand Up @@ -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'
Expand All @@ -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/[email protected]
Expand Down Expand Up @@ -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'
Expand All @@ -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/[email protected]
Expand Down

0 comments on commit 503de46

Please sign in to comment.