From ac8417eafd7549d994a3128d884876793f5b0fb3 Mon Sep 17 00:00:00 2001 From: Alec Jacobs Date: Wed, 19 Aug 2026 09:29:24 -0700 Subject: [PATCH 1/2] ci: bump actions workflows Signed-off-by: Alec Jacobs --- .github/workflows/verify-build-and-tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/verify-build-and-tests.yml b/.github/workflows/verify-build-and-tests.yml index d6d6d2d..2a29ab2 100644 --- a/.github/workflows/verify-build-and-tests.yml +++ b/.github/workflows/verify-build-and-tests.yml @@ -8,7 +8,7 @@ on: jobs: verify: - runs-on: ubuntu-latest + runs-on: ubuntu-latest-large strategy: fail-fast: false # dont have failures in one node version cancel tests in another @@ -16,12 +16,12 @@ jobs: node-version: [20.x] # TODO: add 22.x after upgrade to backstage 1.33 https://github.com/backstage/backstage/issues/27626#issuecomment-2476133326 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: fetch-depth: '0' - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v4 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: ${{ matrix.node-version }} From e50429c08e4441c136252e712004af46f00e1dda Mon Sep 17 00:00:00 2001 From: Alec Jacobs Date: Wed, 19 Aug 2026 09:44:22 -0700 Subject: [PATCH 2/2] chore: update CODEOWNERS Signed-off-by: Alec Jacobs --- CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index 0f26528..c2a5bb2 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1 +1 @@ -* @segmentio/dg-devex-team +* @segmentio/backstage-maintainers