We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db64d02 commit 4394670Copy full SHA for 4394670
2 files changed
.github/workflows/test-the-boilerplate.yml
@@ -6,5 +6,5 @@ jobs:
6
runs-on: ubuntu-latest
7
container: bitnami/kubectl:1.33.4-debian-12-r0@sha256:ed0b31a0508da84ee655c5c6e01bd3897fc56ad6cf69debb27fa1893a06d2246
8
steps:
9
- - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
10
- run: ./testing/test.sh
.github/workflows/test-the-rego.yml
@@ -5,7 +5,7 @@ jobs:
5
test-rego:
- name: Get OPA
run: |
11
wget --quiet -O /tmp/opa https://github.com/open-policy-agent/opa/releases/download/v0.28.0/opa_linux_amd64
0 commit comments