Skip to content

Commit 244e17f

Browse files
authored
Merge branch 'weekly' into dependabot/github_actions/weekly/actions/checkout-6
2 parents edf465a + 1e1de60 commit 244e17f

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484

8585
- name: Set up Docker Buildx
8686
# This step sets up Docker Buildx
87-
uses: docker/setup-buildx-action@v3
87+
uses: docker/setup-buildx-action@v4
8888

8989
-
9090
name: Login to GitHub Container Registry

.github/workflows/hadolint.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/checkout@v6
3434

3535
- name: Run hadolint scanning on the controller Dockerfile
36-
uses: hadolint/hadolint-action@54c9adbab1582c2ef04b2016b760714a4bfde3cf
36+
uses: hadolint/hadolint-action@2332a7b74a6de0dda2e2221d575162eba76ba5e5
3737
with:
3838
dockerfile: ./dockerfiles/Dockerfile
3939
format: sarif
@@ -42,7 +42,7 @@ jobs:
4242
no-fail: true
4343

4444
- name: Run hadolint scanning on the maven Dockerfile
45-
uses: hadolint/hadolint-action@54c9adbab1582c2ef04b2016b760714a4bfde3cf
45+
uses: hadolint/hadolint-action@2332a7b74a6de0dda2e2221d575162eba76ba5e5
4646
with:
4747
dockerfile: ./dockerfiles/maven/Dockerfile
4848
format: sarif
@@ -51,7 +51,7 @@ jobs:
5151
no-fail: true
5252

5353
- name: Run hadolint scanning on the multibranch agent Dockerfile
54-
uses: hadolint/hadolint-action@54c9adbab1582c2ef04b2016b760714a4bfde3cf
54+
uses: hadolint/hadolint-action@2332a7b74a6de0dda2e2221d575162eba76ba5e5
5555
with:
5656
dockerfile: ./dockerfiles/multi/Dockerfile
5757
format: sarif
@@ -60,7 +60,7 @@ jobs:
6060
no-fail: true
6161

6262
- name: Run hadolint scanning on the node agent Dockerfile
63-
uses: hadolint/hadolint-action@54c9adbab1582c2ef04b2016b760714a4bfde3cf
63+
uses: hadolint/hadolint-action@2332a7b74a6de0dda2e2221d575162eba76ba5e5
6464
with:
6565
dockerfile: ./dockerfiles/node/Dockerfile
6666
format: sarif
@@ -69,7 +69,7 @@ jobs:
6969
no-fail: true
7070

7171
- name: Run hadolint scanning on the Python agent Dockerfile
72-
uses: hadolint/hadolint-action@54c9adbab1582c2ef04b2016b760714a4bfde3cf
72+
uses: hadolint/hadolint-action@2332a7b74a6de0dda2e2221d575162eba76ba5e5
7373
with:
7474
dockerfile: ./dockerfiles/python/Dockerfile
7575
format: sarif
@@ -78,7 +78,7 @@ jobs:
7878
no-fail: true
7979

8080
- name: Run hadolint scanning on the sidekick Dockerfile
81-
uses: hadolint/hadolint-action@54c9adbab1582c2ef04b2016b760714a4bfde3cf
81+
uses: hadolint/hadolint-action@2332a7b74a6de0dda2e2221d575162eba76ba5e5
8282
with:
8383
dockerfile: ./dockerfiles/sidekick/Dockerfile
8484
format: sarif
@@ -87,7 +87,7 @@ jobs:
8787
no-fail: true
8888

8989
- name: Run hadolint scanning on the Android Dockerfile
90-
uses: hadolint/hadolint-action@54c9adbab1582c2ef04b2016b760714a4bfde3cf
90+
uses: hadolint/hadolint-action@2332a7b74a6de0dda2e2221d575162eba76ba5e5
9191
with:
9292
dockerfile: ./dockerfiles/android/Dockerfile
9393
format: sarif

.github/workflows/label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
pull-requests: write
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/labeler@v5
12+
- uses: actions/labeler@v6
1313
with:
1414
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)