Skip to content

Commit 74a3156

Browse files
chore(deps): update github actions (#445)
* chore(deps): update github actions Signed-off-by: redhat-renovate-bot <redhat-internal-renovate@redhat.com> * revert docker/login-action to v3.0.0 Signed-off-by: Michael Valdron <mvaldron@redhat.com> --------- Signed-off-by: redhat-renovate-bot <redhat-internal-renovate@redhat.com> Signed-off-by: Michael Valdron <mvaldron@redhat.com> Co-authored-by: Michael Valdron <mvaldron@redhat.com>
1 parent 66f76ec commit 74a3156

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/check-architectures.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Save Comment ID
6363
if: ${{ steps.find.outputs.comment-id != '' }}
6464
run: echo ${{ steps.find.outputs.comment-id }} > ./pr/commentid
65-
- uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
65+
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
6666
with:
6767
name: pr
6868
path: pr/

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ jobs:
3434
with:
3535
path: registry-repo
3636
- name: Setup Go environment
37-
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
37+
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
3838
with:
3939
go-version: 1.21
4040
- name: Set up QEMU # Enables arm64 image building
41-
uses: docker/setup-qemu-action@b12b38b5fe75585e04f6aa3fd11fea2f4385ab7f
41+
uses: docker/setup-qemu-action@fcfabe005416080c2016468f7082c2a191cdeea3
4242

4343
- name: Check if devfile registry build is working
4444
run: bash registry-repo/.ci/build.sh && bash registry-repo/.ci/build.sh linux/arm64

.github/workflows/pushimge-next.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ jobs:
3939
with:
4040
path: registry-repo
4141
- name: Setup Go environment
42-
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
42+
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
4343
with:
4444
go-version: 1.21
4545
- name: Set up QEMU # Enables arm64 image building
46-
uses: docker/setup-qemu-action@b12b38b5fe75585e04f6aa3fd11fea2f4385ab7f
46+
uses: docker/setup-qemu-action@fcfabe005416080c2016468f7082c2a191cdeea3
4747
- name: Login to Quay
4848
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
4949
with:

.github/workflows/validate-samples.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
fetch-depth: 0
4343

4444
- name: Install Go
45-
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
45+
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
4646
with:
4747
go-version: "1.21"
4848

.github/workflows/validate-stacks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
fetch-depth: 0
4545

4646
- name: Install Go
47-
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
47+
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
4848
with:
4949
go-version: "1.21"
5050

@@ -159,7 +159,7 @@ jobs:
159159
start args: "--addons=ingress ${{ env.MINIKUBE_RESOURCES }}"
160160

161161
- name: Install Go
162-
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
162+
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
163163
with:
164164
go-version: "1.21"
165165

0 commit comments

Comments
 (0)