File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 16
16
steps :
17
17
- name : Install apt-get
18
18
run : sudo apt-get install -y clang llvm
19
- - uses : actions/checkout@v3
19
+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
20
20
- name : Build
21
21
run : cargo build --features=${{ matrix.version }} --verbose
Original file line number Diff line number Diff line change 13
13
matrix :
14
14
version : [community, enterprise]
15
15
steps :
16
- - uses : actions/checkout@v1
16
+ - uses : actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e # v1
17
17
- run : rustup component add clippy
18
18
- uses : actions-rs/clippy-check@v1
19
19
with :
Original file line number Diff line number Diff line change 21
21
with :
22
22
toolchain : nightly
23
23
components : rustfmt, clippy
24
- - uses : actions/checkout@v3
24
+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
25
25
- name : Run tests
26
26
run : cargo test --features=${{ matrix.version }} --verbose
27
27
- name : Run tests with Couchbase Lite C leak check
Original file line number Diff line number Diff line change 1
- FROM --platform=amd64 rust AS strip-stage
1
+ FROM --platform=amd64 rust@sha256:5e33ae75f40bf25854fa86e33487f47075016d16726355a72171f67362ad6bf7 AS strip-stage
2
2
ARG DIRNAME
3
3
RUN apt-get update
4
4
RUN apt-get -y install binutils binutils-aarch64-linux-gnu
You can’t perform that action at this time.
0 commit comments