Skip to content

Commit 97452bc

Browse files
author
bootc-dev Bot
committed
Sync common files from infra repository
Synchronized from bootc-dev/infra@5a09005. Signed-off-by: bootc-dev Bot <bot@bootc.dev>
1 parent 1e0a45b commit 97452bc

File tree

4 files changed

+30
-52
lines changed

4 files changed

+30
-52
lines changed

.bootc-dev-infra-commit.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
e03327703622b506788369cbaef7ea5b4d61fb3d
1+
5a0900533a2b015c83b81e21f1ef78c6f7ad6067

.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.9.0
70+
export BCVK_VERSION=0.10.0
7171
# see https://github.com/bootc-dev/bcvk/issues/176
7272
/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
7373
# Something in the stack is overriding this, but we want session right now for bcvk
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Gate PRs on OpenSSF Scorecard regressions.
2+
#
3+
# See also: https://github.com/ossf/scorecard/issues/1270
4+
name: OpenSSF Scorecard
5+
6+
on:
7+
pull_request:
8+
branches:
9+
- main
10+
11+
permissions:
12+
contents: read
13+
14+
jobs:
15+
scorecard:
16+
name: Scorecard
17+
runs-on: ubuntu-24.04
18+
steps:
19+
- name: Checkout
20+
uses: actions/checkout@v6
21+
with:
22+
fetch-depth: 0
23+
24+
- name: Check for regressions
25+
uses: bootc-dev/actions/openssf-scorecard@main
26+
with:
27+
base-sha: ${{ github.event.pull_request.base.sha }}
28+
head-sha: ${{ github.event.pull_request.head.sha }}

.github/workflows/openssf-scorecard.yml

Lines changed: 0 additions & 50 deletions
This file was deleted.

0 commit comments

Comments
 (0)