chore(deps): bump the actions-deps group with 2 updates (#2243)
Some checks failed
Glean probe-scraper / glean-probe-scraper (push) Has been cancelled
Main Workflow - Lint, Build, Test / python-env (push) Has been cancelled
Main Workflow - Lint, Build, Test / rust-env (push) Has been cancelled
Main Workflow - Lint, Build, Test / python-checks (push) Has been cancelled
Main Workflow - Lint, Build, Test / rust-checks (push) Has been cancelled
Main Workflow - Lint, Build, Test / clippy (mysql) (push) Has been cancelled
Main Workflow - Lint, Build, Test / clippy (postgres) (push) Has been cancelled
Main Workflow - Lint, Build, Test / clippy (spanner) (push) Has been cancelled
Main Workflow - Lint, Build, Test / clippy-release (mysql) (push) Has been cancelled
Main Workflow - Lint, Build, Test / clippy-release (postgres) (push) Has been cancelled
Main Workflow - Lint, Build, Test / clippy-release (spanner) (push) Has been cancelled
Main Workflow - Lint, Build, Test / build-and-unit-test-postgres (push) Has been cancelled
Main Workflow - Lint, Build, Test / build-postgres-image (push) Has been cancelled
Main Workflow - Lint, Build, Test / postgres-e2e-tests (push) Has been cancelled
Main Workflow - Lint, Build, Test / build-and-unit-test-mysql (push) Has been cancelled
Main Workflow - Lint, Build, Test / build-mysql-image (push) Has been cancelled
Main Workflow - Lint, Build, Test / mysql-e2e-tests (push) Has been cancelled
Main Workflow - Lint, Build, Test / build-and-unit-test-spanner (push) Has been cancelled
Main Workflow - Lint, Build, Test / build-spanner-image (push) Has been cancelled
Main Workflow - Lint, Build, Test / spanner-e2e-tests (push) Has been cancelled
Build, Tag and Push Container Images to GAR / check (push) Has been cancelled
Build, Tag and Push Container Images to GAR / build-and-push-syncstorage-rs (push) Has been cancelled
Build, Tag and Push Container Images to GAR / build-and-push-syncserver-postgres (push) Has been cancelled
Build, Tag and Push Container Images to GAR / build-and-push-syncstorage-rs-spanner-python-utils (push) Has been cancelled
Build, Tag and Push Container Images to GAR / build-and-push-syncserver-postgres-python-utils (push) Has been cancelled
Build, Tag and Push Container Images to GAR / build-and-push-syncserver-mysql (push) Has been cancelled
Publish Sync docs to pages / build-mdbook (push) Has been cancelled
Publish Sync docs to pages / build-openapi (push) Has been cancelled
Publish Sync docs to pages / combine-and-prepare (push) Has been cancelled
Publish Sync docs to pages / deploy (push) Has been cancelled

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](fec17297f9...2214f8a993)

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](724024e7cf...29672c52a8)

---
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>
This commit is contained in:
dependabot[bot] 2026-04-27 11:52:10 +03:00 committed by GitHub
parent 636977406a
commit 030288eae4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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