Skip to content

Commit 57818db

Browse files
committed
chore(deps): update hydra to v4 (major)
GitOrigin-RevId: fea1eaff028d1cc45ea6b11617038a89cf45b0ec
1 parent ae65101 commit 57818db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cve-scan.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
echo "SHA_SHORT=${SHA_SHORT}" >> "${GITHUB_ENV}"
4444
echo "IMAGE_NAME=${IMAGE_NAME}" >> "${GITHUB_ENV}"
4545
- name: Set up QEMU
46-
uses: docker/setup-qemu-action@v3
46+
uses: docker/setup-qemu-action@v4
4747
- name: Set up Docker Buildx
4848
uses: docker/setup-buildx-action@v3
4949
- name: Build images
@@ -52,7 +52,7 @@ jobs:
5252
IMAGE_TAG="${{ env.SHA_SHORT }}" make docker
5353
5454
- name: Login to GitHub Container Registry
55-
uses: docker/login-action@v3
55+
uses: docker/login-action@v4
5656
with:
5757
registry: ghcr.io
5858
username: ${{ github.actor }}

0 commit comments

Comments
 (0)