Skip to content

Commit cc9ef55

Browse files
chore(deps): pin dependencies
1 parent b0d2dd3 commit cc9ef55

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
steps:
1717
- name: Install apt-get
1818
run: sudo apt-get install -y clang llvm
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
2020
- name: Build
2121
run: cargo build --features=${{ matrix.version }} --verbose

.github/workflows/clippy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
matrix:
1414
version: [community, enterprise]
1515
steps:
16-
- uses: actions/checkout@v1
16+
- uses: actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e # v1
1717
- run: rustup component add clippy
1818
- uses: actions-rs/clippy-check@v1
1919
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
toolchain: nightly
2323
components: rustfmt, clippy
24-
- uses: actions/checkout@v3
24+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
2525
- name: Run tests
2626
run: cargo test --features=${{ matrix.version }} --verbose
2727
- name: Run tests with Couchbase Lite C leak check

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=amd64 rust AS strip-stage
1+
FROM --platform=amd64 rust@sha256:5e33ae75f40bf25854fa86e33487f47075016d16726355a72171f67362ad6bf7 AS strip-stage
22
ARG DIRNAME
33
RUN apt-get update
44
RUN apt-get -y install binutils binutils-aarch64-linux-gnu

0 commit comments

Comments
 (0)