-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: redhat-renovate-bot <[email protected]>
- Loading branch information
1 parent
6c2ca86
commit 3694457
Showing
2 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,15 +13,15 @@ jobs: | |
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 | ||
|
||
- name: Set up Python | ||
uses: actions/setup-python@v4 | ||
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4 | ||
with: | ||
python-version: "3.12" | ||
|
||
- name: Install system dependencies | ||
uses: nick-invision/retry@v2 | ||
uses: nick-invision/retry@14672906e672a08bd6eeb15720e9ed3ce869cdd4 # v2 | ||
with: | ||
timeout_minutes: 10 | ||
retry_wait_seconds: 30 | ||
|
@@ -75,10 +75,10 @@ jobs: | |
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 | ||
|
||
- name: Set up Python | ||
uses: actions/setup-python@v4 | ||
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4 | ||
with: | ||
python-version: "3.12" | ||
|
||
|
@@ -99,9 +99,9 @@ jobs: | |
- Dockerfile | ||
|
||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 | ||
|
||
- uses: hadolint/[email protected] | ||
- uses: hadolint/hadolint-action@54c9adbab1582c2ef04b2016b760714a4bfde3cf # v3.1.0 | ||
with: | ||
dockerfile: ${{ matrix.dockerfile }} | ||
# Ignore list: | ||
|
@@ -119,15 +119,15 @@ jobs: | |
GH_REGISTRY: ghcr.io/${{ github.actor }} | ||
|
||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 | ||
|
||
- name: Set up Python | ||
uses: actions/setup-python@v4 | ||
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4 | ||
with: | ||
python-version: "3.12" | ||
|
||
- name: Install system dependencies | ||
uses: nick-invision/retry@v2 | ||
uses: nick-invision/retry@14672906e672a08bd6eeb15720e9ed3ce869cdd4 # v2 | ||
with: | ||
timeout_minutes: 10 | ||
retry_wait_seconds: 30 | ||
|
@@ -155,7 +155,7 @@ jobs: | |
- name: Build Image | ||
id: build-image | ||
uses: redhat-actions/buildah-build@v2 | ||
uses: redhat-actions/buildah-build@7a95fa7ee0f02d552a32753e7414641a04307056 # v2 | ||
with: | ||
image: ${{ env.IMAGE_NAME }} | ||
tags: >- | ||
|
@@ -169,15 +169,15 @@ jobs: | |
- name: Log in to the image registry | ||
if: github.event_name == 'push' && github.actor != 'dependabot[bot]' | ||
uses: redhat-actions/podman-login@v1 | ||
uses: redhat-actions/podman-login@4934294ad0449894bcd1e9f191899d7292469603 # v1 | ||
with: | ||
registry: ${{ secrets.REGISTRY_USER && env.REGISTRY || env.GH_REGISTRY }} | ||
username: ${{ secrets.REGISTRY_USER || github.actor }} | ||
password: ${{ secrets.REGISTRY_PASSWORD || secrets.GITHUB_TOKEN }} | ||
|
||
- name: Push Image | ||
if: github.event_name == 'push' && github.actor != 'dependabot[bot]' | ||
uses: redhat-actions/push-to-registry@v2 | ||
uses: redhat-actions/push-to-registry@5ed88d269cf581ea9ef6dd6806d01562096bee9c # v2 | ||
with: | ||
image: ${{ steps.build-image.outputs.image }} | ||
tags: ${{ steps.build-image.outputs.tags }} | ||
|
@@ -196,7 +196,7 @@ jobs: | |
.github/run-functional-tests.sh "${{ steps.build-image.outputs.image }}:${{ github.sha }}" | ||
- name: Upload pytest logs | ||
uses: actions/upload-artifact@v4 | ||
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4 | ||
if: failure() | ||
with: | ||
name: pytest-logs | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters