From 88f0e51e0beafbfca1eb2bbe85083c59f237e1d6 Mon Sep 17 00:00:00 2001 From: box-sdk-build Date: Fri, 12 Jun 2026 01:53:55 -0700 Subject: [PATCH 1/2] chore: Update `.codegen.json` with commit hash of `codegen` and `openapi` spec [skip ci] --- .codegen.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codegen.json b/.codegen.json index 3a498ab8f..37ba0ddf3 100644 --- a/.codegen.json +++ b/.codegen.json @@ -1 +1 @@ -{ "engineHash": "e392e8c", "specHash": "dd7f7a9", "version": "10.14.0" } +{ "engineHash": "b29f419", "specHash": "dd7f7a9", "version": "10.14.0" } From 71aebc1ce373a5c8df41e44616a57e64e0db92b6 Mon Sep 17 00:00:00 2001 From: box-sdk-build Date: Thu, 25 Jun 2026 11:50:53 -0700 Subject: [PATCH 2/2] feat: add direct link to search files by keywords results [PARTNERS-44231] (box/box-codegen#963) --- .codegen.json | 2 +- .github/workflows/fossa.yml | 22 ---------------------- 2 files changed, 1 insertion(+), 23 deletions(-) delete mode 100644 .github/workflows/fossa.yml diff --git a/.codegen.json b/.codegen.json index 37ba0ddf3..1eac0315c 100644 --- a/.codegen.json +++ b/.codegen.json @@ -1 +1 @@ -{ "engineHash": "b29f419", "specHash": "dd7f7a9", "version": "10.14.0" } +{ "engineHash": "6f9492d", "specHash": "dd7f7a9", "version": "10.14.0" } diff --git a/.github/workflows/fossa.yml b/.github/workflows/fossa.yml deleted file mode 100644 index 3da49d58c..000000000 --- a/.github/workflows/fossa.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: FOSSA Scan - -on: - push: - branches: [main, combined-sdk] - pull_request: - branches: [main, combined-sdk] - -permissions: - contents: read - -jobs: - fossa: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v4 - - - uses: fossas/fossa-action@main - with: - api-key: ${{ secrets.FOSSA_API_KEY }} - branch: ${{ github.head_ref || github.ref_name }}