From 22da8c511982305965dd7845856d8972c3f1f117 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 06:07:07 +0000 Subject: [PATCH] Update github-actions dependencies Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- .github/workflows/ci.yaml | 2 +- .github/workflows/pushimage-next.yaml | 4 ++-- .github/workflows/scorecard.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c174555e..bb055800 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -72,7 +72,7 @@ jobs: fi - name: Upload SARIF file - uses: github/codeql-action/upload-sarif@b7351df727350dca84cb9d725d57dcf5bc82ba26 # v3.37.1 + uses: github/codeql-action/upload-sarif@c4dd10e44af883a891fe31ced449bcb4a6728b9b # v3.37.6 with: # Path to SARIF file relative to the root of the repository sarif_file: gosec.sarif diff --git a/.github/workflows/pushimage-next.yaml b/.github/workflows/pushimage-next.yaml index 1ff2f8e3..35901226 100644 --- a/.github/workflows/pushimage-next.yaml +++ b/.github/workflows/pushimage-next.yaml @@ -61,7 +61,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Wait for Red Hat Konflux / devfile-registry-base-main-on-push tasks to finish - uses: lewagon/wait-on-check-action@1d57e2c51a58d812d2765e036a028b6bdb5a6154 # v1.8.1 + uses: lewagon/wait-on-check-action@369769072fe522a3a8a85c03c96af1e5242a1994 # v1.9.1 with: ref: ${{ github.ref }} check-name: Red Hat Konflux / devfile-registry-base-main-on-push @@ -82,7 +82,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Wait for Red Hat Konflux / devfile-registry-main-enterprise-contract / devfile-registry-base-main checks to finish - uses: lewagon/wait-on-check-action@1d57e2c51a58d812d2765e036a028b6bdb5a6154 # v1.8.1 + uses: lewagon/wait-on-check-action@369769072fe522a3a8a85c03c96af1e5242a1994 # v1.9.1 with: allowed-conclusions: success,skipped,neutral ref: ${{ github.ref }} diff --git a/.github/workflows/scorecard.yaml b/.github/workflows/scorecard.yaml index 2198dd66..1f54df7c 100644 --- a/.github/workflows/scorecard.yaml +++ b/.github/workflows/scorecard.yaml @@ -26,7 +26,7 @@ jobs: persist-credentials: false - name: "Run analysis" - uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3 + uses: ossf/scorecard-action@2d1146689b8cda280b9bc96326124645441f03bc # v2.4.4 with: results_file: results.sarif results_format: sarif