diff --git a/.github/workflows/release-container.yml b/.github/workflows/release-container.yml index 255bd5c..1a30cbe 100644 --- a/.github/workflows/release-container.yml +++ b/.github/workflows/release-container.yml @@ -22,9 +22,9 @@ jobs: echo "Release version: ${{ github.event.release.tag_name }}" echo "Release published by: ${{ github.event.release.author.login }}" - name: Set up QEMU - uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4 + uses: docker/setup-qemu-action@99012661954931238ded8c8b007157a8430204e1 # v4 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4 + uses: docker/setup-buildx-action@f87e5991a6d7451dcb8d9637bfbc97413f497069 # v4 - name: Log in to the Container registry uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4 with: @@ -45,7 +45,7 @@ jobs: type=sha - name: Build and Push Container id: push - uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7 + uses: docker/build-push-action@c3c9e263c25d99ce0380d002d59b67737d91b0dc # v7 with: context: . platforms: linux/amd64,linux/arm64 diff --git a/.github/workflows/release-internal.yml b/.github/workflows/release-internal.yml index 83d7379..6b23aae 100644 --- a/.github/workflows/release-internal.yml +++ b/.github/workflows/release-internal.yml @@ -22,7 +22,7 @@ jobs: with: fetch-tags: true - name: Release - uses: quike/action-semantic-release@02bd916a684a9e4bfae68c4060d3dc0eef0f2436 # v3.21 + uses: quike/action-semantic-release@e1099e46ec05b37f9a8e6c02fe5e8f2c813e15aa # v3.26 with: debug-mode: true dry-run: false diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 67be6c0..4b7b6c6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,7 @@ jobs: fetch-tags: true - name: Release id: release - uses: quike/action-semantic-release@02bd916a684a9e4bfae68c4060d3dc0eef0f2436 # v3.21 + uses: quike/action-semantic-release@e1099e46ec05b37f9a8e6c02fe5e8f2c813e15aa # v3.26 with: debug-mode: true dry-run: false