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