Skip to content

Commit 4493362

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/dependency-review-action-4.9.0
2 parents 1ec305f + ecfbcb4 commit 4493362

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 }}

.github/workflows/npm-check-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fetch-depth: 1
2323
persist-credentials: false
2424
- name: Set up Node
25-
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
25+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
2626
with:
2727
node-version: 24
2828
- name: Check outdated dependencies

0 commit comments

Comments
 (0)