Skip to content

Commit f3afe0f

Browse files
build(deps): bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [docker/login-action](https://github.com/docker/login-action) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `docker/login-action` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@b45d80f...4907a6d) Updates `actions/upload-artifact` from 7.0.0 to 7.0.1 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@bbbca2d...043fb46) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 24f7ba4 commit f3afe0f

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/build-ais-ci-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
- name: Fetching code repository...
9090
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2
9191
- name: Authenticating to GitHub Container Registry.
92-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 #v4.0.0
92+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 #v4.1.0
9393
with:
9494
registry: ghcr.io
9595
username: ${{ github.actor }}

.github/workflows/build-ais-nvidia.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
path: hipFile
4747
- name: Authenticating to GitHub Container Registry
48-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 #v4.0.0
48+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 #v4.1.0
4949
with:
5050
registry: ghcr.io
5151
username: ${{ github.actor }}

.github/workflows/build-ais.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
with:
9797
path: hipFile
9898
- name: Authenticating to GitHub Container Registry
99-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 #v4.0.0
99+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 #v4.1.0
100100
with:
101101
registry: ghcr.io
102102
username: ${{ github.actor }}
@@ -283,7 +283,7 @@ jobs:
283283
${GITHUB_WORKSPACE}
284284
- name: Upload development hipFile Package as an Artifact
285285
if: ${{ inputs.upload_artifacts }}
286-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f #v7.0.0
286+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a #v7.0.1
287287
with:
288288
name: ${{ steps.pkg-metadata.outputs.AIS_HIPFILE_PKG_DEV_FILENAME }}
289289
path: ${{ format('{0}/{1}', github.workspace, steps.pkg-metadata.outputs.AIS_HIPFILE_PKG_DEV_FILENAME) }}
@@ -292,7 +292,7 @@ jobs:
292292
compression-level: 0
293293
- name: Upload runtime hipFile Package as an Artifact
294294
if: ${{ inputs.upload_artifacts }}
295-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f #v7.0.0
295+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a #v7.0.1
296296
with:
297297
name: ${{ steps.pkg-metadata.outputs.AIS_HIPFILE_PKG_FILENAME }}
298298
path: ${{ format('{0}/{1}', github.workspace, steps.pkg-metadata.outputs.AIS_HIPFILE_PKG_FILENAME) }}
@@ -311,7 +311,7 @@ jobs:
311311
${GITHUB_WORKSPACE}/hipfile-build-dir
312312
- name: Upload runtime hipFile Package as an Artifact
313313
if: ${{ inputs.upload_artifacts }}
314-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f #v7.0.0
314+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a #v7.0.1
315315
with:
316316
name: hipfile-build-dir-${{ inputs.platform }}
317317
path: ${{ github.workspace }}/hipfile-build-dir

.github/workflows/test-ais-system.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
name: hipfile-build-dir-${{ inputs.platform }}
7373
path: ${{ github.workspace }}/hipfile-build-dir
7474
- name: Authenticating to GitHub Container Registry
75-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 #v4.0.0
75+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 #v4.1.0
7676
with:
7777
registry: ghcr.io
7878
username: ${{ github.actor }}
@@ -263,7 +263,7 @@ jobs:
263263
}}
264264
merge-multiple: true
265265
- name: Authenticating to GitHub Container Registry
266-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 #v4.0.0
266+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 #v4.1.0
267267
with:
268268
registry: ghcr.io
269269
username: ${{ github.actor }}

.github/workflows/update-ais-ci-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Fetching code repository...
4343
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2
4444
- name: Authenticating to GitHub Container Registry.
45-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 #v4.0.0
45+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 #v4.1.0
4646
with:
4747
registry: ghcr.io
4848
username: ${{ github.actor }}

0 commit comments

Comments
 (0)