Skip to content

Commit 962bf4b

Browse files
[deps]: Update gh minor (#1164)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e836062 commit 962bf4b

File tree

8 files changed

+14
-14
lines changed

8 files changed

+14
-14
lines changed

.github/workflows/CI-main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
echo "version_number=$(echo $content | jq -r .version_number)" >> $GITHUB_OUTPUT
8282
8383
- name: Upload version info artifact
84-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
84+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
8585
with:
8686
name: version-info
8787
path: version-info/version_info.json

.github/workflows/_version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
echo '```' >> $GITHUB_STEP_SUMMARY
119119
120120
- name: Upload version info artifact
121-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
121+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
122122
with:
123123
name: version-info
124124
path: version_info.json

.github/workflows/build.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
142142
- name: Upload version info artifact
143143
if: ${{ inputs.upload_version_info }}
144-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
144+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
145145
with:
146146
name: version-info
147147
path: version-info/version_info.json
@@ -157,7 +157,7 @@ jobs:
157157

158158
- name: Cache Mint packages
159159
id: mint-cache
160-
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
160+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
161161
with:
162162
path: .mint
163163
key: ${{ runner.os }}-mint-${{ hashFiles('**/Mintfile') }}
@@ -327,7 +327,7 @@ jobs:
327327
328328
- name: Configure Ruby
329329
if: env._BUILD_MODE == 'Device'
330-
uses: ruby/setup-ruby@a2bbe5b1b236842c1cb7dd11e8e3b51e0a616acc # v1.202.0
330+
uses: ruby/setup-ruby@401c19e14f474b54450cd3905bb8b86e2c8509cf # v1.204.0
331331
with:
332332
bundler-cache: true
333333

@@ -385,7 +385,7 @@ jobs:
385385
esac
386386
387387
- name: Upload artifacts to GitHub
388-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
388+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
389389
with:
390390
name: Bitwarden iOS ${{ steps.version_info.outputs.version_name }} (${{ steps.version_info.outputs.version_number }}) ${{ env._BUILD_VARIANT }} ${{ env._XCODE_VERSION || env.DEFAULT_XCODE_VERSION }} ${{ env._BUILD_MODE }} ${{ env._COMPILER_FLAGS }}
391391
path: export

.github/workflows/crowdin-pull.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
private-key: ${{ secrets.BW_GHAPP_KEY }}
3737

3838
- name: Download translations
39-
uses: crowdin/github-action@2d540f18b0a416b1fbf2ee5be35841bd380fc1da # v2.3.0
39+
uses: crowdin/github-action@8dfaf9c206381653e3767e3cb5ea5f08b45f02bf # v2.5.0
4040
env:
4141
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
4242
CROWDIN_API_TOKEN: ${{ steps.retrieve-secrets.outputs.crowdin-api-token }}

.github/workflows/crowdin-push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
secrets: "crowdin-api-token"
3030

3131
- name: Upload sources
32-
uses: crowdin/github-action@2d540f18b0a416b1fbf2ee5be35841bd380fc1da # v2.3.0
32+
uses: crowdin/github-action@8dfaf9c206381653e3767e3cb5ea5f08b45f02bf # v2.5.0
3333
env:
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3535
CROWDIN_API_TOKEN: ${{ steps.retrieve-secrets.outputs.crowdin-api-token }}

.github/workflows/github-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
steps:
4444
- name: Check out repository
45-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
45+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4646
with:
4747
fetch-depth: 0
4848

.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@03a90e7253dadd7e2fff55f5dfbce647b39040a1 # 2.0.37
34+
uses: checkmarx/ast-github-action@629a9fac14369bf2898d583b22bf8c40a5caf8e9 # 2.0.40
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@9278e421667d5d90a2839487a482448c4ec7df4d # v3.27.2
49+
uses: github/codeql-action/upload-sarif@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
5050
with:
5151
sarif_file: cx_result.sarif
5252

.github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -81,20 +81,20 @@ jobs:
8181
xcode-version: ${{ env.XCODE_VERSION || env.DEFAULT_XCODE_VERSION }}
8282

8383
- name: Configure Ruby
84-
uses: ruby/setup-ruby@a2bbe5b1b236842c1cb7dd11e8e3b51e0a616acc # v1.202.0
84+
uses: ruby/setup-ruby@401c19e14f474b54450cd3905bb8b86e2c8509cf # v1.204.0
8585
with:
8686
bundler-cache: true
8787

8888
- name: Cache Mint packages
89-
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
89+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
9090
with:
9191
path: .mint
9292
key: ${{ runner.os }}-mint-${{ hashFiles('**/Mintfile') }}
9393
restore-keys: |
9494
${{ runner.os }}-mint-
9595
9696
- name: Cache SPM packages
97-
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
97+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
9898
with:
9999
path: build/DerivedData/SourcePackages
100100
key: ${{ runner.os }}-spm-${{ hashFiles('**/Package.resolved') }}

0 commit comments

Comments
 (0)