From aa56da2399f37c4466a882e02f1bf566dd567631 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 08:48:35 +0000 Subject: [PATCH] chore(deps): update github-actions --- .github/workflows/check-buildah-remote.yaml | 2 +- .github/workflows/go-ci.yaml | 4 ++-- .github/workflows/run-task-tests.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check-buildah-remote.yaml b/.github/workflows/check-buildah-remote.yaml index a8206cb5fd..a5a33f2d73 100644 --- a/.github/workflows/check-buildah-remote.yaml +++ b/.github/workflows/check-buildah-remote.yaml @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Install Go - uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5 + uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5 with: go-version-file: './task-generator/remote/go.mod' - name: Check buildah remote diff --git a/.github/workflows/go-ci.yaml b/.github/workflows/go-ci.yaml index 5148aa6ad1..9c3fa115d7 100644 --- a/.github/workflows/go-ci.yaml +++ b/.github/workflows/go-ci.yaml @@ -18,7 +18,7 @@ jobs: go-version-file: './${{matrix.path}}/go.mod' cache-dependency-path: ./${{matrix.path}}/go.sum - name: golangci-lint - uses: golangci/golangci-lint-action@0e1fd32b0c0584f0d28eec08848dfd2bf6a909d9 + uses: golangci/golangci-lint-action@774c35bcccffb734694af9e921f12f57d882ef74 with: working-directory: ${{matrix.path}} args: "--timeout=10m --build-tags='normal periodic'" @@ -84,7 +84,7 @@ jobs: # we let the report trigger content trigger a failure using the GitHub Security features. args: '-tags normal,periodic -no-fail -fmt sarif -out results.sarif ${{matrix.path}}/...' - name: Upload SARIF file - uses: github/codeql-action/upload-sarif@6f9e628e6f9a18c785dd746325ba455111df1b67 + uses: github/codeql-action/upload-sarif@dd7559424621a6dd0b32ababe9e4b271a87f78d2 with: # Path to SARIF file relative to the root of the repository sarif_file: results.sarif diff --git a/.github/workflows/run-task-tests.yaml b/.github/workflows/run-task-tests.yaml index 21d276cc00..7cb3a6d026 100644 --- a/.github/workflows/run-task-tests.yaml +++ b/.github/workflows/run-task-tests.yaml @@ -60,7 +60,7 @@ jobs: with: repository: 'konflux-ci/konflux-ci' path: konflux-ci - ref: 13c9f7f0f90d615249c8d4d67a18c919b7bb3d95 + ref: d19c18bc2ec9c47c02d8bcf30305a3e5e198bc9f - name: Create k8s Kind Cluster if: steps.tasks-to-be-tested.outputs.tasklist != ''