diff --git a/.github/workflows/npm_release.yml b/.github/workflows/npm_release.yml index c3cdd65e5..e25d4d044 100644 --- a/.github/workflows/npm_release.yml +++ b/.github/workflows/npm_release.yml @@ -38,7 +38,7 @@ jobs: with: node-version: 22 registry-url: "https://registry.npmjs.org" - - uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5.1.0 + - uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0 with: distribution: "temurin" java-version: "21" @@ -108,7 +108,7 @@ jobs: with: node-version: 22 registry-url: "https://registry.npmjs.org" - - uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5.1.0 + - uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0 with: distribution: "temurin" java-version: "21" diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index f503e34cb..c279c1680 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -29,7 +29,7 @@ jobs: with: node-version: 22 registry-url: "https://registry.npmjs.org" - - uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5.1.0 + - uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0 with: distribution: "temurin" java-version: "21" @@ -93,7 +93,7 @@ jobs: with: node-version: 22 registry-url: "https://registry.npmjs.org" - - uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5.1.0 + - uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0 with: distribution: "temurin" java-version: "21"