Skip to content

Commit 3ccd283

Browse files
committed
Update Coverity scan workflow
Signed-off-by: Stephen Gallagher <[email protected]>
1 parent 02e7b5e commit 3ccd283

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/upstreamed.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
container:
15-
image: quay.io/centos/centos:stream8
15+
image: quay.io/centos/centos:stream9
1616

1717
steps:
1818
- name: Install git
@@ -30,10 +30,10 @@ jobs:
3030
run: |
3131
yum -y install epel-release
3232
33-
- name: Enable PowerTools
33+
- name: Enable CRB
3434
run: |
3535
yum -y install dnf-plugins-core
36-
yum config-manager --set-enabled powertools
36+
yum config-manager --set-enabled crb
3737
3838
- name: Install build dependencies
3939
run: |

0 commit comments

Comments
 (0)