From 05026acbefd98588c8e9cbe5cf5151242ef68423 Mon Sep 17 00:00:00 2001 From: "databricks-ci-ghec-1[bot]" <184311507+databricks-ci-ghec-1[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 14:51:01 +0000 Subject: [PATCH] Update SDK to 1b822a4895af8def214d70bcc5ceb13d71e9526e --- .codegen/_openapi_sha | 2 +- .github/workflows/tagging.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.codegen/_openapi_sha b/.codegen/_openapi_sha index e5a903791..f740b34d5 100755 --- a/.codegen/_openapi_sha +++ b/.codegen/_openapi_sha @@ -1 +1 @@ -d09dbd77f5a9560cbb816746773da43a8bdbde08 \ No newline at end of file +1b822a4895af8def214d70bcc5ceb13d71e9526e \ No newline at end of file diff --git a/.github/workflows/tagging.yml b/.github/workflows/tagging.yml index 3fed55cba..df2f6253e 100755 --- a/.github/workflows/tagging.yml +++ b/.github/workflows/tagging.yml @@ -35,7 +35,7 @@ jobs: steps: - name: Generate GitHub App Token id: generate-token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.DECO_SDK_TAGGING_APP_ID }} private-key: ${{ secrets.DECO_SDK_TAGGING_PRIVATE_KEY }}