From 80265147fb57c27bce7010fec0c0793036cc7923 Mon Sep 17 00:00:00 2001 From: bootc-dev Bot Date: Thu, 18 Dec 2025 09:56:58 +0000 Subject: [PATCH] Sync common files from infra repository Synchronized from bootc-dev/infra@2dd498656b9653c321e5d9a8600e6b506714acb3. Signed-off-by: bootc-dev Bot --- .bootc-dev-infra-commit.txt | 2 +- .github/actions/bootc-ubuntu-setup/action.yml | 5 +++-- .github/workflows/openssf-scorecard.yml | 4 ++-- .github/workflows/rebase.yml | 4 ++-- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.bootc-dev-infra-commit.txt b/.bootc-dev-infra-commit.txt index 1158b0a..e36cde2 100644 --- a/.bootc-dev-infra-commit.txt +++ b/.bootc-dev-infra-commit.txt @@ -1 +1 @@ -10decade10bbbb5d7dea158661b612eb743ebad7 +2dd498656b9653c321e5d9a8600e6b506714acb3 diff --git a/.github/actions/bootc-ubuntu-setup/action.yml b/.github/actions/bootc-ubuntu-setup/action.yml index 5bfcbb2..ad39f78 100644 --- a/.github/actions/bootc-ubuntu-setup/action.yml +++ b/.github/actions/bootc-ubuntu-setup/action.yml @@ -67,8 +67,9 @@ runs: shell: bash run: | set -xeuo pipefail - export BCVK_VERSION=0.8.0 - /bin/time -f '%E %C' sudo apt install -y libkrb5-dev pkg-config libvirt-dev genisoimage qemu-utils qemu-kvm virtiofsd libvirt-daemon-system + export BCVK_VERSION=0.9.0 + # see https://github.com/bootc-dev/bcvk/issues/176 + /bin/time -f '%E %C' sudo apt install -y libkrb5-dev pkg-config libvirt-dev genisoimage qemu-utils qemu-kvm virtiofsd libvirt-daemon-system python3-virt-firmware # Something in the stack is overriding this, but we want session right now for bcvk echo LIBVIRT_DEFAULT_URI=qemu:///session >> $GITHUB_ENV td=$(mktemp -d) diff --git a/.github/workflows/openssf-scorecard.yml b/.github/workflows/openssf-scorecard.yml index 2166beb..314a0fa 100644 --- a/.github/workflows/openssf-scorecard.yml +++ b/.github/workflows/openssf-scorecard.yml @@ -20,7 +20,7 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: persist-credentials: false @@ -37,7 +37,7 @@ jobs: publish_results: true - name: "Upload artifact" - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: SARIF file path: results.sarif diff --git a/.github/workflows/rebase.yml b/.github/workflows/rebase.yml index ab42fbc..68f329a 100644 --- a/.github/workflows/rebase.yml +++ b/.github/workflows/rebase.yml @@ -21,13 +21,13 @@ jobs: owner: ${{ github.repository_owner }} - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: token: ${{ steps.token.outputs.token }} fetch-depth: 0 - name: Automatic Rebase - uses: peter-evans/rebase@v3 + uses: peter-evans/rebase@v4 with: token: ${{ steps.token.outputs.token }}