Skip to content

Commit

Permalink
fixed action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
garethahealy committed Nov 20, 2023
1 parent 0232c8d commit 6beee9c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conftest-unittests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
uses: actions/checkout@v4

- name: Conftest
uses: redhat-cop/github-actions/confbatstest@master
uses: redhat-cop/github-actions/confbatstest@v4
with:
tests: _test/conftest-unittests.sh
policies: '[]' # An empty array is provided as the policies are already cloned via source.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
uses: actions/checkout@v4

- name: Generate konstraint docs
uses: redhat-cop/github-actions/confbatstest@master
uses: redhat-cop/github-actions/confbatstest@v4
with:
raw: konstraint doc -o POLICIES.md

- name: Check if there are changes to POLICIES.md
id: changes
uses: UnicornGlobal/has-changes-action@master
uses: UnicornGlobal/has-changes-action@v1.0.10
with:
pathspec: POLICIES.md

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gatekeeper-k8s-integrationtests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
uses: actions/checkout@v4

- name: Validate integration test data via kubeval
uses: redhat-cop/github-actions/confbatstest@master
uses: redhat-cop/github-actions/confbatstest@v4
with:
raw: find policy/* -regex '.*test_data\/integration\/.*$' -exec kubeval --openshift --strict --skip-kinds ServiceMonitor {} \;

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/opa-profile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
uses: actions/checkout@v4

- name: Opa eval --profile
uses: redhat-cop/github-actions/confbatstest@master
uses: redhat-cop/github-actions/confbatstest@v4
with:
tests: _test/opa-profile.sh
policies: '[]' # An empty array is provided as the policies are already cloned via source.
Expand Down

0 comments on commit 6beee9c

Please sign in to comment.