Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit 44046ae

Browse files
authored
Merge branch 'main' into fix_codegate_cli_context
2 parents e29535b + ee9a590 commit 44046ae

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/image-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3
2727
- name: Download artifact
2828
id: download-artifact
29-
uses: dawidd6/action-download-artifact@80620a5d27ce0ae443b965134db88467fc607b43 # v7
29+
uses: dawidd6/action-download-artifact@20319c5641d495c8a52e688b7dc5fada6c3a9fbc # v8
3030
with:
3131
github_token: ${{ github.token }}
3232
workflow: ".github/workflows/import_packages.yml"

.github/workflows/image-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
type=semver,pattern=v{{major}}.{{minor}}
5858
- name: Download artifact
5959
id: download-artifact
60-
uses: dawidd6/action-download-artifact@80620a5d27ce0ae443b965134db88467fc607b43 # v7
60+
uses: dawidd6/action-download-artifact@20319c5641d495c8a52e688b7dc5fada6c3a9fbc # v8
6161
with:
6262
github_token: ${{ github.token }}
6363
workflow: ".github/workflows/import_packages.yml"

.github/workflows/import_packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
3434
- name: Download json data
3535
id: download-json-data
36-
uses: dawidd6/action-download-artifact@80620a5d27ce0ae443b965134db88467fc607b43 # v7
36+
uses: dawidd6/action-download-artifact@20319c5641d495c8a52e688b7dc5fada6c3a9fbc # v8
3737
with:
3838
repo: stacklok/codegate-data
3939
workflow: ".github/workflows/generate-artifact.yml"
@@ -47,7 +47,7 @@ jobs:
4747
- name: Download artifact
4848
if: ${{ github.event.inputs.enable_artifact_download == 'true' }}
4949
id: download-artifact
50-
uses: dawidd6/action-download-artifact@80620a5d27ce0ae443b965134db88467fc607b43 # v7
50+
uses: dawidd6/action-download-artifact@20319c5641d495c8a52e688b7dc5fada6c3a9fbc # v8
5151
with:
5252
github_token: ${{ github.token }}
5353
workflow: ".github/workflows/import_packages.yml"

0 commit comments

Comments
 (0)