Skip to content

Commit ddca83e

Browse files
[deps]: Update gh minor
1 parent ab7ae36 commit ddca83e

19 files changed

+58
-58
lines changed

.github/workflows/build-android.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
steps:
3535
- name: Checkout repo
36-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
36+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
3737
with:
3838
persist-credentials: false
3939

@@ -43,7 +43,7 @@ jobs:
4343
toolchain: stable
4444

4545
- name: Cache cargo registry
46-
uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7
46+
uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
4747
with:
4848
key: ${{ matrix.settings.target }}-cargo
4949

@@ -75,15 +75,15 @@ jobs:
7575

7676
steps:
7777
- name: Checkout repo (PR)
78-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
78+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
7979
if: github.event_name == 'pull_request'
8080
with:
8181
fetch-depth: 0
8282
ref: ${{ github.event.pull_request.head.ref }}
8383
persist-credentials: false
8484

8585
- name: Checkout repo (Push or manual run)
86-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
86+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
8787
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
8888
with:
8989
fetch-depth: 0
@@ -95,7 +95,7 @@ jobs:
9595
toolchain: stable
9696

9797
- name: Cache cargo registry
98-
uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7
98+
uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
9999
with:
100100
key: cargo-combine-cache
101101

@@ -163,7 +163,7 @@ jobs:
163163
uses: bitwarden/gh-actions/azure-logout@main
164164

165165
- name: Generate GH App token
166-
uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
166+
uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
167167
id: app-token
168168
with:
169169
app-id: ${{ steps.get-kv-secrets.outputs.BW-GHAPP-ID }}

.github/workflows/build-rust-crates.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
steps:
3939
- name: Checkout
40-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
40+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
4141
with:
4242
persist-credentials: false
4343

@@ -47,7 +47,7 @@ jobs:
4747
toolchain: stable
4848

4949
- name: Cache cargo registry
50-
uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7
50+
uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
5151

5252
- name: Build
5353
run: cargo build -p ${{ matrix.package }} --release
@@ -61,7 +61,7 @@ jobs:
6161
needs: build
6262
steps:
6363
- name: Checkout
64-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
64+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
6565
with:
6666
persist-credentials: false
6767

@@ -71,7 +71,7 @@ jobs:
7171
toolchain: stable
7272

7373
- name: Cache cargo registry
74-
uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7
74+
uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
7575

7676
- name: Install cargo-release
7777
run: cargo install cargo-release --version 0.25.20 --locked

.github/workflows/build-swift.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
package_version: ${{ steps.retrieve-version.outputs.package_version }}
2020
steps:
2121
- name: Checkout repo
22-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
22+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2323
with:
2424
persist-credentials: false
2525

@@ -39,7 +39,7 @@ jobs:
3939
_VERSION: ${{ needs.version.outputs.package_version }}
4040
steps:
4141
- name: Checkout repo
42-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
42+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
4343
with:
4444
persist-credentials: false
4545

@@ -49,7 +49,7 @@ jobs:
4949
toolchain: stable
5050

5151
- name: Cache cargo registry
52-
uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7
52+
uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
5353
with:
5454
key: sdk-swift-cargo
5555

.github/workflows/build-wasm-internal.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
steps:
3838
- name: Checkout repo
39-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
39+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
4040
with:
4141
persist-credentials: false
4242

@@ -61,7 +61,7 @@ jobs:
6161
echo "SDK_VERSION='${SDK_VERSION}'"
6262
6363
- name: Setup Node
64-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
64+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
6565
with:
6666
node-version: 20
6767
registry-url: "https://npm.pkg.github.com"
@@ -89,7 +89,7 @@ jobs:
8989
components: rust-src
9090

9191
- name: Cache cargo registry
92-
uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7
92+
uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
9393
with:
9494
key: wasm-cargo-cache
9595

@@ -126,7 +126,7 @@ jobs:
126126
secrets: "BW-GHAPP-ID,BW-GHAPP-KEY"
127127

128128
- name: Generate GH App token
129-
uses: actions/create-github-app-token@30bf6253fa41bdc8d1501d202ad15287582246b4 # v2.0.3
129+
uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
130130
id: app-token
131131
with:
132132
app-id: ${{ steps.get-kv-secrets.outputs.BW-GHAPP-ID }}

.github/workflows/check-powerset.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: Checkout
28-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
28+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2929
with:
3030
persist-credentials: false
3131

@@ -35,7 +35,7 @@ jobs:
3535
toolchain: stable
3636

3737
- name: Cache cargo registry
38-
uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7
38+
uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
3939

4040
- name: Install cargo-hack
4141
run: cargo install cargo-hack --version 0.6.33 --locked

.github/workflows/cloc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-24.04
1616
steps:
1717
- name: Checkout repo
18-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
18+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
1919
with:
2020
persist-credentials: false
2121

.github/workflows/detect-breaking-changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
uses: bitwarden/gh-actions/azure-logout@main
112112

113113
- name: Generate GH App token
114-
uses: actions/create-github-app-token@30bf6253fa41bdc8d1501d202ad15287582246b4 # v2.0.3
114+
uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
115115
id: app-token
116116
with:
117117
app-id: ${{ steps.get-kv-secrets.outputs.BW-GHAPP-ID }}

.github/workflows/direct-minimal-versions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
steps:
4141
- name: Checkout
42-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
42+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
4343
with:
4444
persist-credentials: false
4545

@@ -59,7 +59,7 @@ jobs:
5959
targets: ${{ matrix.settings.target }}
6060

6161
- name: Cache cargo registry
62-
uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7
62+
uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
6363
with:
6464
key: dmv-${{ matrix.settings.target }}-cargo-${{ matrix.settings.os }}
6565

.github/workflows/lint.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
26+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2727
with:
2828
persist-credentials: false
2929

@@ -55,7 +55,7 @@ jobs:
5555
rustup component add rustfmt --toolchain "${RUST_NIGHTLY_TOOLCHAIN}"-x86_64-unknown-linux-gnu
5656
5757
- name: Cache cargo registry
58-
uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7
58+
uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
5959

6060
- name: Cargo fmt
6161
env:
@@ -72,7 +72,7 @@ jobs:
7272
RUSTFLAGS: "-D warnings"
7373

7474
- name: Upload Clippy results to GitHub
75-
uses: github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
75+
uses: github/codeql-action/upload-sarif@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
7676
with:
7777
sarif_file: clippy_result.sarif
7878
sha: ${{ contains(github.event_name, 'pull_request') && github.event.pull_request.head.sha || github.sha }}
@@ -107,7 +107,7 @@ jobs:
107107
run: cargo dylint --all -- --all-features --all-targets
108108

109109
- name: Set up Node
110-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
110+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
111111
with:
112112
cache: "npm"
113113
cache-dependency-path: "package-lock.json"

.github/workflows/memory-testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Check out repo
27-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
27+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2828
with:
2929
persist-credentials: false
3030

@@ -39,7 +39,7 @@ jobs:
3939
toolchain: stable
4040

4141
- name: Cache cargo registry
42-
uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7
42+
uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
4343
with:
4444
key: memtest-cargo
4545

0 commit comments

Comments
 (0)