File tree Expand file tree Collapse file tree 4 files changed +8
-7
lines changed
actions/bootc-ubuntu-setup Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1- 10decade10bbbb5d7dea158661b612eb743ebad7
1+ 2dd498656b9653c321e5d9a8600e6b506714acb3
Original file line number Diff line number Diff line change 6767 shell : bash
6868 run : |
6969 set -xeuo pipefail
70- export BCVK_VERSION=0.8.0
71- /bin/time -f '%E %C' sudo apt install -y libkrb5-dev pkg-config libvirt-dev genisoimage qemu-utils qemu-kvm virtiofsd libvirt-daemon-system
70+ export BCVK_VERSION=0.9.0
71+ # see https://github.com/bootc-dev/bcvk/issues/176
72+ /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
7273 # Something in the stack is overriding this, but we want session right now for bcvk
7374 echo LIBVIRT_DEFAULT_URI=qemu:///session >> $GITHUB_ENV
7475 td=$(mktemp -d)
Original file line number Diff line number Diff line change 2020
2121 steps :
2222 - name : " Checkout code"
23- uses : actions/checkout@v4
23+ uses : actions/checkout@v6
2424 with :
2525 persist-credentials : false
2626
3737 publish_results : true
3838
3939 - name : " Upload artifact"
40- uses : actions/upload-artifact@v4
40+ uses : actions/upload-artifact@v6
4141 with :
4242 name : SARIF file
4343 path : results.sarif
Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ jobs:
2121 owner : ${{ github.repository_owner }}
2222
2323 - name : Checkout
24- uses : actions/checkout@v5
24+ uses : actions/checkout@v6
2525 with :
2626 token : ${{ steps.token.outputs.token }}
2727 fetch-depth : 0
2828
2929 - name : Automatic Rebase
30- uses : peter-evans/rebase@v3
30+ uses : peter-evans/rebase@v4
3131 with :
3232 token : ${{ steps.token.outputs.token }}
3333
You can’t perform that action at this time.
0 commit comments