Skip to content

Commit d873fa1

Browse files
author
bootc-dev Bot
committed
Sync common files from infra repository
Synchronized from bootc-dev/infra@10decad. Signed-off-by: bootc-dev Bot <bot@bootc.dev>
1 parent d17f23b commit d873fa1

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.bootc-dev-infra-commit.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7102c22469bb1b019e08061b4254f2d3a883b6ff
1+
10decade10bbbb5d7dea158661b612eb743ebad7

.github/actions/bootc-ubuntu-setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ runs:
6767
shell: bash
6868
run: |
6969
set -xeuo pipefail
70-
export BCVK_VERSION=0.7.0
70+
export BCVK_VERSION=0.8.0
7171
/bin/time -f '%E %C' sudo apt install -y libkrb5-dev pkg-config libvirt-dev genisoimage qemu-utils qemu-kvm virtiofsd libvirt-daemon-system
7272
# Something in the stack is overriding this, but we want session right now for bcvk
7373
echo LIBVIRT_DEFAULT_URI=qemu:///session >> $GITHUB_ENV

.github/workflows/openssf-scorecard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: "Checkout code"
23-
uses: actions/checkout@v6
23+
uses: actions/checkout@v4
2424
with:
2525
persist-credentials: false
2626

@@ -37,7 +37,7 @@ jobs:
3737
publish_results: true
3838

3939
- name: "Upload artifact"
40-
uses: actions/upload-artifact@v5
40+
uses: actions/upload-artifact@v4
4141
with:
4242
name: SARIF file
4343
path: results.sarif

.github/workflows/rebase.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
owner: ${{ github.repository_owner }}
2222

2323
- name: Checkout
24-
uses: actions/checkout@v6
24+
uses: actions/checkout@v5
2525
with:
2626
token: ${{ steps.token.outputs.token }}
2727
fetch-depth: 0

0 commit comments

Comments
 (0)