From 5be3a42a476139261f986be3eda6066e3a8845d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 22:54:23 +0000 Subject: [PATCH 1/3] Bump cla-assistant/github-action from 2.1.1.pre.beta to 2.6.1 Bumps [cla-assistant/github-action](https://github.com/cla-assistant/github-action) from 2.1.1.pre.beta to 2.6.1. - [Release notes](https://github.com/cla-assistant/github-action/releases) - [Commits](https://github.com/cla-assistant/github-action/compare/v2.1.1-beta...v2.6.1) --- updated-dependencies: - dependency-name: cla-assistant/github-action dependency-version: 2.6.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/cla.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index 524da33..63766ff 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -15,7 +15,7 @@ jobs: steps: - name: "CLA Assistant" if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request' - uses: cla-assistant/github-action@v2.1.1-beta + uses: cla-assistant/github-action@v2.6.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} PERSONAL_ACCESS_TOKEN: ${{ secrets.OSS_CONTRIBUTOR_LICENSE_AGREEMENT }} From b7fe2044cf7fb0fcc119d648dc36fac5bc1914f0 Mon Sep 17 00:00:00 2001 From: Tim Dittler Date: Fri, 6 Feb 2026 15:12:57 +0100 Subject: [PATCH 2/3] Add catalog-info.yaml for Backstage Co-Authored-By: opencode --- catalog-info.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 catalog-info.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 0000000..d808a2e --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,15 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: bigquery-github-action + description: GitHub Action for writing data into BigQuery from within a Github workflow + annotations: + github.com/project-slug: Staffbase/bigquery-github-action + github.com/team-slug: Staffbase/pokemon + tags: + - github-action + - bash +spec: + type: library + lifecycle: production + owner: pokemon From e8609a359a38198170d97a2c1ca8942bbc2517b9 Mon Sep 17 00:00:00 2001 From: Tim Dittler Date: Fri, 6 Feb 2026 15:16:50 +0100 Subject: [PATCH 3/3] Align catalog-info.yaml with gitops-github-action style and add timdittler to CLA allowlist Co-Authored-By: opencode --- .github/workflows/cla.yml | 2 +- catalog-info.yaml | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index 63766ff..fa21e94 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -25,4 +25,4 @@ jobs: # branch should not be protected branch: 'signatures' # no allowlist currently - allowlist: flaxel,jreimone,*bot* + allowlist: flaxel,jreimone,timdittler,*bot* diff --git a/catalog-info.yaml b/catalog-info.yaml index d808a2e..eb11224 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -5,11 +5,9 @@ metadata: description: GitHub Action for writing data into BigQuery from within a Github workflow annotations: github.com/project-slug: Staffbase/bigquery-github-action - github.com/team-slug: Staffbase/pokemon tags: - github-action - - bash + - infrastructure spec: - type: library + type: other lifecycle: production - owner: pokemon