File tree 8 files changed +14
-14
lines changed
8 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 81
81
echo "version_number=$(echo $content | jq -r .version_number)" >> $GITHUB_OUTPUT
82
82
83
83
- name : Upload version info artifact
84
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
84
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
85
85
with :
86
86
name : version-info
87
87
path : version-info/version_info.json
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ jobs:
118
118
echo '```' >> $GITHUB_STEP_SUMMARY
119
119
120
120
- name : Upload version info artifact
121
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
121
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
122
122
with :
123
123
name : version-info
124
124
path : version_info.json
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ jobs:
141
141
142
142
- name : Upload version info artifact
143
143
if : ${{ inputs.upload_version_info }}
144
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
144
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
145
145
with :
146
146
name : version-info
147
147
path : version-info/version_info.json
@@ -157,7 +157,7 @@ jobs:
157
157
158
158
- name : Cache Mint packages
159
159
id : mint-cache
160
- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
160
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
161
161
with :
162
162
path : .mint
163
163
key : ${{ runner.os }}-mint-${{ hashFiles('**/Mintfile') }}
@@ -327,7 +327,7 @@ jobs:
327
327
328
328
- name : Configure Ruby
329
329
if : env._BUILD_MODE == 'Device'
330
- uses : ruby/setup-ruby@a2bbe5b1b236842c1cb7dd11e8e3b51e0a616acc # v1.202 .0
330
+ uses : ruby/setup-ruby@401c19e14f474b54450cd3905bb8b86e2c8509cf # v1.204 .0
331
331
with :
332
332
bundler-cache : true
333
333
@@ -385,7 +385,7 @@ jobs:
385
385
esac
386
386
387
387
- name : Upload artifacts to GitHub
388
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
388
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
389
389
with :
390
390
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 }}
391
391
path : export
Original file line number Diff line number Diff line change 36
36
private-key : ${{ secrets.BW_GHAPP_KEY }}
37
37
38
38
- name : Download translations
39
- uses : crowdin/github-action@2d540f18b0a416b1fbf2ee5be35841bd380fc1da # v2.3 .0
39
+ uses : crowdin/github-action@8dfaf9c206381653e3767e3cb5ea5f08b45f02bf # v2.5 .0
40
40
env :
41
41
GITHUB_TOKEN : ${{ steps.app-token.outputs.token }}
42
42
CROWDIN_API_TOKEN : ${{ steps.retrieve-secrets.outputs.crowdin-api-token }}
Original file line number Diff line number Diff line change 29
29
secrets : " crowdin-api-token"
30
30
31
31
- name : Upload sources
32
- uses : crowdin/github-action@2d540f18b0a416b1fbf2ee5be35841bd380fc1da # v2.3 .0
32
+ uses : crowdin/github-action@8dfaf9c206381653e3767e3cb5ea5f08b45f02bf # v2.5 .0
33
33
env :
34
34
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
35
35
CROWDIN_API_TOKEN : ${{ steps.retrieve-secrets.outputs.crowdin-api-token }}
Original file line number Diff line number Diff line change 42
42
43
43
steps :
44
44
- name : Check out repository
45
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
45
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
46
46
with :
47
47
fetch-depth : 0
48
48
Original file line number Diff line number Diff line change 31
31
ref : ${{ github.event.pull_request.head.sha }}
32
32
33
33
- name : Scan with Checkmarx
34
- uses : checkmarx/ast-github-action@03a90e7253dadd7e2fff55f5dfbce647b39040a1 # 2.0.37
34
+ uses : checkmarx/ast-github-action@629a9fac14369bf2898d583b22bf8c40a5caf8e9 # 2.0.40
35
35
env :
36
36
INCREMENTAL : " ${{ contains(github.event_name, 'pull_request') && '--sast-incremental' || '' }}"
37
37
with :
46
46
--output-path . ${{ env.INCREMENTAL }}
47
47
48
48
- 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
50
50
with :
51
51
sarif_file : cx_result.sarif
52
52
Original file line number Diff line number Diff line change @@ -81,20 +81,20 @@ jobs:
81
81
xcode-version : ${{ env.XCODE_VERSION || env.DEFAULT_XCODE_VERSION }}
82
82
83
83
- name : Configure Ruby
84
- uses : ruby/setup-ruby@a2bbe5b1b236842c1cb7dd11e8e3b51e0a616acc # v1.202 .0
84
+ uses : ruby/setup-ruby@401c19e14f474b54450cd3905bb8b86e2c8509cf # v1.204 .0
85
85
with :
86
86
bundler-cache : true
87
87
88
88
- name : Cache Mint packages
89
- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
89
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
90
90
with :
91
91
path : .mint
92
92
key : ${{ runner.os }}-mint-${{ hashFiles('**/Mintfile') }}
93
93
restore-keys : |
94
94
${{ runner.os }}-mint-
95
95
96
96
- name : Cache SPM packages
97
- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
97
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
98
98
with :
99
99
path : build/DerivedData/SourcePackages
100
100
key : ${{ runner.os }}-spm-${{ hashFiles('**/Package.resolved') }}
You can’t perform that action at this time.
0 commit comments