Skip to content

Commit b0a9965

Browse files
committed
ci: Bump actions
- Bump actions/checkout to v7.0.0 - Bump Swatinem/rust-cache to v2.9.1 - Bump EmbarkStudios/cargo-deny-action to v2.0.20 - Bump actions/upload-pages-artifact to v5.0.0 - Bump actions/deploy-pages to v5.0.0
1 parent ee3f940 commit b0a9965

4 files changed

Lines changed: 15 additions & 9 deletions

File tree

.github/workflows/daily_security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
audit:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
15+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
1616
with:
1717
persist-credentials: false
1818
- uses: rustsec/audit-check@69366f33c96575abad1ee0dba8212993eecbe998 # v2.0.0

.github/workflows/pr_prek.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@ jobs:
1515
prek:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
18+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
1919
with:
2020
persist-credentials: false
2121
fetch-depth: 0
22+
2223
- uses: stackabletech/actions/run-prek@a14cbd08d9e034e2361ea9205b32aff0491885db # v0.15.0
2324
with:
2425
rust: ${{ env.RUST_TOOLCHAIN_VERSION }}

.github/workflows/pr_security-checks.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,19 @@ jobs:
2323
env:
2424
RUSTC_BOOTSTRAP: 1
2525
steps:
26-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
26+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2727
with:
2828
persist-credentials: false
29+
2930
- name: Install rust toolchain
3031
run: |
3132
rustup toolchain install "${RUST_TOOLCHAIN_VERSION}"
3233
rustup default "${RUST_TOOLCHAIN_VERSION}"
33-
- uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
34+
35+
- uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1
3436
with:
3537
key: udeps
38+
3639
- run: cargo install --locked cargo-udeps@0.1.60
3740
- run: cargo udeps --all-targets --all-features
3841

@@ -49,13 +52,15 @@ jobs:
4952
continue-on-error: ${{ matrix.checks == 'advisories' }}
5053

5154
steps:
52-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
55+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
5356
with:
5457
persist-credentials: false
58+
5559
- name: Install rust toolchain
5660
run: |
5761
rustup toolchain install "${RUST_TOOLCHAIN_VERSION}"
5862
rustup default "${RUST_TOOLCHAIN_VERSION}"
59-
- uses: EmbarkStudios/cargo-deny-action@3fd3802e88374d3fe9159b834c7714ec57d6c979 # v2.0.15
63+
64+
- uses: EmbarkStudios/cargo-deny-action@bb137d7af7e4fb67e5f82a49c4fce4fad40782fe # v2.0.20
6065
with:
6166
command: check ${{ matrix.checks }}

.github/workflows/publish-docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Checkout Repository
25-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
25+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2626
with:
2727
persist-credentials: false
2828

@@ -38,7 +38,7 @@ jobs:
3838
run: echo '<meta http-equiv="refresh" content="0;url=stackable_operator/index.html">' > target/doc/index.html
3939

4040
- name: Upload Documentation Artifacts
41-
uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4.0.0
41+
uses: actions/upload-pages-artifact@fc324d3547104276b827a68afc52ff2a11cc49c9 # v5.0.0
4242
with:
4343
path: target/doc
4444

@@ -54,4 +54,4 @@ jobs:
5454
steps:
5555
- name: Deploy to Github Pages
5656
id: deploy
57-
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5
57+
uses: actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # v5.0.0

0 commit comments

Comments
 (0)