diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 0acf20b..760dee2 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -35,7 +35,7 @@ jobs: operations-per-run: 100 - name: Cleanup Stale Branches - uses: cbrgm/cleanup-stale-branches-action@91f1334a816bf47232e85ca0f647f1bd82335059 # main + uses: cbrgm/cleanup-stale-branches-action@309fa3a29c6a2a327930dd2bf08c8f1fa5eb80f0 # main with: token: ${{ secrets.GITHUB_TOKEN }} repository: ${{ github.repository }} diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index 70495bb..6499132 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -49,7 +49,7 @@ jobs: - name: Bump Version id: bump-semver - uses: cbrgm/semver-bump-action@837065a7acfa111931c517c695249501f92e2091 # main + uses: cbrgm/semver-bump-action@e396cb59454d32efe659ace48199966d58cbe37f # main with: current-version: ${{ env.latest_tag }} bump-level: ${{ github.event.inputs.bump-level || 'patch' }}