Skip to content

Commit 04d4486

Browse files
ci: bump the actions group across 1 directory with 2 updates
Bumps the actions group with 2 updates in the / directory: [docker/login-action](https://github.com/docker/login-action) and [github/codeql-action](https://github.com/github/codeql-action). Updates `docker/login-action` from 3.4.0 to 3.5.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@74a5d14...184bdaa) Updates `github/codeql-action` from 3.29.4 to 3.29.5 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@4e828ff...51f7732) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: github/codeql-action dependency-version: 3.29.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e00b4ad commit 04d4486

File tree

6 files changed

+20
-20
lines changed

6 files changed

+20
-20
lines changed

.github/workflows/backwards_compatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
pip install .[tests]
7171
7272
- name: Login to GitHub Container Registry
73-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
73+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
7474
with:
7575
registry: ghcr.io
7676
username: ${{ github.actor }}

.github/workflows/ci_cd.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
service-name: "Linux Core Service"
127127
steps:
128128
- name: Login to GitHub Container Registry
129-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
129+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
130130
with:
131131
registry: ghcr.io
132132
username: ${{ github.actor }}
@@ -224,7 +224,7 @@ jobs:
224224
225225
- name: Login to GitHub Container Registry
226226
if: env.SKIP_UNSTABLE == 'false'
227-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
227+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
228228
with:
229229
registry: ghcr.io
230230
username: ${{ github.actor }}
@@ -333,7 +333,7 @@ jobs:
333333
uses: pyvista/setup-headless-display-action@7d84ae825e6d9297a8e99bdbbae20d1b919a0b19 # v4.2
334334

335335
- name: Login to GitHub Container Registry
336-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
336+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
337337
with:
338338
registry: ghcr.io
339339
username: ${{ github.actor }}
@@ -405,7 +405,7 @@ jobs:
405405

406406
- name: Login in Github Container registry
407407
if: env.SKIP_UNSTABLE == 'false'
408-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
408+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
409409
with:
410410
registry: ghcr.io
411411
username: ${{ github.actor }}
@@ -488,7 +488,7 @@ jobs:
488488
uses: pyvista/setup-headless-display-action@7d84ae825e6d9297a8e99bdbbae20d1b919a0b19 # v4.2
489489

490490
- name: Login in Github Container registry
491-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
491+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
492492
with:
493493
registry: ghcr.io
494494
username: ${{ github.actor }}
@@ -540,7 +540,7 @@ jobs:
540540
uses: pyvista/setup-headless-display-action@7d84ae825e6d9297a8e99bdbbae20d1b919a0b19 # v4.2
541541

542542
- name: Login in Github Container registry
543-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
543+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
544544
with:
545545
registry: ghcr.io
546546
username: ${{ github.actor }}
@@ -589,7 +589,7 @@ jobs:
589589
python-version: ['3.10', '3.13']
590590
steps:
591591
- name: Login in Github Container registry
592-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
592+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
593593
with:
594594
registry: ghcr.io
595595
username: ${{ github.actor }}

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ jobs:
2222
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2323

2424
- name: Initialize CodeQL
25-
uses: github/codeql-action/init@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4
25+
uses: github/codeql-action/init@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
2626
with:
2727
languages: 'python'
2828
config-file: ./.github/codeql-config.yml
2929

3030
- name: Autobuild
31-
uses: github/codeql-action/autobuild@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4
31+
uses: github/codeql-action/autobuild@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
3232

3333
# If the Autobuild fails above, remove it and uncomment the following three lines.
3434
# modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.
@@ -38,6 +38,6 @@ jobs:
3838
# ./location_of_script_within_repo/buildscript.sh
3939

4040
- name: Perform CodeQL Analysis
41-
uses: github/codeql-action/analyze@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4
41+
uses: github/codeql-action/analyze@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
4242
with:
4343
category: "/language:python"

.github/workflows/docker_ansyslab_linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
labels: [Linux, pygeometry]
2424
steps:
2525
- name: Login in Github Container registry
26-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
26+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
2727
with:
2828
registry: ghcr.io
2929
username: ${{ github.actor }}
@@ -33,7 +33,7 @@ jobs:
3333
run: docker pull ${{ env.LINUX_STABLE_GHCR }}
3434

3535
- name: Login in AnsysLab registry
36-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
36+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
3737
with:
3838
registry: azwepsifujiaksacr.azurecr.io
3939
username: ${{ secrets.FUJI_USER }}

.github/workflows/docker_ansyslab_windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
labels: [Windows, pygeometry]
2424
steps:
2525
- name: Login in Github Container registry
26-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
26+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
2727
with:
2828
registry: ghcr.io
2929
username: ${{ github.actor }}
@@ -33,7 +33,7 @@ jobs:
3333
run: docker pull ${{ env.WINDOWS_STABLE_GHCR }}
3434

3535
- name: Login in AnsysLab registry
36-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
36+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
3737
with:
3838
registry: azwepsifujiaksacr.azurecr.io
3939
username: ${{ secrets.FUJI_USER }}

.github/workflows/nightly_docker_test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
service-name: "Linux Core Service"
5858
steps:
5959
- name: Login to GitHub Container Registry
60-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
60+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
6161
with:
6262
registry: ghcr.io
6363
username: ${{ github.actor }}
@@ -118,7 +118,7 @@ jobs:
118118
pip install .[tests]
119119
120120
- name: Login to GitHub Container Registry
121-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
121+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
122122
with:
123123
registry: ghcr.io
124124
username: ${{ github.actor }}
@@ -205,7 +205,7 @@ jobs:
205205

206206
steps:
207207
- name: Login in Github Container registry
208-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
208+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
209209
with:
210210
registry: ghcr.io
211211
username: ${{ github.actor }}
@@ -270,7 +270,7 @@ jobs:
270270
WINDOWS_STABLE_GHCR: ghcr.io/ansys/geometry:core-windows-latest
271271
steps:
272272
- name: Login in Github Container registry
273-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
273+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
274274
with:
275275
registry: ghcr.io
276276
username: ${{ github.actor }}
@@ -295,7 +295,7 @@ jobs:
295295
LINUX_STABLE_GHCR: ghcr.io/ansys/geometry:core-linux-latest
296296
steps:
297297
- name: Login in Github Container registry
298-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
298+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
299299
with:
300300
registry: ghcr.io
301301
username: ${{ github.actor }}

0 commit comments

Comments
 (0)