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 5d4689a14c..fed1b9227b 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@9937fdf7189f2958a2dc9f6d585e5d65e3326d20 + uses: golangci/golangci-lint-action@051d91933864810ecd5e2ea2cfd98f6a5bca5347 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@78760076e3f08852c2c3aeb5334f70d074e28c59 + uses: github/codeql-action/upload-sarif@606392577144219644443c010bc0e17ad563e559 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 f68bffbeee..ae0a316a02 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: 22cee05b0549ba8836cfea49c4c63485eaf27f89 + ref: 08df22c3c4d7694631ec85a7b1413efb5e215623 - name: Create k8s Kind Cluster if: steps.tasks-to-be-tested.outputs.tasklist != ''