diff --git a/.github/workflows/cleanup-untagged-images.yml b/.github/workflows/cleanup-untagged-images.yml index 4f7eb1b..fc68c1e 100644 --- a/.github/workflows/cleanup-untagged-images.yml +++ b/.github/workflows/cleanup-untagged-images.yml @@ -11,6 +11,6 @@ jobs: permissions: packages: write steps: - - uses: dataaxiom/ghcr-cleanup-action@cd0cdb900b5dbf3a6f2cc869f0dbb0b8211f50c4 # v1.0.16 + - uses: dataaxiom/ghcr-cleanup-action@d52806a0dc70b430571a37da1fde39733ffd640f # v1.2.2 with: delete-untagged: true diff --git a/.github/workflows/dependabot-automation.yml b/.github/workflows/dependabot-automation.yml index e384ece..b4a0f46 100644 --- a/.github/workflows/dependabot-automation.yml +++ b/.github/workflows/dependabot-automation.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Dependabot metadata id: metadata - uses: dependabot/fetch-metadata@ffa630c65fa7e0ecfa0625b5ceda64399aea1b36 # v3.0.0 + uses: dependabot/fetch-metadata@25dd0e34f4fe68f24cc83900b1fe3fe149efef98 # v3.1.0 - name: Approve PR run: gh pr review --approve "$PR_URL" env: