fix(ci/crypto/lfs): update ceremony rustfmt, differential test, LFS attributes, and workflow pins
Browse files
.github/workflows/production_verification_ci.yml
CHANGED
|
@@ -24,10 +24,10 @@ jobs:
|
|
| 24 |
|
| 25 |
steps:
|
| 26 |
- name: Checkout Codebase
|
| 27 |
-
uses: actions/checkout@v4
|
| 28 |
|
| 29 |
- name: Setup Rust 1.98.0
|
| 30 |
-
uses: dtolnay/rust-toolchain@
|
| 31 |
with:
|
| 32 |
toolchain: 1.98.0
|
| 33 |
components: rustfmt, clippy
|
|
@@ -69,7 +69,7 @@ jobs:
|
|
| 69 |
ctest --test-dir build_zspar -C Release --output-on-failure
|
| 70 |
|
| 71 |
- name: Setup Python 3.11
|
| 72 |
-
uses: actions/setup-python@v5
|
| 73 |
with:
|
| 74 |
python-version: '3.11'
|
| 75 |
|
|
|
|
| 24 |
|
| 25 |
steps:
|
| 26 |
- name: Checkout Codebase
|
| 27 |
+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
| 28 |
|
| 29 |
- name: Setup Rust 1.98.0
|
| 30 |
+
uses: dtolnay/rust-toolchain@4360b52568e2003a75bf9bc1d59f33a8e3fc893c # pinned 1.98
|
| 31 |
with:
|
| 32 |
toolchain: 1.98.0
|
| 33 |
components: rustfmt, clippy
|
|
|
|
| 69 |
ctest --test-dir build_zspar -C Release --output-on-failure
|
| 70 |
|
| 71 |
- name: Setup Python 3.11
|
| 72 |
+
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
|
| 73 |
with:
|
| 74 |
python-version: '3.11'
|
| 75 |
|