diff --git a/.github/workflows/go-ci.yaml b/.github/workflows/go-ci.yaml index 476e583e32..1cc44fdd6e 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@2f13b8027d5e60ac6e32b086a0dc4d2ae4cb3f77 + uses: golangci/golangci-lint-action@58eda26a511c265ee35b3ee4b101fb8adfd76480 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@5b6e617dc0241b2d60c2bccea90c56b67eceb797 + uses: github/codeql-action/upload-sarif@3407610120cd5656b6fc71991415cb50748b9489 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 81b6eaed11..430bcf671a 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: d75f101479361f078a862d21bc8bb82cf6d265d5 + ref: 2f5521ef53726e8a6079fdc584af9deb21dbe917 - name: Create k8s Kind Cluster if: steps.tasks-to-be-tested.outputs.tasklist != ''