diff --git a/.github/workflows/custom-test.yml b/.github/workflows/custom-test.yml index 9b457af3..218b4b86 100644 --- a/.github/workflows/custom-test.yml +++ b/.github/workflows/custom-test.yml @@ -141,7 +141,7 @@ jobs: needs: [sigstore-python] steps: - name: Set up JDK - uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2 + uses: actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4.3.0 with: java-version: 17 distribution: 'temurin'