Skip to content

Commit 70e6edd

Browse files
authored
chore(ci): revert merged actions prerelease (#2357)
1 parent 1e40a45 commit 70e6edd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/pr-close.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions: {}
1414
jobs:
1515
cleanup:
1616
name: Cleanup and Image Promotion
17-
uses: bcgov/quickstart-openshift-helpers/.github/workflows/.pr-close.yml@v0.10.0
17+
uses: bcgov/quickstart-openshift-helpers/.github/workflows/.pr-close.yml@v0.9.0
1818
permissions:
1919
packages: write
2020
secrets:

.github/workflows/pr-validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
if: (! github.event.pull_request.draft)
1717
permissions:
1818
pull-requests: write
19-
uses: bcgov/quickstart-openshift-helpers/.github/workflows/.pr-validate.yml@v0.10.0
19+
uses: bcgov/quickstart-openshift-helpers/.github/workflows/.pr-validate.yml@v0.9.0
2020
with:
2121
markdown_links: |
2222
- [Frontend](https://${{ github.event.repository.name }}-${{ github.event.number }}-frontend.apps.silver.devops.gov.bc.ca)

.github/workflows/scheduled.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
name: SchemaSpy
6161
permissions:
6262
contents: write
63-
uses: bcgov/quickstart-openshift-helpers/.github/workflows/.schema-spy.yml@v0.10.0
63+
uses: bcgov/quickstart-openshift-helpers/.github/workflows/.schema-spy.yml@v0.9.0
6464

6565
# Run sequentially to reduce chances of rate limiting
6666
zap:

0 commit comments

Comments
 (0)