Skip to content

Commit 4394670

Browse files
Update actions/checkout action to v6.0.2
1 parent db64d02 commit 4394670

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-the-boilerplate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ jobs:
66
runs-on: ubuntu-latest
77
container: bitnami/kubectl:1.33.4-debian-12-r0@sha256:ed0b31a0508da84ee655c5c6e01bd3897fc56ad6cf69debb27fa1893a06d2246
88
steps:
9-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
9+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1010
- run: ./testing/test.sh

.github/workflows/test-the-rego.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
test-rego:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
8+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
99
- name: Get OPA
1010
run: |
1111
wget --quiet -O /tmp/opa https://github.com/open-policy-agent/opa/releases/download/v0.28.0/opa_linux_amd64

0 commit comments

Comments
 (0)