diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3c13195..9b15489 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -28,7 +28,7 @@ jobs: - name: Calculate version bump id: create_tag - uses: chainguard-dev/actions/git-tag@c69a264ec2a5934c3186c618f368fc1c86f16cff # v1.6.19 + uses: chainguard-dev/actions/git-tag@3b7bbeebc3a5d2bc37aa008350202651c32a26e1 # v1.6.22 with: bump_level: patch dry_run: true diff --git a/.github/workflows/update-apko.yaml b/.github/workflows/update-apko.yaml index 645481d..a926be7 100644 --- a/.github/workflows/update-apko.yaml +++ b/.github/workflows/update-apko.yaml @@ -47,7 +47,7 @@ jobs: echo "create_pr_update=true" >> $GITHUB_OUTPUT # Configure signed commits - - uses: chainguard-dev/actions/setup-gitsign@c69a264ec2a5934c3186c618f368fc1c86f16cff # v1.6.19 + - uses: chainguard-dev/actions/setup-gitsign@3b7bbeebc3a5d2bc37aa008350202651c32a26e1 # v1.6.22 if: ${{ steps.check-diff.outputs.create_pr_update == 'true' }} # Based on usage in https://github.com/chainguard-dev/digestabot/blob/main/action.yml