From 9431f5467c1c907c63ad2922dcfb3976c14f1786 Mon Sep 17 00:00:00 2001 From: Eitan Raviv Date: Tue, 14 Feb 2023 16:01:44 +0200 Subject: [PATCH] github: use ovirt checkout action Change-Id: Icdc85ea61892be4f67b0327137498e2fb6cad7fc Signed-off-by: Eitan Raviv --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/containers.yml | 4 ++-- .github/workflows/network.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 569e63c641..bddfc4e2a7 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: ovirt/checkout-action@main with: # We must fetch at least the immediate parents so that if this is # a pull request then we can checkout the head. diff --git a/.github/workflows/containers.yml b/.github/workflows/containers.yml index 35281e4cd7..0ae1f5512c 100644 --- a/.github/workflows/containers.yml +++ b/.github/workflows/containers.yml @@ -19,7 +19,7 @@ jobs: matrix: container: [ functional, integration, unit ] steps: - - uses: actions/checkout@v3 + - uses: ovirt/checkout-action@main - name: Install dependencies run: | sudo apt update @@ -46,7 +46,7 @@ jobs: matrix: distro: [ centos-8, centos-9, alma-9 ] steps: - - uses: actions/checkout@v3 + - uses: ovirt/checkout-action@main - name: Install dependencies run: | sudo apt update diff --git a/.github/workflows/network.yml b/.github/workflows/network.yml index 4b45d65843..b6bf3b2f68 100644 --- a/.github/workflows/network.yml +++ b/.github/workflows/network.yml @@ -37,7 +37,7 @@ jobs: - type: integration tag: centos-9 steps: - - uses: actions/checkout@v3 + - uses: ovirt/checkout-action@main - name: Install dependencies run: | sudo apt update