diff --git a/.github/workflows/_docker-native.yml b/.github/workflows/_docker-native.yml index c673b2a..88489db 100644 --- a/.github/workflows/_docker-native.yml +++ b/.github/workflows/_docker-native.yml @@ -199,7 +199,7 @@ jobs: - name: Log in to GitHub Container Registry if: github.event_name == 'push' && github.ref == 'refs/heads/main' - uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4 + uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/_docker.yml b/.github/workflows/_docker.yml index f96f880..0baaf80 100644 --- a/.github/workflows/_docker.yml +++ b/.github/workflows/_docker.yml @@ -32,7 +32,7 @@ jobs: uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Set up Java 25 - uses: actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # v5 + uses: actions/setup-java@03ad4de0992f5dab5e18fcb136590ce7c4a0ac95 # v5 with: distribution: temurin java-version: '25' @@ -169,7 +169,7 @@ jobs: - name: Log in to GitHub Container Registry if: github.event_name == 'push' && github.ref == 'refs/heads/main' - uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4 + uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/_release.yml b/.github/workflows/_release.yml index 3fc74a9..e8cf7a7 100644 --- a/.github/workflows/_release.yml +++ b/.github/workflows/_release.yml @@ -35,7 +35,7 @@ jobs: fetch-depth: 0 - name: Set up Java 25 - uses: actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # v5 + uses: actions/setup-java@03ad4de0992f5dab5e18fcb136590ce7c4a0ac95 # v5 with: distribution: temurin java-version: '25' @@ -174,7 +174,7 @@ jobs: echo "url=$url" >> "$GITHUB_OUTPUT" - name: Create GitHub release - uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3 + uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3 with: tag_name: ${{ inputs.tag }} name: ${{ inputs.tag }} diff --git a/.github/workflows/_test.yml b/.github/workflows/_test.yml index db4441a..a95de1d 100644 --- a/.github/workflows/_test.yml +++ b/.github/workflows/_test.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Set up Java 25 - uses: actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # v5 + uses: actions/setup-java@03ad4de0992f5dab5e18fcb136590ce7c4a0ac95 # v5 with: distribution: temurin java-version: '25'