Skip to content

Commit 59b3f4f

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/dependency-review-action-4.9.0
2 parents 0c74184 + e58deff commit 59b3f4f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docker-build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
set -euo pipefail
5959
IFS=$'\n\t'
6060
docker compose -f docker-compose.test.yml run sut
61-
- uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
61+
- uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
6262
if: github.ref == 'refs/heads/main'
6363
with:
6464
username: ${{ secrets.DOCKERHUB_USERNAME }}

.github/workflows/docker-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
type=semver,pattern={{major}}.{{minor}}
5151
type=semver,pattern={{major}}
5252
type=sha
53-
- uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
53+
- uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
5454
with:
5555
username: ${{ secrets.DOCKERHUB_USERNAME }}
5656
password: ${{ secrets.DOCKERHUB_TOKEN }}

csv/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN apk upgrade --no-cache \
2626
py3-pip=25.1.1-r1 \
2727
python3=3.12.12-r0 \
2828
sed=4.9-r2 \
29-
yq-go=4.49.2-r3 \
29+
yq-go=4.49.2-r4 \
3030
&& apk cache --no-cache clean \
3131
&& rm -rf /var/cache/apk/*
3232

0 commit comments

Comments
 (0)