Skip to content

Commit 155c0ff

Browse files
committed
chore(deps): update github-actions
1 parent 87d4953 commit 155c0ff

File tree

8 files changed

+25
-25
lines changed

8 files changed

+25
-25
lines changed

.github/workflows/ci-non-linux.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ jobs:
2828
- uses: actions/checkout@v6
2929
with:
3030
ref: ${{ inputs.ref || github.ref }}
31-
- uses: dtolnay/rust-toolchain@631a55b12751854ce901bb631d5902ceb48146f7 # stable
31+
- uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
3232
with:
3333
toolchain: stable
3434
- uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
3535
with:
3636
cache-targets: "false"
3737
- uses: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
38-
- uses: taiki-e/install-action@6ee2d1f3a2f8ca91cc2bf3180c6ec89fb3a109ad # nextest
38+
- uses: taiki-e/install-action@5ce196a31930e2795a1b2185c2f79b55c0d57733 # nextest
3939
- name: Build and archive tests
4040
run: cargo nextest archive --config-file .github/nextest.toml --workspace --features full --lib --bins --archive-file nextest-archive.tar.zst
4141
env:
@@ -61,7 +61,7 @@ jobs:
6161
- uses: actions/checkout@v6
6262
with:
6363
ref: ${{ inputs.ref || github.ref }}
64-
- uses: taiki-e/install-action@6ee2d1f3a2f8ca91cc2bf3180c6ec89fb3a109ad # nextest
64+
- uses: taiki-e/install-action@5ce196a31930e2795a1b2185c2f79b55c0d57733 # nextest
6565
- name: Download test archive
6666
uses: actions/download-artifact@v7
6767
with:

.github/workflows/ci.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
timeout-minutes: 5
119119
steps:
120120
- uses: actions/checkout@v6
121-
- uses: dtolnay/rust-toolchain@0f1b44df7e9cbb178d781a242338dfa5e243ad7f # nightly
121+
- uses: dtolnay/rust-toolchain@5b842231ba77f5c045dba54ac5560fed2db780e2 # nightly
122122
with:
123123
toolchain: nightly
124124
components: rustfmt
@@ -136,7 +136,7 @@ jobs:
136136
SCCACHE_GHA_ENABLED: "true"
137137
steps:
138138
- uses: actions/checkout@v6
139-
- uses: dtolnay/rust-toolchain@631a55b12751854ce901bb631d5902ceb48146f7 # stable
139+
- uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
140140
with:
141141
toolchain: stable
142142
components: clippy
@@ -163,15 +163,15 @@ jobs:
163163
SCCACHE_GHA_ENABLED: "true"
164164
steps:
165165
- uses: actions/checkout@v6
166-
- uses: dtolnay/rust-toolchain@631a55b12751854ce901bb631d5902ceb48146f7 # stable
166+
- uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
167167
with:
168168
toolchain: stable
169169
- uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
170170
with:
171171
cache-targets: "false"
172172
shared-key: "ci"
173173
- uses: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
174-
- uses: taiki-e/install-action@6ee2d1f3a2f8ca91cc2bf3180c6ec89fb3a109ad # nextest
174+
- uses: taiki-e/install-action@5ce196a31930e2795a1b2185c2f79b55c0d57733 # nextest
175175
- name: Build and archive tests
176176
run: cargo nextest archive --config-file .github/nextest.toml --cargo-profile ci --workspace --features full --lib --bins --tests --archive-file nextest-archive.tar.zst
177177
- name: Upload test archive
@@ -210,7 +210,7 @@ jobs:
210210
partition: ["1/5", "2/5", "3/5", "4/5", "5/5"]
211211
steps:
212212
- uses: actions/checkout@v6
213-
- uses: taiki-e/install-action@6ee2d1f3a2f8ca91cc2bf3180c6ec89fb3a109ad # nextest
213+
- uses: taiki-e/install-action@5ce196a31930e2795a1b2185c2f79b55c0d57733 # nextest
214214
- name: Download test archive
215215
uses: actions/download-artifact@v7
216216
with:
@@ -232,7 +232,7 @@ jobs:
232232
timeout-minutes: 15
233233
steps:
234234
- uses: actions/checkout@v6
235-
- uses: taiki-e/install-action@6ee2d1f3a2f8ca91cc2bf3180c6ec89fb3a109ad # nextest
235+
- uses: taiki-e/install-action@5ce196a31930e2795a1b2185c2f79b55c0d57733 # nextest
236236
- name: Download test archive
237237
uses: actions/download-artifact@v7
238238
with:
@@ -261,20 +261,20 @@ jobs:
261261
SCCACHE_GHA_ENABLED: "true"
262262
steps:
263263
- uses: actions/checkout@v6
264-
- uses: dtolnay/rust-toolchain@631a55b12751854ce901bb631d5902ceb48146f7 # stable
264+
- uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
265265
with:
266266
toolchain: stable
267267
- uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
268268
with:
269269
cache-targets: "false"
270270
shared-key: "coverage"
271271
- uses: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
272-
- uses: taiki-e/install-action@cff9fdfca2088e53d33015e47b75d0653d76aa25 # cargo-llvm-cov
273-
- uses: taiki-e/install-action@6ee2d1f3a2f8ca91cc2bf3180c6ec89fb3a109ad # nextest
272+
- uses: taiki-e/install-action@2f388922703f86d338d8d1e86e4cedef98b9e790 # cargo-llvm-cov
273+
- uses: taiki-e/install-action@5ce196a31930e2795a1b2185c2f79b55c0d57733 # nextest
274274
- name: Generate coverage
275275
run: cargo llvm-cov nextest --config-file .github/nextest.toml --cargo-profile ci --workspace --features full --lib --bins --lcov --output-path lcov.info
276276
- name: Upload coverage
277-
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5
277+
uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5
278278
with:
279279
token: ${{ secrets.CODECOV_TOKEN }}
280280
files: lcov.info
@@ -320,7 +320,7 @@ jobs:
320320
exit-code: '1'
321321
limit-severities-for-sarif: true
322322
- name: Upload Trivy results to GitHub Security tab
323-
uses: github/codeql-action/upload-sarif@38697555549f1db7851b81482ff19f1fa5c4fedc # v4
323+
uses: github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v4
324324
if: always()
325325
with:
326326
sarif_file: trivy-results.sarif
@@ -343,7 +343,7 @@ jobs:
343343
SCCACHE_GHA_ENABLED: "true"
344344
steps:
345345
- uses: actions/checkout@v6
346-
- uses: dtolnay/rust-toolchain@631a55b12751854ce901bb631d5902ceb48146f7 # stable
346+
- uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
347347
with:
348348
toolchain: stable
349349
- uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
@@ -366,7 +366,7 @@ jobs:
366366
SCCACHE_GHA_ENABLED: "true"
367367
steps:
368368
- uses: actions/checkout@v6
369-
- uses: dtolnay/rust-toolchain@631a55b12751854ce901bb631d5902ceb48146f7 # stable
369+
- uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
370370
with:
371371
toolchain: stable
372372
- uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Install Rust toolchain
3333
if: matrix.language == 'rust'
34-
uses: dtolnay/rust-toolchain@631a55b12751854ce901bb631d5902ceb48146f7 # stable
34+
uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
3535
with:
3636
toolchain: stable
3737

.github/workflows/openai-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ jobs:
4646
echo "skip=false" >> "$GITHUB_OUTPUT"
4747
fi
4848
49-
- uses: dtolnay/rust-toolchain@631a55b12751854ce901bb631d5902ceb48146f7 # stable
49+
- uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
5050
if: steps.secrets-check.outputs.skip == 'false'
5151

52-
- uses: taiki-e/install-action@6ee2d1f3a2f8ca91cc2bf3180c6ec89fb3a109ad # nextest
52+
- uses: taiki-e/install-action@5ce196a31930e2795a1b2185c2f79b55c0d57733 # nextest
5353
if: steps.secrets-check.outputs.skip == 'false'
5454

5555
- uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
# Re-enable when GitHub provides hosted Windows ARM64 runners.
4747
steps:
4848
- uses: actions/checkout@v6
49-
- uses: dtolnay/rust-toolchain@631a55b12751854ce901bb631d5902ceb48146f7 # stable
49+
- uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
5050
with:
5151
toolchain: stable
5252
targets: ${{ matrix.target }}
@@ -56,7 +56,7 @@ jobs:
5656
shared-key: "release-${{ matrix.target }}"
5757
- uses: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
5858
if: "!matrix.use_cross"
59-
- uses: taiki-e/install-action@879e9c8ba9a16a9dde5253c07a5826b902ca048c # cross
59+
- uses: taiki-e/install-action@06e1821e928f70c3a625134f4f93bfc876141b9a # cross
6060
- name: Build binary (cross)
6161
if: matrix.use_cross
6262
run: cross build --release --features full --target ${{ matrix.target }}
@@ -114,7 +114,7 @@ jobs:
114114
contents: read
115115
steps:
116116
- uses: actions/checkout@v6
117-
- uses: dtolnay/rust-toolchain@631a55b12751854ce901bb631d5902ceb48146f7 # stable
117+
- uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
118118
with:
119119
toolchain: stable
120120
- name: Verify version matches tag

.github/workflows/renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v4
2121

22-
- uses: renovatebot/github-action@abd08c7549b2a864af5df4a2e369c43f035a6a9d # v46.1.5
22+
- uses: renovatebot/github-action@68a3ea99af6ad249940b5a9fdf44fc6d7f14378b # v46.1.6
2323
env:
2424
RENOVATE_REPOSITORIES: ${{ github.repository }}
2525
with:

.github/workflows/security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
timeout-minutes: 10
2121
steps:
2222
- uses: actions/checkout@v6
23-
- uses: taiki-e/install-action@d03f93f522d3f26de755b383f3ba3f8d77b79f69 # cargo-deny
23+
- uses: taiki-e/install-action@774b5dad4c868e7771d039330a5633d0fac11c3d # cargo-deny
2424
- name: Check advisories and licenses
2525
run: cargo deny check --config .github/deny.toml
2626
env:

.github/workflows/telegram-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
echo "skip=false" >> "$GITHUB_OUTPUT"
7474
fi
7575
76-
- uses: dtolnay/rust-toolchain@631a55b12751854ce901bb631d5902ceb48146f7 # stable
76+
- uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
7777
if: steps.secrets-check.outputs.skip == 'false'
7878

7979
# Cache cargo registry/git sources only (no target dir — sccache handles compilation).

0 commit comments

Comments
 (0)