From be3671b52e1d37da631749edb0dee433b89dabeb Mon Sep 17 00:00:00 2001 From: Brendan Kellam Date: Mon, 10 Aug 2026 09:51:39 -0700 Subject: [PATCH 1/3] fix: allow automated license audits --- .github/workflows/license-audit.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/license-audit.yml b/.github/workflows/license-audit.yml index 5a4d6ae47..b7ad8c67d 100644 --- a/.github/workflows/license-audit.yml +++ b/.github/workflows/license-audit.yml @@ -54,6 +54,7 @@ jobs: - name: Audit licenses with Claude uses: anthropics/claude-code-action@v1 with: + allowed_bots: "github-actions" anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} claude_args: '--allowedTools "Bash,Read,Write,Glob,Grep,WebFetch"' prompt: ${{ steps.read-prompt.outputs.PROMPT }} From 777dd0f317af800b760bd0680a4a960fe4bf1800 Mon Sep 17 00:00:00 2001 From: Brendan Kellam Date: Mon, 10 Aug 2026 09:52:28 -0700 Subject: [PATCH 2/3] docs: add changelog entry for #1559 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3335d4cd..e6c9604cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [EE] Fixed Ask MCP connector tools failing to load when their input schemas use JSON Schema 2019-09 or 2020-12. [#1547](https://github.com/sourcebot-dev/sourcebot/pull/1547) - Upgraded `js-yaml` to `^4.3.1`. [#1552](https://github.com/sourcebot-dev/sourcebot/pull/1552) - Upgraded `reo-census` to `^1.2.10` in `setup-sourcebot`. [#1554](https://github.com/sourcebot-dev/sourcebot/pull/1554) +- Allowed license audits to run when triggered by GitHub Actions. [#1559](https://github.com/sourcebot-dev/sourcebot/pull/1559) ## [5.1.5] - 2026-07-31 From 6615fb98a01bc95650de87f09450b7b93e0e162d Mon Sep 17 00:00:00 2001 From: Brendan Kellam Date: Mon, 10 Aug 2026 10:00:50 -0700 Subject: [PATCH 3/3] Remove license audit entry from CHANGELOG Removed entry about allowing license audits to run via GitHub Actions. --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6c9604cc..a3335d4cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,7 +28,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [EE] Fixed Ask MCP connector tools failing to load when their input schemas use JSON Schema 2019-09 or 2020-12. [#1547](https://github.com/sourcebot-dev/sourcebot/pull/1547) - Upgraded `js-yaml` to `^4.3.1`. [#1552](https://github.com/sourcebot-dev/sourcebot/pull/1552) - Upgraded `reo-census` to `^1.2.10` in `setup-sourcebot`. [#1554](https://github.com/sourcebot-dev/sourcebot/pull/1554) -- Allowed license audits to run when triggered by GitHub Actions. [#1559](https://github.com/sourcebot-dev/sourcebot/pull/1559) ## [5.1.5] - 2026-07-31