diff --git a/.codegen.json b/.codegen.json index 3a498ab8f..1eac0315c 100644 --- a/.codegen.json +++ b/.codegen.json @@ -1 +1 @@ -{ "engineHash": "e392e8c", "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 }}