From 679e625c8172fb901f8da851f4ed35b50a5edc18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 15:24:08 +0000 Subject: [PATCH 1/2] build(deps): bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/code_checks.yml | 2 +- .github/workflows/collect-metrics.yml | 2 +- .github/workflows/deploy-catalog-analytics.yml | 2 +- .github/workflows/deploy-catalog-gcp.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/code_checks.yml b/.github/workflows/code_checks.yml index 354abd2..6189983 100644 --- a/.github/workflows/code_checks.yml +++ b/.github/workflows/code_checks.yml @@ -29,7 +29,7 @@ jobs: run-code-check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install uv uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 diff --git a/.github/workflows/collect-metrics.yml b/.github/workflows/collect-metrics.yml index 7845d5b..c44cb18 100644 --- a/.github/workflows/collect-metrics.yml +++ b/.github/workflows/collect-metrics.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: # Use default fetch for faster checkout fetch-depth: 1 diff --git a/.github/workflows/deploy-catalog-analytics.yml b/.github/workflows/deploy-catalog-analytics.yml index 77ea506..b183178 100644 --- a/.github/workflows/deploy-catalog-analytics.yml +++ b/.github/workflows/deploy-catalog-analytics.yml @@ -36,7 +36,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Free up disk space run: | diff --git a/.github/workflows/deploy-catalog-gcp.yml b/.github/workflows/deploy-catalog-gcp.yml index eff5db1..69cbb78 100644 --- a/.github/workflows/deploy-catalog-gcp.yml +++ b/.github/workflows/deploy-catalog-gcp.yml @@ -35,7 +35,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup Node.js uses: actions/setup-node@v6 From 90e19d3fa573c9cbff96b0e3226eb1995da4e46a Mon Sep 17 00:00:00 2001 From: "aieng-bot[bot]" Date: Tue, 23 Jun 2026 01:01:03 +0000 Subject: [PATCH 2/2] fix: add missing end-of-file newlines to JSON data files Co-authored-by: aieng-bot --- catalog/public/data/github_metrics.json | 2 +- catalog/public/data/github_metrics_history.json | 2 +- catalog/public/data/pypi_metrics.json | 2 +- catalog/public/data/pypi_metrics_history.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/catalog/public/data/github_metrics.json b/catalog/public/data/github_metrics.json index 950ea38..08ad131 100644 --- a/catalog/public/data/github_metrics.json +++ b/catalog/public/data/github_metrics.json @@ -930,4 +930,4 @@ } }, "last_updated": "2026-06-22T13:48:39.298518+00:00" -} \ No newline at end of file +} diff --git a/catalog/public/data/github_metrics_history.json b/catalog/public/data/github_metrics_history.json index 287497e..f7981d5 100644 --- a/catalog/public/data/github_metrics_history.json +++ b/catalog/public/data/github_metrics_history.json @@ -32906,4 +32906,4 @@ } }, "last_updated": "2026-06-22T13:48:38.573073+00:00" -} \ No newline at end of file +} diff --git a/catalog/public/data/pypi_metrics.json b/catalog/public/data/pypi_metrics.json index b1f8627..1cca589 100644 --- a/catalog/public/data/pypi_metrics.json +++ b/catalog/public/data/pypi_metrics.json @@ -171,4 +171,4 @@ } }, "last_updated": "2026-06-22T13:48:56.892200+00:00" -} \ No newline at end of file +} diff --git a/catalog/public/data/pypi_metrics_history.json b/catalog/public/data/pypi_metrics_history.json index eebf776..6b894f1 100644 --- a/catalog/public/data/pypi_metrics_history.json +++ b/catalog/public/data/pypi_metrics_history.json @@ -3021,4 +3021,4 @@ } }, "last_updated": "2026-06-22T13:48:55.715753+00:00" -} \ No newline at end of file +}