Skip to content

Commit f2ba1be

Browse files
[deps] workflows: Update minor (#596)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Matt Andreko <mandreko@bitwarden.com>
1 parent e524ee4 commit f2ba1be

21 files changed

Lines changed: 47 additions & 47 deletions

.github/workflows/_check-permission.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
should_proceed: ${{ steps.check.outputs.should_proceed }}
3838
steps:
3939
- name: Check out repo
40-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
40+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4141
with:
4242
persist-credentials: false
4343

.github/workflows/_checkmarx.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
steps:
3939
- name: Check out repo
40-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
40+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
4141
with:
4242
ref: ${{ github.event.pull_request.head.sha }}
4343
persist-credentials: false
@@ -60,7 +60,7 @@ jobs:
6060
uses: bitwarden/gh-actions/azure-logout@main
6161

6262
- name: Scan with Checkmarx
63-
uses: checkmarx/ast-github-action@427623bbb54f318e690463e11302a1eb1b9b2b5a # 2.3.25
63+
uses: checkmarx/ast-github-action@21c9298d915983b05efce689a157dbfb826fca53 # 2.3.30
6464
with:
6565
project_name: ${{ github.repository }}
6666
cx_tenant: ${{ steps.get-kv-secrets.outputs.CHECKMARX-TENANT }}
@@ -74,7 +74,7 @@ jobs:
7474
7575
- name: Upload Checkmarx results to GitHub
7676
if: inputs.upload-sarif
77-
uses: github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
77+
uses: github/codeql-action/upload-sarif@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4.31.11
7878
with:
7979
sarif_file: cx_result.sarif
8080
sha: ${{ contains(github.event_name, 'pull_request') && github.event.pull_request.head.sha || github.sha }}

.github/workflows/_ephemeral_environment_manager.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
uses: bitwarden/gh-actions/azure-logout@main
6868

6969
- name: Checkout Ephemeral Environment Charts
70-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
70+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
7171
with:
7272
repository: bitwarden/ephemeral-environment-charts
7373
token: "${{ steps.retrieve-secrets.outputs.github-pat-bitwarden-devops-bot-repo-scope }}"
@@ -109,7 +109,7 @@ jobs:
109109
uses: bitwarden/gh-actions/azure-logout@main
110110

111111
- name: Checkout ${{ inputs.project }}
112-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
112+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
113113
with:
114114
repository: bitwarden/${{ inputs.project }}
115115
ref: ${{ inputs.ephemeral_env_branch }}

.github/workflows/_publish-mobile-github-release.yml

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

5151
steps:
5252
- name: Check out repository
53-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
53+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
5454
with:
5555
fetch-depth: 0
5656
persist-credentials: false
@@ -193,7 +193,7 @@ jobs:
193193
194194
- name: Configure Ruby
195195
if: steps.check_already_processed.outputs.should_skip == 'false'
196-
uses: ruby/setup-ruby@efbf473cab83af4468e8606cc33eca9281bb213f # v1.256.0
196+
uses: ruby/setup-ruby@90be1154f987f4dc0fe0dd0feedac9e473aa4ba8 # v1.286.0
197197
with:
198198
bundler-cache: true
199199

.github/workflows/_respond.yml

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

9191
steps:
9292
- name: Check out repo
93-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
93+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
9494
with:
9595
fetch-depth: 1
9696
ref: ${{ github.event.pull_request.head.sha }}

.github/workflows/_review-code.yml

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

9090
steps:
9191
- name: Check out repo
92-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
92+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
9393
with:
9494
fetch-depth: 0
9595
ref: ${{ github.event.pull_request.head.sha }}

.github/workflows/_sonar.yml

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

4141
steps:
4242
- name: Check out repo
43-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
43+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
4444
with:
4545
fetch-depth: 0
4646
ref: ${{ github.event.pull_request.head.sha }}
@@ -82,7 +82,7 @@ jobs:
8282
8383
- name: Set up Java
8484
if: inputs.sonar-config == 'maven' || inputs.sonar-config == 'dotnet'
85-
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
85+
uses: actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4.8.0
8686
with:
8787
java-version: 17
8888
distribution: "zulu"

.github/workflows/_version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
version: ${{ steps.calculate.outputs.version }}
2626
steps:
2727
- name: Checkout Repo
28-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
28+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2929
with:
3030
fetch-depth: 0
3131
persist-credentials: false

.github/workflows/test-check-permission.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-24.04
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
19+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2020
with:
2121
persist-credentials: false
2222

@@ -44,7 +44,7 @@ jobs:
4444
runs-on: ubuntu-24.04
4545
steps:
4646
- name: Checkout
47-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
47+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4848
with:
4949
persist-credentials: false
5050

@@ -70,7 +70,7 @@ jobs:
7070
runs-on: ubuntu-24.04
7171
steps:
7272
- name: Checkout
73-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
73+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7474
with:
7575
persist-credentials: false
7676

@@ -109,7 +109,7 @@ jobs:
109109
runs-on: ubuntu-24.04
110110
steps:
111111
- name: Checkout
112-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
112+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
113113
with:
114114
persist-credentials: false
115115

.github/workflows/test-container-tag.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
expected: feature-test-special-chars
5151
steps:
5252
- name: Checkout
53-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
53+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5454
with:
5555
persist-credentials: false
5656

@@ -83,7 +83,7 @@ jobs:
8383
runs-on: ubuntu-24.04
8484
steps:
8585
- name: Checkout
86-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
86+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
8787
with:
8888
persist-credentials: false
8989

@@ -145,7 +145,7 @@ jobs:
145145
expected: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
146146
steps:
147147
- name: Checkout
148-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
148+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
149149
with:
150150
persist-credentials: false
151151

0 commit comments

Comments
 (0)