File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 19
19
20
20
21
21
- name : Install Ruby toolchain
22
- uses : ruby/setup-ruby@2654679fe7f7c29875c669398a8ec0791b8a64a1 # v1.215 .0
22
+ uses : ruby/setup-ruby@32110d4e311bd8996b2a82bf2a43b714ccc91777 # v1.221 .0
23
23
with :
24
24
ruby-version : " .ruby-version"
25
25
bundler-cache : true
52
52
cargo generate-lockfile --verbose
53
53
fi
54
54
55
- - uses : EmbarkStudios/cargo-deny-action@e2f4ede4a4e60ea15ff31bc0647485d80c66cfba # v2.0.4
55
+ - uses : EmbarkStudios/cargo-deny-action@0484eedcba649433ebd03d9b7c9c002746bbc4b9 # v2.0.6
56
56
with :
57
57
arguments : --locked --all-features
58
58
command : check ${{ matrix.checks }}
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111
111
112
112
113
113
- name : Install Ruby toolchain
114
- uses : ruby/setup-ruby@2654679fe7f7c29875c669398a8ec0791b8a64a1 # v1.215 .0
114
+ uses : ruby/setup-ruby@32110d4e311bd8996b2a82bf2a43b714ccc91777 # v1.221 .0
115
115
with :
116
116
ruby-version : " .ruby-version"
117
117
bundler-cache : true
Original file line number Diff line number Diff line change 63
63
run : grcov posix-space*.profraw --source-dir . --keep-only 'src/**/*.rs' --binary-path target/debug -t covdir --filter covered -o target/coverage/coverage.json
64
64
65
65
- name : Configure AWS Credentials
66
- uses : aws-actions/configure-aws-credentials@4fc4975a852c8cd99761e2de1f4ba73402e44dd9 # v4.0.3
66
+ uses : aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 # v4.1.0
67
67
if : github.ref == 'refs/heads/trunk'
68
68
with :
69
69
aws-region : us-west-2
You can’t perform that action at this time.
0 commit comments