From e2bfd5f3ed98c1f739e0a048c962751213192a21 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 07:33:16 +0000 Subject: [PATCH] chore(deps): update github-actions to v7 - workflows - .github/workflows/e2e.yml --- .github/workflows/docker-publish.yml | 2 +- .github/workflows/e2e.yml | 2 +- .github/workflows/pr-lint.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 35e0adc30..45331d65a 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -36,7 +36,7 @@ jobs: - name: Build and Publish Docker Image if: github.repository == 'finos/git-proxy' - uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6 + uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7 with: context: . file: Dockerfile diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index b52da250f..43e1de37a 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -66,7 +66,7 @@ jobs: run: docker compose logs git-proxy --tail=100 - name: Upload Cypress screenshots on failure - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 if: failure() with: name: cypress-screenshots diff --git a/.github/workflows/pr-lint.yml b/.github/workflows/pr-lint.yml index 56d47a6a3..3fb9c597a 100644 --- a/.github/workflows/pr-lint.yml +++ b/.github/workflows/pr-lint.yml @@ -44,6 +44,6 @@ jobs: revert test break - - uses: release-drafter/release-drafter@6a93d829887aa2e0748befe2e808c66c0ec6e4c7 # v6 + - uses: release-drafter/release-drafter@139054aeaa9adc52ab36ddf67437541f039b88e2 # v7 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}