diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index f321151dcf..cd446abdd9 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -24,7 +24,7 @@ jobs: with: go-version-file: "go.mod" - name: golangci-lint - uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0 + uses: golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee # v9.2.1 with: version: v2.7.2 args: --new-from-merge-base=origin/${{ github.base_ref }} --timeout=10m diff --git a/.github/workflows/reusable-e2e.yaml b/.github/workflows/reusable-e2e.yaml index 61a08aa78b..f43125fbed 100644 --- a/.github/workflows/reusable-e2e.yaml +++ b/.github/workflows/reusable-e2e.yaml @@ -58,6 +58,8 @@ jobs: go-version-file: "src/github.com/tektoncd/chains/go.mod" - uses: ko-build/setup-ko@d006021bd0c28d1ce33a07e7943d48b079944c8d # v0.9 + with: + version: v0.18.1 - name: Install tkn cli run: | @@ -147,7 +149,7 @@ jobs: - name: Collect diagnostics if: ${{ failure() }} - uses: chainguard-dev/actions/kind-diag@17095df6250b18f9cc2c2e45b179d9a641668d8c # main + uses: chainguard-dev/actions/kind-diag@f0be69916b439d0fcced2451b23d0f27cd46d545 # main with: cluster-resources: nodes namespace-resources: pods,taskruns,jobs