2121 - name : Install toolchain
2222 uses : dtolnay/rust-toolchain@4305c38b25d97ef35a8ad1f985ccf2d2242004f2 # stable
2323 - name : Checkout
24- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
24+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2525 - name : Cache Cargo dependencies
2626 uses : Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2
2727 - name : Check
4040 runs-on : ubuntu-22.04
4141 steps :
4242 - name : Checkout
43- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
43+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4444 - name : Check typos
4545 uses : crate-ci/typos@02ea592e44b3a53c302f697cddca7641cd051c3d # master
4646
@@ -52,12 +52,12 @@ jobs:
5252 uses : dtolnay/rust-toolchain@b95584d8105b9ab200e15821fa671848cf2b7017 # nightly
5353 - name : Checkout
5454 if : github.event_name != 'pull_request'
55- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
55+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
5656 with :
5757 fetch-depth : 0
5858 - name : Checkout
5959 if : github.event_name == 'pull_request'
60- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
60+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
6161 with :
6262 ref : ${{ github.event.pull_request.head.sha }}
6363 fetch-depth : 0
7575 -- --skip "repo::test::git_upstream_remote"
7676 - name : Upload reports to codecov
7777 if : github.actor != 'dependabot[bot]'
78- uses : codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
78+ uses : codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
7979 with :
8080 name : code-coverage-report
8181 files : cobertura.xml
9393 with :
9494 components : clippy
9595 - name : Checkout
96- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
96+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
9797 - name : Cache Cargo dependencies
9898 uses : Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2
9999 - name : Check the lints
@@ -123,7 +123,7 @@ jobs:
123123 toolchain : nightly
124124 components : rustfmt
125125 - name : Checkout
126- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
126+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
127127 - name : Check the formatting
128128 run : cargo +nightly fmt --all -- --check --verbose
129129
@@ -136,7 +136,7 @@ jobs:
136136 with :
137137 components : rustfmt
138138 - name : Checkout
139- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
139+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
140140 - name : Cache Cargo dependencies
141141 uses : Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2
142142 - name : Check the formatting
@@ -150,7 +150,7 @@ jobs:
150150 runs-on : ubuntu-22.04
151151 steps :
152152 - name : Checkout
153- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
153+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
154154 - name : Check website links
155155 uses : lycheeverse/lychee-action@8646ba30535128ac92d33dfc9133794bfdd9b411 # v2.8.0
156156 with :
@@ -176,7 +176,7 @@ jobs:
176176 runs-on : ubuntu-22.04
177177 steps :
178178 - name : Checkout
179- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
179+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
180180 - name : Install cargo-binstall
181181 uses : taiki-e/install-action@f45419ef14ff13c4459e1c4310c1ff046eff6b30 # cargo-binstall
182182 - name : Install cargo-msrv
@@ -194,7 +194,7 @@ jobs:
194194 runs-on : ubuntu-22.04
195195 steps :
196196 - name : Checkout
197- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
197+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
198198 - name : Install node
199199 uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
200200 with :
@@ -238,7 +238,7 @@ jobs:
238238 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
239239 steps :
240240 - name : Checkout
241- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
241+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
242242 with :
243243 fetch-depth : 0
244244 - name : Install toolchain
@@ -248,7 +248,7 @@ jobs:
248248 - name : Run profiler
249249 run : cargo run --profile bench --features profiler -- --no-exec
250250 - name : Upload report
251- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
251+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
252252 with :
253253 name : git-cliff.${{ github.run_id }}-profiler-report
254254 path : git-cliff.**.flamegraph.svg
@@ -258,7 +258,7 @@ jobs:
258258 runs-on : ubuntu-latest
259259 steps :
260260 - name : Checkout the repository
261- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
261+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
262262
263263 - name : Install Nix
264264 uses : nixbuild/nix-quick-install-action@2c9db80fb984ceb1bcaa77cdda3fdf8cfba92035 # v34
0 commit comments