diff --git a/.github/workflows/container-publish.yml b/.github/workflows/container-publish.yml index 3acb733..999b61b 100644 --- a/.github/workflows/container-publish.yml +++ b/.github/workflows/container-publish.yml @@ -67,7 +67,7 @@ jobs: type=semver,pattern=v{{major}}.{{minor}},value=${{ inputs.version }} - name: Build & Publish Container ${{ env.IMAGE_NAME }} - uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0 + uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0 id: build with: file: "${{ inputs.container-file }}" diff --git a/.github/workflows/container-security.yml b/.github/workflows/container-security.yml index 7c042bb..4fcb0f8 100644 --- a/.github/workflows/container-security.yml +++ b/.github/workflows/container-security.yml @@ -41,7 +41,7 @@ jobs: uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0 - name: Build Initial Container - uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0 + uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0 id: build with: file: "${{ inputs.container-file }}" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1cfb4e1..d2b5c46 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: uses: actions/checkout@v4 - name: "Patch Release Me" - uses: 42ByteLabs/patch-release-me@f950db6bce09f2156a5f2d1cc86ac60ed1663a9e # 0.5.3 + uses: 42ByteLabs/patch-release-me@e6f9961bd38e8e482fb4167f30b5516641e8b887 # 0.5.5 with: mode: ${{ github.event.inputs.bump }}