- Bump leapp-framework to 6.5 - Change how commands are converted for text based report from the list representation - Introduce the format_list function for unified presentation of lists in reports and logs - Resolves: RHEL-169278
35 lines
1.2 KiB
Diff
35 lines
1.2 KiB
Diff
From dc9e1c60e5cc84abf1b5df0972072f7795bc860c Mon Sep 17 00:00:00 2001
|
|
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
|
|
Date: Thu, 5 Mar 2026 09:51:26 +0000
|
|
Subject: [PATCH 05/10] chore(deps): update actions/github-script action to v8
|
|
|
|
---
|
|
.github/workflows/reuse-copr-build.yml | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/.github/workflows/reuse-copr-build.yml b/.github/workflows/reuse-copr-build.yml
|
|
index 5e33fe3..0f6b823 100644
|
|
--- a/.github/workflows/reuse-copr-build.yml
|
|
+++ b/.github/workflows/reuse-copr-build.yml
|
|
@@ -102,7 +102,7 @@ jobs:
|
|
- name: Add comment with copr build url
|
|
# TODO: Create comment when copr build fails.
|
|
id: link_copr
|
|
- uses: actions/github-script@v7
|
|
+ uses: actions/github-script@v8
|
|
with:
|
|
script: |
|
|
github.issues.createComment({
|
|
@@ -160,7 +160,7 @@ jobs:
|
|
# TODO: Create comment when copr build fails.
|
|
id: link_copr_leapp_repository
|
|
if: ${{ steps.leapp_repository_pr_regex_match.outputs.match != '' }}
|
|
- uses: actions/github-script@v7
|
|
+ uses: actions/github-script@v8
|
|
with:
|
|
script: |
|
|
github.issues.createComment({
|
|
--
|
|
2.53.0
|
|
|