From 76d36f25bf06f686f27e3194ceb1a0e9357703ef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 16:26:35 +0000 Subject: [PATCH] chore(deps): update github-actions --- .github/workflows/go-ci.yaml | 16 ++++++++-------- .github/workflows/run-task-tests.yaml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/go-ci.yaml b/.github/workflows/go-ci.yaml index 1cc44fdd6e..028294f1dd 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@3d10edb4c2d9ac9923e94a5ec73fa063078e9234 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@60c0fc473096f8ad40f9795f08d8337d6e1ba5cb 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@3d10edb4c2d9ac9923e94a5ec73fa063078e9234 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@3d10edb4c2d9ac9923e94a5ec73fa063078e9234 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@0f1559aeaf806072ddd427d1b11e1c956e4851a0 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..7f4ce43241 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: c8eb305b5662d8b3d2e510b9671cb1c0ae710bb8 - name: Create k8s Kind Cluster if: steps.tasks-to-be-tested.outputs.tasklist != ''