From 07219567f4713b54c00286ca7a5843602f0eed02 Mon Sep 17 00:00:00 2001 From: Josh Hunt Date: Thu, 18 Sep 2025 19:09:04 +0100 Subject: [PATCH] Chore: Fix NPM workflow (#111325) --- .github/workflows/release-npm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-npm.yml b/.github/workflows/release-npm.yml index 284e7558f03..089bb63b6c4 100644 --- a/.github/workflows/release-npm.yml +++ b/.github/workflows/release-npm.yml @@ -108,7 +108,7 @@ jobs: run: ./scripts/validate-npm-packages.sh - name: Debug OIDC Claims - uses: github/actions-oidc-debugger@018a1dc4f8e47adca924d55e4bb0ddce917af32d + uses: github/actions-oidc-debugger@2e9ba5d3f4bebaad1f91a2cede055115738b7ae8 with: audience: '${{ github.server_url }}/${{ github.repository_owner }}'