diff --git a/.github/workflows/acceptance.yaml b/.github/workflows/acceptance.yaml index 2555da1c..35345386 100644 --- a/.github/workflows/acceptance.yaml +++ b/.github/workflows/acceptance.yaml @@ -17,7 +17,7 @@ jobs: - name: Setup test tools uses: ./.github/actions/setup-test-tools - name: Create K8s Kind Cluster - uses: helm/kind-action@0025e74a8c7512023d06dc019c617aa3cf561fde # v1.10.0 + uses: helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # v1.12.0 with: config: test/kind/config.yaml node_image: kindest/node:v${{ matrix.kind-k8s-version }} diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 421f52c5..c6e55a07 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Setup test tools uses: ./.github/actions/setup-test-tools - - uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0 + - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 with: go-version: '1.22.9' - run: go install "github.com/redhat-certification/chart-verifier@${CHART_VERIFIER_VERSION}"