File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
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@22fdc77bf4148f810455b226c90fb81b5cbc00a7 # v1.171 .0
22
+ uses : ruby/setup-ruby@d4526a55538b775af234ba4af27118ed6f8f6677 # v1.172 .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@748857f070c53667b2b8de8bdf468ac75a6b757c # v1.5.12
55
+ - uses : EmbarkStudios/cargo-deny-action@68cd9c5e3e16328a430a37c743167572e3243e7e # v1.5.15
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 9
9
runs-on : ubuntu-latest
10
10
11
11
steps :
12
- - uses : mheap/github-action-required-labels@cc7a79fadbba6ed1d6f0efd70707e7b8bf7e6910 # v5.2 .0
12
+ - uses : mheap/github-action-required-labels@80a96a4863886addcbc9f681b5b295ba7f5424e1 # v5.3 .0
13
13
with :
14
14
mode : exactly
15
15
count : 0
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@22fdc77bf4148f810455b226c90fb81b5cbc00a7 # v1.171 .0
114
+ uses : ruby/setup-ruby@d4526a55538b775af234ba4af27118ed6f8f6677 # v1.172 .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 61
61
run : grcov posix-space*.profraw --source-dir . --keep-only 'src/**/*.rs' --binary-path target/debug -t covdir --filter covered -o target/coverage/coverage.json
62
62
63
63
- name : Configure AWS Credentials
64
- uses : aws-actions/configure-aws-credentials@010d0da01d0b5a38af31e9c3470dbfdabdecca3a # v4.0.1
64
+ uses : aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2
65
65
if : github.ref == 'refs/heads/trunk'
66
66
with :
67
67
aws-region : us-west-2
You can’t perform that action at this time.
0 commit comments