diff --git a/.github/workflows/update-codeql-version.yml b/.github/workflows/update-codeql-version.yml index 45890b9d..7c8612af 100644 --- a/.github/workflows/update-codeql-version.yml +++ b/.github/workflows/update-codeql-version.yml @@ -109,7 +109,7 @@ jobs: - name: Bump release version (optional) if: steps.release_bump.outputs.bump != '' - uses: 42ByteLabs/patch-release-me@04ea0a696abfc3cfbdfadb279bd9c9dd0b1652a2 # 0.6.6 + uses: 42ByteLabs/patch-release-me@431a82795eda94d09b3821da9391c53ab287e84d # 0.6.5 (0.6.6's ghcr.io image was never published; action.yml is byte-identical between the two) with: mode: ${{ steps.release_bump.outputs.bump }} diff --git a/.github/workflows/update-release.yml b/.github/workflows/update-release.yml index 4c87e269..4358008c 100644 --- a/.github/workflows/update-release.yml +++ b/.github/workflows/update-release.yml @@ -31,7 +31,7 @@ jobs: private-key: ${{ secrets.SECLABS_APP_KEY }} - name: "Patch Release Me" - uses: 42ByteLabs/patch-release-me@04ea0a696abfc3cfbdfadb279bd9c9dd0b1652a2 # 0.6.6 + uses: 42ByteLabs/patch-release-me@431a82795eda94d09b3821da9391c53ab287e84d # 0.6.5 (0.6.6's ghcr.io image was never published; see https://github.com/42ByteLabs/patch-release-me/issues - action.yml is byte-identical between the two) with: # Bump (patch) mode: ${{ inputs.mode }}