Skip to content

Commit a828135

Browse files
Bump the github-actions-dependency group across 1 directory with 3 updates
Bumps the github-actions-dependency group with 3 updates in the / directory: [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action), [docker/login-action](https://github.com/docker/login-action) and [github/codeql-action](https://github.com/github/codeql-action). Updates `docker/setup-buildx-action` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@4d04d5d...d7f5e7f) Updates `docker/login-action` from 4.1.0 to 4.2.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@4907a6d...650006c) Updates `github/codeql-action` from 4.35.3 to 4.36.0 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@e46ed2c...7211b7c) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependency - dependency-name: docker/setup-buildx-action dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependency - dependency-name: github/codeql-action dependency-version: 4.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependency ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 22d05ed commit a828135

6 files changed

Lines changed: 15 additions & 15 deletions

.github/workflows/dls-build-and-test-deb_pkgs-and-deb_imgs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,11 +134,11 @@ jobs:
134134
# ======================================================== BUILDING PART ========================================================
135135
- name: Set up Docker Buildx
136136
if: needs.setup.outputs.should_run == 'true'
137-
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd #4.0.0
137+
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 #4.1.0
138138

139139
- name: Log in to GitHub Container Registry
140140
if: needs.setup.outputs.should_run == 'true'
141-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 #4.1.0
141+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee #4.2.0
142142
with:
143143
registry: ghcr.io
144144
username: ${{ github.actor }}

.github/workflows/dls-build-dev-docker-images-and-run-unit.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,11 @@ jobs:
106106
107107
- name: Set up Docker Buildx
108108
if: needs.setup.outputs.should_run == 'true'
109-
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd #4.0.0
109+
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 #4.1.0
110110

111111
- name: Log in to GitHub Container Registry
112112
if: needs.setup.outputs.should_run == 'true'
113-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 #4.1.0
113+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee #4.2.0
114114
with:
115115
registry: ghcr.io
116116
username: ${{ github.actor }}

.github/workflows/dls-build-fedora41-images.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ jobs:
6666
6767
- name: Set up Docker Buildx
6868
if: needs.setup.outputs.should_run == 'true'
69-
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd #4.0.0
69+
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 #4.1.0
7070

7171
- name: Log in to GitHub Container Registry
7272
if: needs.setup.outputs.should_run == 'true'
73-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 #4.1.0
73+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee #4.2.0
7474
with:
7575
registry: ghcr.io
7676
username: ${{ github.actor }}

.github/workflows/dls-test-optimizer.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,11 @@ jobs:
131131
# ======================================================== BUILDING PART ========================================================
132132
- name: Set up Docker Buildx
133133
if: matrix.runner_print_label != 'SKIP'
134-
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd #4.0.0
134+
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 #4.1.0
135135

136136
- name: Log in to GitHub Container Registry
137137
if: matrix.runner_print_label != 'SKIP'
138-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 #4.1.0
138+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee #4.2.0
139139
with:
140140
registry: ghcr.io
141141
username: ${{ github.actor }}

.github/workflows/dls-weekly-cached-images.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ jobs:
3737
git submodule update --init thirdparty/spdlog
3838
3939
- name: Set up Docker Buildx
40-
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd #4.0.0
40+
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 #4.1.0
4141

4242
- name: Log in to GitHub Container Registry
43-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 #4.1.0
43+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee #4.2.0
4444
with:
4545
registry: ghcr.io
4646
username: ${{ github.actor }}
@@ -93,10 +93,10 @@ jobs:
9393
git submodule update --init thirdparty/spdlog
9494
9595
- name: Set up Docker Buildx
96-
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd #4.0.0
96+
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 #4.1.0
9797

9898
- name: Log in to GitHub Container Registry
99-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 #4.1.0
99+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee #4.2.0
100100
with:
101101
registry: ghcr.io
102102
username: ${{ github.actor }}
@@ -142,10 +142,10 @@ jobs:
142142
git submodule update --init thirdparty/spdlog
143143
144144
- name: Set up Docker Buildx
145-
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd #4.0.0
145+
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 #4.1.0
146146

147147
- name: Log in to GitHub Container Registry
148-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 #4.1.0
148+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee #4.2.0
149149
with:
150150
registry: ghcr.io
151151
username: ${{ github.actor }}

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ jobs:
4444
retention-days: 5
4545

4646
- name: "Upload to code-scanning"
47-
uses: github/codeql-action/upload-sarif@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3
47+
uses: github/codeql-action/upload-sarif@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
4848
with:
4949
sarif_file: results.sarif

0 commit comments

Comments
 (0)