Skip to content

Commit 414ee22

Browse files
[deps]: Update gh minor (#1533)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Katherine Bertelsen <kbertelsen@bitwarden.com>
1 parent 31960f4 commit 414ee22

File tree

12 files changed

+30
-30
lines changed

12 files changed

+30
-30
lines changed

.github/actions/dispatch-and-download/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ runs:
9090
done
9191
9292
- name: Download all artifacts
93-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
93+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
9494
id: download
9595
with:
9696
run-id: ${{steps.return_dispatch.outputs.run_id}}

.github/workflows/CI-main.yml

Lines changed: 1 addition & 1 deletion
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@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
84+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
8585
with:
8686
name: version-info
8787
path: version-info/version_info.json

.github/workflows/_version.yml

Lines changed: 1 addition & 1 deletion
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@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
121+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
122122
with:
123123
name: version-info
124124
path: version_info.json

.github/workflows/build-bwa.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: Cache Mint packages
4747
id: mint-cache
48-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
48+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
4949
with:
5050
path: .mint
5151
key: ${{ runner.os }}-mint-${{ hashFiles('**/Mintfile') }}
@@ -127,7 +127,7 @@ jobs:
127127
cp $AUTHENTICATOR_PROFILE_PATH "$PROFILES_DIR_PATH/$AUTHENTICATOR_UUID.mobileprovision"
128128
129129
- name: Configure Ruby
130-
uses: ruby/setup-ruby@1287d2b408066abada82d5ad1c63652e758428d9 # v1.214.0
130+
uses: ruby/setup-ruby@eaecf785f6a34567a6d97f686bbb7bccc1ac1e5c # v1.237.0
131131
with:
132132
bundler-cache: true
133133

@@ -161,7 +161,7 @@ jobs:
161161
./Scripts/build.sh project-bwa.yml Authenticator Device
162162
163163
- name: Upload IPA
164-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
164+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
165165
with:
166166
name: Authenticator iOS
167167
path: build/Authenticator/Authenticator.ipa
@@ -202,7 +202,7 @@ jobs:
202202
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
203203

204204
- name: Upload sources
205-
uses: crowdin/github-action@b811e495831e49ff516e7c801f7c5546879b9ee7 # v2.5.2
205+
uses: crowdin/github-action@b8012bd5491b8aa8578b73ab5b5f5e7c94aaa6e2 # v2.7.0
206206
env:
207207
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
208208
CROWDIN_API_TOKEN: ${{ secrets.CROWDIN_API_TOKEN }}

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
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@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
144+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
145145
with:
146146
name: version-info
147147
path: version-info/version_info.json
@@ -159,7 +159,7 @@ jobs:
159159

160160
- name: Cache Mint packages
161161
id: mint-cache
162-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
162+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
163163
with:
164164
path: .mint
165165
key: ${{ runner.os }}-mint-${{ hashFiles('**/Mintfile') }}
@@ -329,7 +329,7 @@ jobs:
329329
330330
- name: Configure Ruby
331331
if: env._BUILD_MODE == 'Device'
332-
uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4 # v1.207.0
332+
uses: ruby/setup-ruby@eaecf785f6a34567a6d97f686bbb7bccc1ac1e5c # v1.237.0
333333
with:
334334
bundler-cache: true
335335

@@ -379,7 +379,7 @@ jobs:
379379
esac
380380
381381
- name: Upload artifacts to GitHub
382-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
382+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
383383
with:
384384
name: Bitwarden iOS ${{ steps.version_info.outputs.version_name }} (${{ steps.version_info.outputs.version_number }}) ${{ env._BUILD_VARIANT }} ${{ env._XCODE_VERSION }} ${{ env._BUILD_MODE }} ${{ env._COMPILER_FLAGS }}
385385
path: export

.github/workflows/crowdin-pull-bwa.yml

Lines changed: 1 addition & 1 deletion
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@b811e495831e49ff516e7c801f7c5546879b9ee7 # v2.5.2
39+
uses: crowdin/github-action@b8012bd5491b8aa8578b73ab5b5f5e7c94aaa6e2 # v2.7.0
4040
env:
4141
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
4242
CROWDIN_API_TOKEN: ${{ secrets.CROWDIN_API_TOKEN }}

.github/workflows/crowdin-pull.yml

Lines changed: 1 addition & 1 deletion
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@8dfaf9c206381653e3767e3cb5ea5f08b45f02bf # v2.5.0
39+
uses: crowdin/github-action@b8012bd5491b8aa8578b73ab5b5f5e7c94aaa6e2 # v2.7.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

Lines changed: 1 addition & 1 deletion
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@8dfaf9c206381653e3767e3cb5ea5f08b45f02bf # v2.5.0
32+
uses: crowdin/github-action@b8012bd5491b8aa8578b73ab5b5f5e7c94aaa6e2 # v2.7.0
3333
env:
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3535
CROWDIN_API_TOKEN: ${{ steps.retrieve-secrets.outputs.crowdin-api-token }}

.github/workflows/scan-bwa.yml

Lines changed: 2 additions & 2 deletions
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@17a820bf2e43b47be2c72b39cc905417bc1ab6d0 # v3.28.6
49+
uses: github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
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/scan.yml

Lines changed: 2 additions & 2 deletions
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@184bf2f64f55d1c93fd6636d539edf274703e434 # 2.0.41
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@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
49+
uses: github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
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/test-bwa.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,20 +95,20 @@ jobs:
9595
xcode-version: ${{ env._XCODE_VERSION }}
9696

9797
- name: Configure Ruby
98-
uses: ruby/setup-ruby@1287d2b408066abada82d5ad1c63652e758428d9 # v1.214.0
98+
uses: ruby/setup-ruby@eaecf785f6a34567a6d97f686bbb7bccc1ac1e5c # v1.237.0
9999
with:
100100
bundler-cache: true
101101

102102
- name: Cache Mint packages
103-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
103+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
104104
with:
105105
path: .mint
106106
key: ${{ runner.os }}-mint-${{ hashFiles('**/Mintfile') }}
107107
restore-keys: |
108108
${{ runner.os }}-mint-
109109
110110
- name: Cache SPM packages
111-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
111+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
112112
with:
113113
path: build/DerivedData/SourcePackages
114114
key: ${{ runner.os }}-spm-${{ hashFiles('**/Package.resolved') }}
@@ -152,7 +152,7 @@ jobs:
152152
"$_RESULT_BUNDLE_PATH" > "$_COVERAGE_PATH"
153153
154154
- name: Upload test reports
155-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
155+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
156156
if: always()
157157
with:
158158
name: test-reports
@@ -178,13 +178,13 @@ jobs:
178178
sparse-checkout-cone-mode: false
179179

180180
- name: Download test artifacts
181-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
181+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
182182
with:
183183
name: test-reports
184184

185185
- name: Upload to codecov.io
186186
id: upload-to-codecov
187-
uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
187+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
188188
continue-on-error: true
189189
with:
190190
files: coverage.xml

.github/workflows/test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,20 +90,20 @@ jobs:
9090
xcode-version: ${{ env._XCODE_VERSION }}
9191

9292
- name: Configure Ruby
93-
uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4 # v1.207.0
93+
uses: ruby/setup-ruby@eaecf785f6a34567a6d97f686bbb7bccc1ac1e5c # v1.237.0
9494
with:
9595
bundler-cache: true
9696

9797
- name: Cache Mint packages
98-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
98+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
9999
with:
100100
path: .mint
101101
key: ${{ runner.os }}-mint-${{ hashFiles('**/Mintfile') }}
102102
restore-keys: |
103103
${{ runner.os }}-mint-
104104
105105
- name: Cache SPM packages
106-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
106+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
107107
with:
108108
path: build/DerivedData/SourcePackages
109109
key: ${{ runner.os }}-spm-${{ hashFiles('**/Package.resolved') }}
@@ -147,7 +147,7 @@ jobs:
147147
"$_RESULT_BUNDLE_PATH" > "$_COVERAGE_PATH"
148148
149149
- name: Upload test reports
150-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
150+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
151151
if: always()
152152
with:
153153
name: test-reports
@@ -173,13 +173,13 @@ jobs:
173173
sparse-checkout-cone-mode: false
174174

175175
- name: Download test artifacts
176-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
176+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
177177
with:
178178
name: test-reports
179179

180180
- name: Upload to codecov.io
181181
id: upload-to-codecov
182-
uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
182+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
183183
continue-on-error: true
184184
with:
185185
files: coverage.xml

0 commit comments

Comments
 (0)