From fd68bed50c80c1ea27e6a7bcc0875f7729ec712b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 02:42:05 +0000 Subject: [PATCH] Bump actions/setup-go from 5.0.1 to 5.0.2 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.0.1 to 5.0.2. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/cdcb36043654635271a94b9a6d1392de5bb323a7...0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-patch ... 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 662b75b4696..466a797befb 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@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5 + - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5 with: go-version: ${{ steps.save-go-version.outputs.go-version }} - name: Run ginkgo tests and check if each XCCDF file is parsed correctly