From 030288eae4b58f0b33ac49ce2ee5f07696ff9b41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 11:52:10 +0300 Subject: [PATCH] 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](https://github.com/mozilla/probe-scraper/compare/fec17297f9132cb71b70f9390fa89384d9ad246e...2214f8a993af6bd87b7e79da4ad4452a3ba263da) 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](https://github.com/dorny/test-reporter/compare/724024e7cfbe0a21f9668fbfe46d47cb9da63140...29672c52a8220c09bd9f79b5b6cf6315f1763996) --- 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/glean-probe-scraper.yml | 2 +- .github/workflows/main-workflow.yml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/glean-probe-scraper.yml b/.github/workflows/glean-probe-scraper.yml index 669bec1e..91465063 100644 --- a/.github/workflows/glean-probe-scraper.yml +++ b/.github/workflows/glean-probe-scraper.yml @@ -17,4 +17,4 @@ jobs: permissions: contents: read checks: write - uses: mozilla/probe-scraper/.github/workflows/glean.yaml@fec17297f9132cb71b70f9390fa89384d9ad246e # v1.0 + uses: mozilla/probe-scraper/.github/workflows/glean.yaml@2214f8a993af6bd87b7e79da4ad4452a3ba263da # v1.0 diff --git a/.github/workflows/main-workflow.yml b/.github/workflows/main-workflow.yml index 26583059..498b9f01 100644 --- a/.github/workflows/main-workflow.yml +++ b/.github/workflows/main-workflow.yml @@ -383,7 +383,7 @@ jobs: SYNC_SYNCSTORAGE__DATABASE_URL: postgresql://test:test@127.0.0.1/syncstorage - name: Publish Test Report - uses: dorny/test-reporter@724024e7cfbe0a21f9668fbfe46d47cb9da63140 + uses: dorny/test-reporter@29672c52a8220c09bd9f79b5b6cf6315f1763996 if: always() with: name: Postgres Unit Tests @@ -511,7 +511,7 @@ jobs: SYNCSTORAGE_RS_IMAGE: app:build - name: Publish E2E Test Report - uses: dorny/test-reporter@724024e7cfbe0a21f9668fbfe46d47cb9da63140 + uses: dorny/test-reporter@29672c52a8220c09bd9f79b5b6cf6315f1763996 if: always() with: name: Postgres E2E Tests @@ -665,7 +665,7 @@ jobs: SYNC_SYNCSTORAGE__ENFORCE_QUOTA: 1 - name: Publish Test Report - uses: dorny/test-reporter@724024e7cfbe0a21f9668fbfe46d47cb9da63140 + uses: dorny/test-reporter@29672c52a8220c09bd9f79b5b6cf6315f1763996 if: always() with: name: MySQL Unit Tests @@ -794,7 +794,7 @@ jobs: SYNCSTORAGE_RS_IMAGE: app:build - name: Publish E2E Test Report - uses: dorny/test-reporter@724024e7cfbe0a21f9668fbfe46d47cb9da63140 + uses: dorny/test-reporter@29672c52a8220c09bd9f79b5b6cf6315f1763996 if: always() with: name: MySQL E2E Tests @@ -982,7 +982,7 @@ jobs: run: make spanner_test_with_coverage - name: Publish Test Report - uses: dorny/test-reporter@724024e7cfbe0a21f9668fbfe46d47cb9da63140 + uses: dorny/test-reporter@29672c52a8220c09bd9f79b5b6cf6315f1763996 if: always() with: name: Spanner Unit Tests @@ -1111,7 +1111,7 @@ jobs: SYNCSTORAGE_RS_IMAGE: app:build - name: Publish E2E Test Report - uses: dorny/test-reporter@724024e7cfbe0a21f9668fbfe46d47cb9da63140 + uses: dorny/test-reporter@29672c52a8220c09bd9f79b5b6cf6315f1763996 if: always() with: name: Spanner E2E Tests