diff --git a/.github/workflows/publish-docker.yml b/.github/workflows/publish-docker.yml index 5b010e2..c09448c 100644 --- a/.github/workflows/publish-docker.yml +++ b/.github/workflows/publish-docker.yml @@ -71,7 +71,7 @@ jobs: - name: Login to GHCR if: github.event_name != 'pull_request' || contains(github.event.pull_request.labels.*.name, 'ok-to-image') - uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2 + uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 3dea494..5e7db71 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -21,14 +21,14 @@ jobs: runs-on: ubuntu-latest steps: # Labels PRs based on branch, title, files, and body patterns - - uses: release-drafter/release-drafter/autolabeler@eada3c96a64734dd381cfbda23511034e328ddb0 # v7.6.0 + - uses: release-drafter/release-drafter/autolabeler@34d80673e067bdc0c24568d3af899c216adcfaa9 # v7.7.0 if: github.event_name == 'pull_request_target' with: config-name: release-drafter.yml token: ${{ secrets.GITHUB_TOKEN }} # Drafts your next Release notes as Pull Requests are merged into "main" # or a release branch - - uses: release-drafter/release-drafter@eada3c96a64734dd381cfbda23511034e328ddb0 # v7.6.0 + - uses: release-drafter/release-drafter@34d80673e067bdc0c24568d3af899c216adcfaa9 # v7.7.0 with: config-name: release-drafter.yml token: ${{ secrets.GITHUB_TOKEN }}