Skip to content

Commit 9786594

Browse files
[deps]: Update Minor github-actions updates (#14923)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9852027 commit 9786594

16 files changed

+45
-45
lines changed

.github/workflows/build-browser.yml

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

550550
- name: Upload Sources
551-
uses: crowdin/github-action@f214c8723025f41fc55b2ad26e67b60b80b1885d # v2.7.1
551+
uses: crowdin/github-action@08713f00a50548bfe39b37e8f44afb53e7a802d4 # v2.12.0
552552
env:
553553
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
554554
CROWDIN_API_TOKEN: ${{ steps.retrieve-secrets.outputs.crowdin-api-token }}

.github/workflows/build-desktop.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ jobs:
225225
npm link ../sdk-internal
226226
227227
- name: Cache Native Module
228-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
228+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
229229
id: cache
230230
with:
231231
path: |
@@ -381,7 +381,7 @@ jobs:
381381
npm link ../sdk-internal
382382
383383
- name: Cache Native Module
384-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
384+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
385385
id: cache
386386
with:
387387
path: |
@@ -426,7 +426,7 @@ jobs:
426426
if-no-files-found: error
427427

428428
- name: Upload tar.gz artifact
429-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
429+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
430430
with:
431431
name: bitwarden_${{ env._PACKAGE_VERSION }}_arm64.tar.gz
432432
path: apps/desktop/dist/bitwarden_desktop_arm64.tar.gz
@@ -537,7 +537,7 @@ jobs:
537537
npm link ../sdk-internal
538538
539539
- name: Cache Native Module
540-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
540+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
541541
id: cache
542542
with:
543543
path: |
@@ -793,7 +793,7 @@ jobs:
793793
npm link ../sdk-internal
794794
795795
- name: Cache Native Module
796-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
796+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
797797
id: cache
798798
with:
799799
path: |
@@ -971,7 +971,7 @@ jobs:
971971
- name: Set up Python
972972
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
973973
with:
974-
python-version: '3.12'
974+
python-version: '3.14'
975975

976976
- name: Set up Node-gyp
977977
run: python3 -m pip install setuptools
@@ -986,14 +986,14 @@ jobs:
986986
987987
- name: Cache Build
988988
id: build-cache
989-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
989+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
990990
with:
991991
path: apps/desktop/build
992992
key: ${{ runner.os }}-${{ github.run_id }}-build
993993

994994
- name: Cache Safari
995995
id: safari-cache
996-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
996+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
997997
with:
998998
path: apps/browser/dist/Safari
999999
key: ${{ runner.os }}-${{ github.run_id }}-safari-extension
@@ -1139,7 +1139,7 @@ jobs:
11391139
npm link ../sdk-internal
11401140
11411141
- name: Cache Native Module
1142-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
1142+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
11431143
id: cache
11441144
with:
11451145
path: |
@@ -1201,7 +1201,7 @@ jobs:
12011201
- name: Set up Python
12021202
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
12031203
with:
1204-
python-version: '3.12'
1204+
python-version: '3.14'
12051205

12061206
- name: Set up Node-gyp
12071207
run: python3 -m pip install setuptools
@@ -1216,14 +1216,14 @@ jobs:
12161216
12171217
- name: Get Build Cache
12181218
id: build-cache
1219-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
1219+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
12201220
with:
12211221
path: apps/desktop/build
12221222
key: ${{ runner.os }}-${{ github.run_id }}-build
12231223

12241224
- name: Setup Safari Cache
12251225
id: safari-cache
1226-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
1226+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
12271227
with:
12281228
path: apps/browser/dist/Safari
12291229
key: ${{ runner.os }}-${{ github.run_id }}-safari-extension
@@ -1353,7 +1353,7 @@ jobs:
13531353
npm link ../sdk-internal
13541354
13551355
- name: Cache Native Module
1356-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
1356+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
13571357
id: cache
13581358
with:
13591359
path: |
@@ -1466,7 +1466,7 @@ jobs:
14661466
- name: Set up Python
14671467
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
14681468
with:
1469-
python-version: '3.12'
1469+
python-version: '3.14'
14701470

14711471
- name: Set up Node-gyp
14721472
run: python3 -m pip install setuptools
@@ -1481,14 +1481,14 @@ jobs:
14811481
14821482
- name: Get Build Cache
14831483
id: build-cache
1484-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
1484+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
14851485
with:
14861486
path: apps/desktop/build
14871487
key: ${{ runner.os }}-${{ github.run_id }}-build
14881488

14891489
- name: Setup Safari Cache
14901490
id: safari-cache
1491-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
1491+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
14921492
with:
14931493
path: apps/browser/dist/Safari
14941494
key: ${{ runner.os }}-${{ github.run_id }}-safari-extension
@@ -1626,7 +1626,7 @@ jobs:
16261626
npm link ../sdk-internal
16271627
16281628
- name: Cache Native Module
1629-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
1629+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
16301630
id: cache
16311631
with:
16321632
path: |
@@ -1747,7 +1747,7 @@ jobs:
17471747
if: |
17481748
github.event_name != 'pull_request_target'
17491749
&& (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/rc' || github.ref == 'refs/heads/hotfix-rc-desktop')
1750-
uses: slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # v2.0.0
1750+
uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # v2.1.1
17511751
with:
17521752
channel-id: C074F5UESQ0
17531753
method: chat.postMessage
@@ -1805,7 +1805,7 @@ jobs:
18051805
uses: bitwarden/gh-actions/azure-logout@main
18061806

18071807
- name: Upload Sources
1808-
uses: crowdin/github-action@f214c8723025f41fc55b2ad26e67b60b80b1885d # v2.7.1
1808+
uses: crowdin/github-action@08713f00a50548bfe39b37e8f44afb53e7a802d4 # v2.12.0
18091809
env:
18101810
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
18111811
CROWDIN_API_TOKEN: ${{ steps.retrieve-secrets.outputs.crowdin-api-token }}

.github/workflows/build-web.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ jobs:
204204
205205
########## Set up Docker ##########
206206
- name: Set up Docker
207-
uses: docker/setup-docker-action@b60f85385d03ac8acfca6d9996982511d8620a19 # v4.3.0
207+
uses: docker/setup-docker-action@efe9e3891a4f7307e689f2100b33a155b900a608 # v4.5.0
208208
with:
209209
daemon-config: |
210210
{
@@ -215,10 +215,10 @@ jobs:
215215
}
216216
217217
- name: Set up QEMU emulators
218-
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
218+
uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0
219219

220220
- name: Set up Docker Buildx
221-
uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0
221+
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
222222

223223
########## ACRs ##########
224224
- name: Log in to Azure
@@ -273,7 +273,7 @@ jobs:
273273

274274
- name: Build Docker image
275275
id: build-container
276-
uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12.0
276+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
277277
with:
278278
build-args: |
279279
NODE_VERSION=${{ env._NODE_VERSION }}
@@ -315,7 +315,7 @@ jobs:
315315

316316
- name: Install Cosign
317317
if: github.event_name != 'pull_request_target' && github.ref == 'refs/heads/main'
318-
uses: sigstore/cosign-installer@3454372f43399081ed03b604cb2d021dabca52bb # v3.8.2
318+
uses: sigstore/cosign-installer@7e8b541eb2e61bf99390e1afd4be13a184e9ebc5 # v3.10.1
319319

320320
- name: Sign image with Cosign
321321
if: github.event_name != 'pull_request_target' && github.ref == 'refs/heads/main'
@@ -334,7 +334,7 @@ jobs:
334334
- name: Scan Docker image
335335
if: ${{ needs.setup.outputs.has_secrets == 'true' }}
336336
id: container-scan
337-
uses: anchore/scan-action@2c901ab7378897c01b8efaa2d0c9bf519cc64b9e # v6.2.0
337+
uses: anchore/scan-action@1638637db639e0ade3258b51db49a9a137574c3e # v6.5.1
338338
with:
339339
image: ${{ steps.image-name.outputs.name }}
340340
fail-build: false
@@ -390,7 +390,7 @@ jobs:
390390
uses: bitwarden/gh-actions/azure-logout@main
391391

392392
- name: Upload Sources
393-
uses: crowdin/github-action@f214c8723025f41fc55b2ad26e67b60b80b1885d # v2.7.1
393+
uses: crowdin/github-action@08713f00a50548bfe39b37e8f44afb53e7a802d4 # v2.12.0
394394
env:
395395
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
396396
CROWDIN_API_TOKEN: ${{ steps.retrieve-secrets.outputs.crowdin-api-token }}

.github/workflows/chromatic.yml

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

6666
- name: Cache NPM
6767
id: npm-cache
68-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
68+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
6969
with:
7070
path: "~/.npm"
7171
key: ${{ runner.os }}-npm-chromatic-${{ hashFiles('**/package-lock.json') }}
@@ -98,7 +98,7 @@ jobs:
9898
uses: bitwarden/gh-actions/azure-logout@main
9999

100100
- name: Publish to Chromatic
101-
uses: chromaui/action@d0795df816d05c4a89c80295303970fddd247cce # v13.1.4
101+
uses: chromaui/action@ac86f2ff0a458ffbce7b40698abd44c0fa34d4b6 # v13.3.3
102102
with:
103103
token: ${{ secrets.GITHUB_TOKEN }}
104104
projectToken: ${{ steps.get-kv-secrets.outputs.CHROMATIC-PROJECT-TOKEN }}

.github/workflows/crowdin-pull.yml

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

5151
- name: Generate GH App token
52-
uses: actions/create-github-app-token@30bf6253fa41bdc8d1501d202ad15287582246b4 # v2.0.3
52+
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
5353
id: app-token
5454
with:
5555
app-id: ${{ steps.get-kv-secrets.outputs.BW-GHAPP-ID }}

.github/workflows/lint-crowdin-config.yml

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

4747
- name: Lint ${{ matrix.app.name }} config
48-
uses: crowdin/github-action@f214c8723025f41fc55b2ad26e67b60b80b1885d # v2.7.1
48+
uses: crowdin/github-action@08713f00a50548bfe39b37e8f44afb53e7a802d4 # v2.12.0
4949
env:
5050
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5151
CROWDIN_PROJECT_ID: ${{ matrix.app.project_id }}

.github/workflows/publish-desktop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,9 +348,9 @@ jobs:
348348
run: wget "https://github.com/bitwarden/clients/releases/download/$_RELEASE_TAG/macos-build-number.json"
349349

350350
- name: Setup Ruby and Install Fastlane
351-
uses: ruby/setup-ruby@ca041f971d66735f3e5ff1e21cc13e2d51e7e535 # v1.233.0
351+
uses: ruby/setup-ruby@d5126b9b3579e429dd52e51e68624dda2e05be25 # v1.267.0
352352
with:
353-
ruby-version: '3.0'
353+
ruby-version: '3.4.7'
354354
bundler-cache: false
355355
working-directory: apps/desktop
356356

.github/workflows/release-browser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
141141
- name: Create release
142142
if: ${{ github.event.inputs.release_type != 'Dry Run' }}
143-
uses: ncipollo/release-action@cdcc88a9acf3ca41c16c37bb7d21b9ad48560d87 # v1.15.0
143+
uses: ncipollo/release-action@b7eabc95ff50cbeeedec83973935c8f306dfcd0b # v1.20.0
144144
with:
145145
artifacts: 'browser-source-${{ needs.setup.outputs.release_version }}.zip,
146146
dist-chrome-${{ needs.setup.outputs.release_version }}.zip,

.github/workflows/release-cli.yml

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

8181
- name: Create release
8282
if: ${{ inputs.release_type != 'Dry Run' }}
83-
uses: ncipollo/release-action@cdcc88a9acf3ca41c16c37bb7d21b9ad48560d87 # v1.15.0
83+
uses: ncipollo/release-action@b7eabc95ff50cbeeedec83973935c8f306dfcd0b # v1.20.0
8484
env:
8585
PKG_VERSION: ${{ needs.setup.outputs.release_version }}
8686
with:

.github/workflows/release-desktop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
run: mv "Bitwarden-$PKG_VERSION-universal.pkg" "Bitwarden-$PKG_VERSION-universal.pkg.archive"
100100

101101
- name: Create Release
102-
uses: ncipollo/release-action@cdcc88a9acf3ca41c16c37bb7d21b9ad48560d87 # v1.15.0
102+
uses: ncipollo/release-action@b7eabc95ff50cbeeedec83973935c8f306dfcd0b # v1.20.0
103103
if: ${{ steps.release_channel.outputs.channel == 'latest' && github.event.inputs.release_type != 'Dry Run' }}
104104
env:
105105
PKG_VERSION: ${{ steps.version.outputs.version }}

0 commit comments

Comments
 (0)