Skip to content

Commit 6651a5a

Browse files
[deps]: Update gh minor
1 parent 5449a5a commit 6651a5a

16 files changed

+33
-33
lines changed

.github/workflows/build-android.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
toolchain: stable
3434

3535
- name: Cache cargo registry
36-
uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7
36+
uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
3737
with:
3838
key: ${{ matrix.settings.target }}-cargo
3939

@@ -46,7 +46,7 @@ jobs:
4646
run: cross build -p bitwarden-uniffi --release --target=${{ matrix.settings.target }}
4747

4848
- name: Upload artifact
49-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
49+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
5050
with:
5151
name: android-${{ matrix.settings.target }}
5252
path: ./target/${{ matrix.settings.target }}/release/libbitwarden_uniffi.so
@@ -76,18 +76,18 @@ jobs:
7676
toolchain: stable
7777

7878
- name: Cache cargo registry
79-
uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7
79+
uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
8080
with:
8181
key: cargo-combine-cache
8282

8383
- name: Setup Java
84-
uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
84+
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
8585
with:
8686
distribution: temurin
8787
java-version: 17
8888

8989
- name: Download Artifacts
90-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
90+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
9191

9292
- name: Move artifacts
9393
working-directory: crates/bitwarden-uniffi/kotlin/sdk/src/main/jniLibs
@@ -103,7 +103,7 @@ jobs:
103103
run: ./build-schemas.sh
104104

105105
- name: Setup gradle
106-
uses: gradle/actions/setup-gradle@94baf225fe0a508e581a564467443d0e2379123b # v4.3.0
106+
uses: gradle/actions/setup-gradle@06832c7b30a0129d7fb559bcc6e43d26f6374244 # v4.3.1
107107

108108
- name: Test build demo app
109109
working-directory: crates/bitwarden-uniffi/kotlin

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
toolchain: stable
4141

4242
- name: Cache cargo registry
43-
uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7
43+
uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
4444

4545
- name: Build
4646
run: cargo build -p ${{ matrix.package }} --release
@@ -62,7 +62,7 @@ jobs:
6262
toolchain: stable
6363

6464
- name: Cache cargo registry
65-
uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7
65+
uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
6666

6767
- name: Install cargo-release
6868
run: cargo install cargo-release

.github/workflows/build-swift.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
toolchain: stable
4242

4343
- name: Cache cargo registry
44-
uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7
44+
uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
4545
with:
4646
key: sdk-swift-cargo
4747

@@ -77,14 +77,14 @@ jobs:
7777
cp -rf crates/bitwarden-uniffi/swift/BitwardenFFI.xcframework artifacts
7878
7979
- name: Upload BitwardenFFI.xcframework artifact
80-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
80+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
8181
with:
8282
name: BitwardenFFI-${{ env._VERSION }}-${{ steps.build.outputs.short-sha }}.xcframework
8383
path: artifacts
8484
if-no-files-found: error
8585

8686
- name: Upload BitwardenSdk sources
87-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
87+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
8888
with:
8989
name: BitwardenSdk-${{ env._VERSION }}-${{ steps.build.outputs.short-sha }}-sources
9090
path: crates/bitwarden-uniffi/swift/Sources/BitwardenSdk

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
echo "SDK_VERSION='${SDK_VERSION}'"
4343
4444
- name: Setup Node
45-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
45+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
4646
with:
4747
node-version: 20
4848
registry-url: "https://npm.pkg.github.com"
@@ -66,7 +66,7 @@ jobs:
6666
components: rust-src
6767

6868
- name: Cache cargo registry
69-
uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7
69+
uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
7070
with:
7171
key: wasm-cargo-cache
7272

@@ -77,7 +77,7 @@ jobs:
7777
run: ./build.sh -r
7878

7979
- name: Upload artifact
80-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
80+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
8181
with:
8282
name: sdk-internal
8383
path: ${{ github.workspace }}/crates/bitwarden-wasm-internal/npm/*

.github/workflows/check-powerset.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
toolchain: stable
3131

3232
- name: Cache cargo registry
33-
uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7
33+
uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
3434

3535
- name: Install cargo-hack
3636
run: cargo install cargo-hack --version 0.6.33 --locked

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
targets: ${{ matrix.settings.target }}
5555

5656
- name: Cache cargo registry
57-
uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7
57+
uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
5858
with:
5959
key: dmv-${{ matrix.settings.target }}-cargo-${{ matrix.settings.os }}
6060

.github/workflows/lint.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
rustup component add rustfmt --toolchain "${{ steps.nightly-toolchain.outputs.RUST_NIGHTLY_TOOLCHAIN }}"-x86_64-unknown-linux-gnu
4646
4747
- name: Cache cargo registry
48-
uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7
48+
uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
4949

5050
- name: Cargo fmt
5151
run: cargo +"${{ steps.nightly-toolchain.outputs.RUST_NIGHTLY_TOOLCHAIN }}" fmt --check
@@ -60,7 +60,7 @@ jobs:
6060
RUSTFLAGS: "-D warnings"
6161

6262
- name: Upload Clippy results to GitHub
63-
uses: github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
63+
uses: github/codeql-action/upload-sarif@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
6464
with:
6565
sarif_file: clippy_result.sarif
6666
sha: ${{ contains(github.event_name, 'pull_request') && github.event.pull_request.head.sha || github.sha }}
@@ -87,7 +87,7 @@ jobs:
8787
run: cargo +"${{ steps.nightly-toolchain.outputs.RUST_NIGHTLY_TOOLCHAIN }}" udeps --workspace --all-features
8888

8989
- name: Set up Node
90-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
90+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
9191
with:
9292
cache: "npm"
9393
cache-dependency-path: "package-lock.json"

.github/workflows/memory-testing.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
toolchain: stable
3535

3636
- name: Cache cargo registry
37-
uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7
37+
uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
3838
with:
3939
key: memtest-cargo
4040

.github/workflows/minimum-rust-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
targets: ${{ matrix.settings.target }}
4343

4444
- name: Cache cargo registry
45-
uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7
45+
uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
4646
with:
4747
key: msrv-${{ matrix.settings.target }}-cargo-${{ matrix.settings.os }}
4848

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
toolchain: stable
8585

8686
- name: Cache cargo registry
87-
uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7
87+
uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
8888

8989
- name: Install cargo-release
9090
run: cargo install cargo-release

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6161

6262
- name: Setup Node
63-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
63+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
6464
with:
6565
node-version: 20
6666

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
4242
- name: Create release
4343
if: ${{ inputs.release_type != 'Dry Run' }}
44-
uses: ncipollo/release-action@cdcc88a9acf3ca41c16c37bb7d21b9ad48560d87 # v1.15.0
44+
uses: ncipollo/release-action@440c8c1cb0ed28b9f43e4d1d670870f059653174 # v1.16.0
4545
env:
4646
PKG_VERSION: ${{ steps.version.outputs.version }}
4747
with:

.github/workflows/release-swift.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
token: ${{ steps.retrieve-secrets.outputs.github-pat-bitwarden-devops-bot-repo-scope }}
150150

151151
- name: Import GPG key
152-
uses: crazy-max/ghaction-import-gpg@cb9bde2e2525e640591a934b1fd28eef1dcaf5e5 # v6.2.0
152+
uses: crazy-max/ghaction-import-gpg@e89d40939c28e39f97cf32126055eeae86ba74ec # v6.3.0
153153
with:
154154
gpg_private_key: ${{ steps.retrieve-secrets.outputs.github-gpg-private-key }}
155155
passphrase: ${{ steps.retrieve-secrets.outputs.github-gpg-private-key-passphrase }}
@@ -249,7 +249,7 @@ jobs:
249249
skip_unpack: true
250250

251251
- name: Create release
252-
uses: ncipollo/release-action@cdcc88a9acf3ca41c16c37bb7d21b9ad48560d87 # v1.15.0
252+
uses: ncipollo/release-action@440c8c1cb0ed28b9f43e4d1d670870f059653174 # v1.16.0
253253
with:
254254
tag: v${{ env._RELEASE_NAME }}
255255
name: v${{ env._RELEASE_NAME }}

.github/workflows/rust-test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
toolchain: stable
4141

4242
- name: Cache cargo registry
43-
uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7
43+
uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
4444

4545
- name: Test
4646
run: cargo test --workspace --all-features
@@ -60,7 +60,7 @@ jobs:
6060
components: llvm-tools
6161

6262
- name: Cache cargo registry
63-
uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7
63+
uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
6464

6565
- name: Install cargo-llvm-cov
6666
run: cargo install cargo-llvm-cov --version 0.5.38
@@ -69,4 +69,4 @@ jobs:
6969
run: cargo llvm-cov --all-features --lcov --output-path lcov.info --ignore-filename-regex "crates/bitwarden-api-"
7070

7171
- name: Upload to codecov.io
72-
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
72+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2

.github/workflows/scan.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
ref: ${{ github.event.pull_request.head.sha }}
3232

3333
- name: Scan with Checkmarx
34-
uses: checkmarx/ast-github-action@9fda4ab4c1b67c35de380552a972a82997d97731 # 2.0.42
34+
uses: checkmarx/ast-github-action@ef93013c95adc60160bc22060875e90800d3ecfc # 2.3.19
3535
env:
3636
INCREMENTAL: "${{ contains(github.event_name, 'pull_request') && '--sast-incremental' || '' }}"
3737
with:
@@ -46,7 +46,7 @@ jobs:
4646
--output-path . ${{ env.INCREMENTAL }}
4747
4848
- name: Upload Checkmarx results to GitHub
49-
uses: github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
49+
uses: github/codeql-action/upload-sarif@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
5050
with:
5151
sarif_file: cx_result.sarif
5252
sha: ${{ contains(github.event_name, 'pull_request') && github.event.pull_request.head.sha || github.sha }}

.github/workflows/version-bump.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
toolchain: stable
3030

3131
- name: Cache cargo registry
32-
uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7
32+
uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
3333

3434
- name: Install cargo-release
3535
run: cargo install cargo-edit --locked
@@ -55,7 +55,7 @@ jobs:
5555
repository: bitwarden/sdk
5656

5757
- name: Import GPG key
58-
uses: crazy-max/ghaction-import-gpg@cb9bde2e2525e640591a934b1fd28eef1dcaf5e5 # v6.2.0
58+
uses: crazy-max/ghaction-import-gpg@e89d40939c28e39f97cf32126055eeae86ba74ec # v6.3.0
5959
with:
6060
gpg_private_key: ${{ steps.retrieve-secrets.outputs.github-gpg-private-key }}
6161
passphrase: ${{ steps.retrieve-secrets.outputs.github-gpg-private-key-passphrase }}

0 commit comments

Comments
 (0)