From 8249b135c17612fdb6efff8c6c04731a7382c26e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 00:24:17 +0000 Subject: [PATCH] chore(deps): update github-actions --- .github/workflows/check-buildah-remote.yaml | 2 +- .github/workflows/go-ci.yaml | 16 ++++++++-------- .github/workflows/run-task-tests.yaml | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/check-buildah-remote.yaml b/.github/workflows/check-buildah-remote.yaml index a5a33f2d73..d8c934963b 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@3041bf56c941b39c61721a86cd11f3bb1338122a # v5 + uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # 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 1cc44fdd6e..c26290d56f 100644 --- a/.github/workflows/go-ci.yaml +++ b/.github/workflows/go-ci.yaml @@ -12,13 +12,13 @@ jobs: - task-generator/remote - task-generator/trusted-artifacts steps: - - uses: actions/checkout@cbb722410c2e876e24abbe8de2cc27693e501dcb - - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a + - uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 + - uses: actions/setup-go@5a083d0e9a84784eb32078397cf5459adecb4c40 with: go-version-file: './${{matrix.path}}/go.mod' cache-dependency-path: ./${{matrix.path}}/go.sum - name: golangci-lint - uses: golangci/golangci-lint-action@58eda26a511c265ee35b3ee4b101fb8adfd76480 + uses: golangci/golangci-lint-action@7ec71f69b140deafe2ba0c477db8aacd59cdfe55 with: working-directory: ${{matrix.path}} args: "--timeout=10m --build-tags='normal periodic'" @@ -31,9 +31,9 @@ jobs: - task-generator/remote - task-generator/trusted-artifacts steps: - - uses: actions/checkout@cbb722410c2e876e24abbe8de2cc27693e501dcb + - uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 - name: Install Go - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a + uses: actions/setup-go@5a083d0e9a84784eb32078397cf5459adecb4c40 with: go-version-file: './${{matrix.path}}/go.mod' cache-dependency-path: ./${{matrix.path}}/go.sum @@ -72,8 +72,8 @@ jobs: - task-generator/remote - task-generator/trusted-artifacts steps: - - uses: actions/checkout@cbb722410c2e876e24abbe8de2cc27693e501dcb - - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a + - uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 + - uses: actions/setup-go@5a083d0e9a84784eb32078397cf5459adecb4c40 with: go-version-file: './${{matrix.path}}/go.mod' cache-dependency-path: ./${{matrix.path}}/go.sum @@ -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@3407610120cd5656b6fc71991415cb50748b9489 + uses: github/codeql-action/upload-sarif@f89b8a7d5239ba6d1a0f243ead94ea9ca5775ae1 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 45b924ff27..bed5d05b69 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: 531e1e726fbc4ea0faafb3b7b97ba588229ddb1c + ref: ea95c3893a871257bcb138f509e03d3d43061b38 - name: Create k8s Kind Cluster if: steps.tasks-to-be-tested.outputs.tasklist != ''