From d873fa17cd30e0253134f47804114e7243e54dd0 Mon Sep 17 00:00:00 2001 From: bootc-dev Bot Date: Tue, 2 Dec 2025 15:56:36 +0000 Subject: [PATCH] Sync common files from infra repository Synchronized from bootc-dev/infra@10decade10bbbb5d7dea158661b612eb743ebad7. Signed-off-by: bootc-dev Bot --- .bootc-dev-infra-commit.txt | 2 +- .github/actions/bootc-ubuntu-setup/action.yml | 2 +- .github/workflows/openssf-scorecard.yml | 4 ++-- .github/workflows/rebase.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bootc-dev-infra-commit.txt b/.bootc-dev-infra-commit.txt index 2eff1eb..1158b0a 100644 --- a/.bootc-dev-infra-commit.txt +++ b/.bootc-dev-infra-commit.txt @@ -1 +1 @@ -7102c22469bb1b019e08061b4254f2d3a883b6ff +10decade10bbbb5d7dea158661b612eb743ebad7 diff --git a/.github/actions/bootc-ubuntu-setup/action.yml b/.github/actions/bootc-ubuntu-setup/action.yml index 5ea94ea..5bfcbb2 100644 --- a/.github/actions/bootc-ubuntu-setup/action.yml +++ b/.github/actions/bootc-ubuntu-setup/action.yml @@ -67,7 +67,7 @@ runs: shell: bash run: | set -xeuo pipefail - export BCVK_VERSION=0.7.0 + 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 # Something in the stack is overriding this, but we want session right now for bcvk echo LIBVIRT_DEFAULT_URI=qemu:///session >> $GITHUB_ENV diff --git a/.github/workflows/openssf-scorecard.yml b/.github/workflows/openssf-scorecard.yml index 97a7f12..2166beb 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@v6 + uses: actions/checkout@v4 with: persist-credentials: false @@ -37,7 +37,7 @@ jobs: publish_results: true - name: "Upload artifact" - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v4 with: name: SARIF file path: results.sarif diff --git a/.github/workflows/rebase.yml b/.github/workflows/rebase.yml index 6be54ea..ab42fbc 100644 --- a/.github/workflows/rebase.yml +++ b/.github/workflows/rebase.yml @@ -21,7 +21,7 @@ jobs: owner: ${{ github.repository_owner }} - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v5 with: token: ${{ steps.token.outputs.token }} fetch-depth: 0