Skip to content

Commit 030288e

Browse files
chore(deps): bump the actions-deps group with 2 updates (#2243)
Bumps the actions-deps group with 2 updates: [mozilla/probe-scraper/.github/workflows/glean.yaml](https://github.com/mozilla/probe-scraper) and [dorny/test-reporter](https://github.com/dorny/test-reporter). Updates `mozilla/probe-scraper/.github/workflows/glean.yaml` from fec17297f9132cb71b70f9390fa89384d9ad246e to 2214f8a993af6bd87b7e79da4ad4452a3ba263da - [Release notes](https://github.com/mozilla/probe-scraper/releases) - [Commits](mozilla/probe-scraper@fec1729...2214f8a) Updates `dorny/test-reporter` from 724024e7cfbe0a21f9668fbfe46d47cb9da63140 to 29672c52a8220c09bd9f79b5b6cf6315f1763996 - [Release notes](https://github.com/dorny/test-reporter/releases) - [Changelog](https://github.com/dorny/test-reporter/blob/main/CHANGELOG.md) - [Commits](dorny/test-reporter@724024e...29672c5) --- updated-dependencies: - dependency-name: mozilla/probe-scraper/.github/workflows/glean.yaml dependency-version: 2214f8a993af6bd87b7e79da4ad4452a3ba263da dependency-type: direct:production dependency-group: actions-deps - dependency-name: dorny/test-reporter dependency-version: 29672c52a8220c09bd9f79b5b6cf6315f1763996 dependency-type: direct:production dependency-group: actions-deps ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6369774 commit 030288e

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/glean-probe-scraper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
permissions:
1818
contents: read
1919
checks: write
20-
uses: mozilla/probe-scraper/.github/workflows/glean.yaml@fec17297f9132cb71b70f9390fa89384d9ad246e # v1.0
20+
uses: mozilla/probe-scraper/.github/workflows/glean.yaml@2214f8a993af6bd87b7e79da4ad4452a3ba263da # v1.0

.github/workflows/main-workflow.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ jobs:
383383
SYNC_SYNCSTORAGE__DATABASE_URL: postgresql://test:test@127.0.0.1/syncstorage
384384

385385
- name: Publish Test Report
386-
uses: dorny/test-reporter@724024e7cfbe0a21f9668fbfe46d47cb9da63140
386+
uses: dorny/test-reporter@29672c52a8220c09bd9f79b5b6cf6315f1763996
387387
if: always()
388388
with:
389389
name: Postgres Unit Tests
@@ -511,7 +511,7 @@ jobs:
511511
SYNCSTORAGE_RS_IMAGE: app:build
512512

513513
- name: Publish E2E Test Report
514-
uses: dorny/test-reporter@724024e7cfbe0a21f9668fbfe46d47cb9da63140
514+
uses: dorny/test-reporter@29672c52a8220c09bd9f79b5b6cf6315f1763996
515515
if: always()
516516
with:
517517
name: Postgres E2E Tests
@@ -665,7 +665,7 @@ jobs:
665665
SYNC_SYNCSTORAGE__ENFORCE_QUOTA: 1
666666

667667
- name: Publish Test Report
668-
uses: dorny/test-reporter@724024e7cfbe0a21f9668fbfe46d47cb9da63140
668+
uses: dorny/test-reporter@29672c52a8220c09bd9f79b5b6cf6315f1763996
669669
if: always()
670670
with:
671671
name: MySQL Unit Tests
@@ -794,7 +794,7 @@ jobs:
794794
SYNCSTORAGE_RS_IMAGE: app:build
795795

796796
- name: Publish E2E Test Report
797-
uses: dorny/test-reporter@724024e7cfbe0a21f9668fbfe46d47cb9da63140
797+
uses: dorny/test-reporter@29672c52a8220c09bd9f79b5b6cf6315f1763996
798798
if: always()
799799
with:
800800
name: MySQL E2E Tests
@@ -982,7 +982,7 @@ jobs:
982982
run: make spanner_test_with_coverage
983983

984984
- name: Publish Test Report
985-
uses: dorny/test-reporter@724024e7cfbe0a21f9668fbfe46d47cb9da63140
985+
uses: dorny/test-reporter@29672c52a8220c09bd9f79b5b6cf6315f1763996
986986
if: always()
987987
with:
988988
name: Spanner Unit Tests
@@ -1111,7 +1111,7 @@ jobs:
11111111
SYNCSTORAGE_RS_IMAGE: app:build
11121112

11131113
- name: Publish E2E Test Report
1114-
uses: dorny/test-reporter@724024e7cfbe0a21f9668fbfe46d47cb9da63140
1114+
uses: dorny/test-reporter@29672c52a8220c09bd9f79b5b6cf6315f1763996
11151115
if: always()
11161116
with:
11171117
name: Spanner E2E Tests

0 commit comments

Comments
 (0)