diff --git a/.github/workflows/test-the-boilerplate.yml b/.github/workflows/test-the-boilerplate.yml index 684ca4a3ed..ba8093af81 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.28@sha256:0dadb8bb2e5a386c5881bc632f185733946d696b398d613861bb549da9043192 steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - 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 350843393f..bed49e970f 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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Get OPA run: | wget --quiet -O /tmp/opa https://github.com/open-policy-agent/opa/releases/download/v0.28.0/opa_linux_amd64