File tree Expand file tree Collapse file tree 7 files changed +10
-10
lines changed
actions/dispatch-and-download Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 37
37
echo "</details>" >> $GITHUB_STEP_SUMMARY
38
38
39
39
- name : Dispatch an action and get the run ID and URL
40
- uses : codex-/return-dispatch@2410062d00e50fbdc50dd9065a4e5f673e2455d3 # v2.0.3
40
+ uses : codex-/return-dispatch@df6e17379382ea99310623bc5ed1a7dddd6c878f # v2.0.4
41
41
id : return_dispatch
42
42
with :
43
43
token : ${{ inputs.token }}
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@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
84
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .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@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
121
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .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@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
144
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
145
145
with :
146
146
name : version-info
147
147
path : version-info/version_info.json
@@ -327,7 +327,7 @@ jobs:
327
327
328
328
- name : Configure Ruby
329
329
if : env._BUILD_MODE == 'Device'
330
- uses : ruby/setup-ruby@401c19e14f474b54450cd3905bb8b86e2c8509cf # v1.204 .0
330
+ uses : ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4 # v1.207 .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@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
388
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .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 29
29
secrets : " crowdin-api-token, github-gpg-private-key, github-gpg-private-key-passphrase"
30
30
31
31
- name : Generate GH App token
32
- uses : actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
32
+ uses : actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
33
33
id : app-token
34
34
with :
35
35
app-id : ${{ secrets.BW_GHAPP_ID }}
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@629a9fac14369bf2898d583b22bf8c40a5caf8e9 # 2.0.40
34
+ uses : checkmarx/ast-github-action@184bf2f64f55d1c93fd6636d539edf274703e434 # 2.0.41
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@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
49
+ uses : github/codeql-action/upload-sarif@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
50
50
with :
51
51
sarif_file : cx_result.sarif
52
52
Original file line number Diff line number Diff line change 74
74
xcode-version : ${{ env.XCODE_VERSION || env.DEFAULT_XCODE_VERSION }}
75
75
76
76
- name : Configure Ruby
77
- uses : ruby/setup-ruby@401c19e14f474b54450cd3905bb8b86e2c8509cf # v1.204 .0
77
+ uses : ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4 # v1.207 .0
78
78
with :
79
79
bundler-cache : true
80
80
You can’t perform that action at this time.
0 commit comments