Skip to content

Commit 603ef8d

Browse files
Merge branch 'main' into brant/move-event-integrations-to-dirt
2 parents be7ee0d + 67534e2 commit 603ef8d

File tree

100 files changed

+456
-1381
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+456
-1381
lines changed

.github/workflows/_move_edd_db_scripts.yml

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

4040
- name: Check out branch
41-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
41+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
4242
with:
4343
token: ${{ steps.retrieve-secrets.outputs.github-pat-bitwarden-devops-bot-repo-scope }}
4444
persist-credentials: false
@@ -68,7 +68,7 @@ jobs:
6868
if: ${{ needs.setup.outputs.copy_edd_scripts == 'true' }}
6969
steps:
7070
- name: Check out repo
71-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
71+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
7272
with:
7373
fetch-depth: 0
7474
persist-credentials: true

.github/workflows/build.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-22.04
2626
steps:
2727
- name: Check out repo
28-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
28+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2929
with:
3030
ref: ${{ github.event.pull_request.head.sha }}
3131
persist-credentials: false
@@ -102,7 +102,7 @@ jobs:
102102
echo "has_secrets=$has_secrets" >> "$GITHUB_OUTPUT"
103103
104104
- name: Check out repo
105-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
105+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
106106
with:
107107
ref: ${{ github.event.pull_request.head.sha }}
108108
persist-credentials: false
@@ -123,7 +123,7 @@ jobs:
123123
uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
124124

125125
- name: Set up Node
126-
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
126+
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
127127
with:
128128
cache: "npm"
129129
cache-dependency-path: "**/package-lock.json"
@@ -169,10 +169,10 @@ jobs:
169169

170170
########## Set up Docker ##########
171171
- name: Set up QEMU emulators
172-
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
172+
uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0
173173

174174
- name: Set up Docker Buildx
175-
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
175+
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
176176

177177
########## ACRs ##########
178178
- name: Log in to Azure
@@ -246,7 +246,7 @@ jobs:
246246

247247
- name: Install Cosign
248248
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/main'
249-
uses: sigstore/cosign-installer@3454372f43399081ed03b604cb2d021dabca52bb # v3.8.2
249+
uses: sigstore/cosign-installer@7e8b541eb2e61bf99390e1afd4be13a184e9ebc5 # v3.10.1
250250

251251
- name: Sign image with Cosign
252252
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/main'
@@ -264,7 +264,7 @@ jobs:
264264
265265
- name: Scan Docker image
266266
id: container-scan
267-
uses: anchore/scan-action@f6601287cdb1efc985d6b765bbf99cb4c0ac29d8 # v7.0.0
267+
uses: anchore/scan-action@3c9a191a0fbab285ca6b8530b5de5a642cba332f # v7.2.2
268268
with:
269269
image: ${{ steps.image-tags.outputs.primary_tag }}
270270
fail-build: false
@@ -289,7 +289,7 @@ jobs:
289289
actions: read
290290
steps:
291291
- name: Check out repo
292-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
292+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
293293
with:
294294
ref: ${{ github.event.pull_request.head.sha }}
295295
persist-credentials: false
@@ -416,7 +416,7 @@ jobs:
416416
- win-x64
417417
steps:
418418
- name: Check out repo
419-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
419+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
420420
with:
421421
ref: ${{ github.event.pull_request.head.sha }}
422422
persist-credentials: false
@@ -481,7 +481,7 @@ jobs:
481481
uses: bitwarden/gh-actions/azure-logout@main
482482

483483
- name: Generate GH App token
484-
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
484+
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
485485
id: app-token
486486
with:
487487
app-id: ${{ steps.get-kv-secrets.outputs.BW-GHAPP-ID }}
@@ -531,7 +531,7 @@ jobs:
531531
uses: bitwarden/gh-actions/azure-logout@main
532532

533533
- name: Generate GH App token
534-
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
534+
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
535535
id: app-token
536536
with:
537537
app-id: ${{ steps.get-kv-secrets.outputs.BW-GHAPP-ID }}

.github/workflows/cleanup-rc-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: bitwarden/gh-actions/azure-logout@main
3232

3333
- name: Checkout main
34-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
34+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3535
with:
3636
ref: main
3737
token: ${{ steps.retrieve-bot-secrets.outputs.github-pat-bitwarden-devops-bot-repo-scope }}

.github/workflows/code-references.yml

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

3737
steps:
3838
- name: Check out repository
39-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
39+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
4040
with:
4141
persist-credentials: false
4242

@@ -59,7 +59,7 @@ jobs:
5959

6060
- name: Collect
6161
id: collect
62-
uses: launchdarkly/find-code-references@e3e9da201b87ada54eb4c550c14fb783385c5c8a # v2.13.0
62+
uses: launchdarkly/find-code-references@89a7d362d1d4b3725fe0fe0ccd0dc69e3bdcba58 # v2.14.0
6363
with:
6464
accessToken: ${{ steps.get-kv-secrets.outputs.LD-ACCESS-TOKEN }}
6565
projKey: default

.github/workflows/load-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,15 @@ jobs:
8787
datadog/agent:7-full@sha256:7ea933dec3b8baa8c19683b1c3f6f801dbf3291f748d9ed59234accdaac4e479
8888
8989
- name: Check out repo
90-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
90+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
9191
with:
9292
persist-credentials: false
9393

9494
- name: Set up k6
9595
uses: grafana/setup-k6-action@ffe7d7290dfa715e48c2ccc924d068444c94bde2 # v1.1.0
9696

9797
- name: Run k6 tests
98-
uses: grafana/run-k6-action@c6b79182b9b666aa4f630f4a6be9158ead62536e # v1.2.0
98+
uses: grafana/run-k6-action@a15e2072ede004e8d46141e33d7f7dad8ad08d9d # v1.3.1
9999
continue-on-error: false
100100
env:
101101
K6_OTEL_METRIC_PREFIX: k6_

.github/workflows/protect-files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
label: "DB-migrations-changed"
3232
steps:
3333
- name: Check out repo
34-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
34+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3535
with:
3636
fetch-depth: 2
3737
persist-credentials: false

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ jobs:
9191
- project_name: Nginx
9292
- project_name: Notifications
9393
- project_name: Scim
94-
- project_name: Server
9594
- project_name: Setup
9695
- project_name: Sso
9796
steps:
@@ -106,7 +105,7 @@ jobs:
106105
echo "Github Release Option: $RELEASE_OPTION"
107106
108107
- name: Check out repo
109-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
108+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
110109
with:
111110
fetch-depth: 0
112111
persist-credentials: false

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
fi
4040
4141
- name: Check out repo
42-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
42+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
4343
with:
4444
fetch-depth: 0
4545
persist-credentials: false
@@ -89,7 +89,7 @@ jobs:
8989

9090
- name: Create release
9191
if: ${{ inputs.release_type != 'Dry Run' }}
92-
uses: ncipollo/release-action@440c8c1cb0ed28b9f43e4d1d670870f059653174 # v1.16.0
92+
uses: ncipollo/release-action@b7eabc95ff50cbeeedec83973935c8f306dfcd0b # v1.20.0
9393
with:
9494
artifacts: "docker-stub-US.zip,
9595
docker-stub-EU.zip,

.github/workflows/repository-management.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,15 +83,15 @@ jobs:
8383
version: ${{ inputs.version_number_override }}
8484

8585
- name: Generate GH App token
86-
uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
86+
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
8787
id: app-token
8888
with:
8989
app-id: ${{ steps.get-kv-secrets.outputs.BW-GHAPP-ID }}
9090
private-key: ${{ steps.get-kv-secrets.outputs.BW-GHAPP-KEY }}
9191
permission-contents: write
9292

9393
- name: Check out branch
94-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
94+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
9595
with:
9696
ref: main
9797
token: ${{ steps.app-token.outputs.token }}
@@ -207,15 +207,15 @@ jobs:
207207
uses: bitwarden/gh-actions/azure-logout@main
208208

209209
- name: Generate GH App token
210-
uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
210+
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
211211
id: app-token
212212
with:
213213
app-id: ${{ steps.get-kv-secrets.outputs.BW-GHAPP-ID }}
214214
private-key: ${{ steps.get-kv-secrets.outputs.BW-GHAPP-KEY }}
215215
permission-contents: write
216216

217217
- name: Check out target ref
218-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
218+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
219219
with:
220220
ref: ${{ inputs.target_ref }}
221221
token: ${{ steps.app-token.outputs.token }}

.github/workflows/test-database.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
checks: write
4545
steps:
4646
- name: Check out repo
47-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
47+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
4848
with:
4949
persist-credentials: false
5050

@@ -156,7 +156,7 @@ jobs:
156156
run: 'docker logs "$(docker ps --quiet --filter "name=mssql")"'
157157

158158
- name: Report test results
159-
uses: dorny/test-reporter@890a17cecf52a379fc869ab770a71657660be727 # v2.1.0
159+
uses: dorny/test-reporter@fe45e9537387dac839af0d33ba56eed8e24189e8 # v2.3.0
160160
if: ${{ github.event.pull_request.head.repo.full_name == github.repository && !cancelled() }}
161161
with:
162162
name: Test Results
@@ -165,7 +165,7 @@ jobs:
165165
fail-on-error: true
166166

167167
- name: Upload to codecov.io
168-
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
168+
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
169169

170170
- name: Docker Compose down
171171
if: always()
@@ -178,7 +178,7 @@ jobs:
178178
runs-on: ubuntu-22.04
179179
steps:
180180
- name: Check out repo
181-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
181+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
182182
with:
183183
persist-credentials: false
184184

@@ -269,7 +269,7 @@ jobs:
269269

270270
steps:
271271
- name: Check out repo
272-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
272+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
273273
with:
274274
fetch-depth: 0
275275
persist-credentials: false

0 commit comments

Comments
 (0)