Skip to content

Commit

Permalink
Merge pull request #146 from redhat-cop/renovate/redhat-cop-github-ac…
Browse files Browse the repository at this point in the history
…tions-4.x

Update redhat-cop/github-actions action to v4.4
  • Loading branch information
garethahealy authored Dec 2, 2024
2 parents 79fe20c + 3a9fcaf commit b87d3ff
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
ignore_paths: test

- name: Conftest - tests.sh
uses: redhat-cop/github-actions/confbatstest@1a584131f8a335296e866d1fb0988870ca83aefb # v4.3
uses: redhat-cop/github-actions/confbatstest@0c6e3b63690cfa917a0ddc162efdfda3da82d66c # v4.4
with:
tests: test/tests.sh

- name: Conftest - tests_fail.sh
uses: redhat-cop/github-actions/confbatstest@1a584131f8a335296e866d1fb0988870ca83aefb # v4.3
uses: redhat-cop/github-actions/confbatstest@0c6e3b63690cfa917a0ddc162efdfda3da82d66c # v4.4
with:
raw: test/tests_fail.sh > tests_fail.log || exit 0

Expand Down
2 changes: 1 addition & 1 deletion test/data/multiple/template-input.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
apiVersion: v1
apiVersion: template.openshift.io/v1
kind: Template
objects:
- apiVersion: rbac.authorization.k8s.io/v1
Expand Down
2 changes: 1 addition & 1 deletion test/data/template-input.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
apiVersion: v1
apiVersion: template.openshift.io/v1
kind: Template
objects:
- apiVersion: rbac.authorization.k8s.io/v1
Expand Down
2 changes: 1 addition & 1 deletion test/data/template-required-params-input.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
apiVersion: v1
apiVersion: template.openshift.io/v1
kind: Template
objects:
- apiVersion: rbac.authorization.k8s.io/v1
Expand Down
2 changes: 1 addition & 1 deletion test/data/template-with-missingparam-input.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
apiVersion: v1
apiVersion: template.openshift.io/v1
kind: Template
objects:
- apiVersion: rbac.authorization.k8s.io/v1
Expand Down
2 changes: 1 addition & 1 deletion test/data/template-with-param-input.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
apiVersion: v1
apiVersion: template.openshift.io/v1
kind: Template
objects:
- apiVersion: rbac.authorization.k8s.io/v1
Expand Down

0 comments on commit b87d3ff

Please sign in to comment.