Skip to content

Commit cd5d454

Browse files
authored
Merge pull request #64 from redhat-cop/renovate/redhat-cop-github-workflows-operators-1.x
chore(deps): update redhat-cop/github-workflows-operators action to v1.1.0
2 parents de4a52e + cc386b8 commit cd5d454

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
shared-operator-workflow:
1010
name: shared-operator-workflow
11-
uses: redhat-cop/github-workflows-operators/.github/workflows/pr-operator.yml@v1.0.7
11+
uses: redhat-cop/github-workflows-operators/.github/workflows/pr-operator.yml@6005dbbf6e4349cd92304439eb34518080086f62 # v1.1.0
1212
with:
1313
RUN_UNIT_TESTS: true
1414
RUN_INTEGRATION_TESTS: false

.github/workflows/push.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
shared-operator-workflow:
1212
name: shared-operator-workflow
13-
uses: redhat-cop/github-workflows-operators/.github/workflows/release-operator.yml@v1.0.7
13+
uses: redhat-cop/github-workflows-operators/.github/workflows/release-operator.yml@6005dbbf6e4349cd92304439eb34518080086f62 # v1.1.0
1414
secrets:
1515
COMMUNITY_OPERATOR_PAT: ${{ secrets.COMMUNITY_OPERATOR_PAT }}
1616
REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }}

0 commit comments

Comments
 (0)