From 6b9279bb70b50c92035027dfa1fd3146b4345572 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 02:14:54 +0000 Subject: [PATCH] Bump actions/setup-go from 5.2.0 to 5.3.0 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/3041bf56c941b39c61721a86cd11f3bb1338122a...f111f3307d8850f501ac008e886eec1fd1932a34) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/k8s-content-pr-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/k8s-content-pr-test.yaml b/.github/workflows/k8s-content-pr-test.yaml index 70e4ee69663..3c3ae134489 100644 --- a/.github/workflows/k8s-content-pr-test.yaml +++ b/.github/workflows/k8s-content-pr-test.yaml @@ -43,7 +43,7 @@ jobs: id: save-go-version run: | echo "go-version=$(cat compliance-operator/go-version)" > compliance-operator/go-version - - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5 + - uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5 with: go-version: ${{ steps.save-go-version.outputs.go-version }} - name: Run ginkgo tests and check if each XCCDF file is parsed correctly