From e186cba1193450a2df00000f6c2b9074b71350e5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 20:14:48 +0000 Subject: [PATCH] Update actions/checkout action to v4.1.7 --- .github/workflows/test-the-boilerplate.yml | 2 +- .github/workflows/test-the-rego.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-the-boilerplate.yml b/.github/workflows/test-the-boilerplate.yml index 02bbc67eed..99dbf38b57 100644 --- a/.github/workflows/test-the-boilerplate.yml +++ b/.github/workflows/test-the-boilerplate.yml @@ -6,5 +6,5 @@ jobs: runs-on: ubuntu-latest container: bitnami/kubectl:1.30@sha256:e704ebf9f6974d506d2dbff33dea28b6e996887e60c4ab298c78e10a3d81e249 steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - run: ./testing/test.sh \ No newline at end of file diff --git a/.github/workflows/test-the-rego.yml b/.github/workflows/test-the-rego.yml index f9562c2a80..01bb168b8b 100644 --- a/.github/workflows/test-the-rego.yml +++ b/.github/workflows/test-the-rego.yml @@ -5,7 +5,7 @@ jobs: test-rego: runs-on: ubuntu-latest steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Get OPA run: | wget --quiet -O /tmp/opa https://github.com/open-policy-agent/opa/releases/download/v0.28.0/opa_linux_amd64