-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Publish swagger, fix CVE-2024-22262, improve tavern test readme #552
Conversation
feat(impl):[XXX] fix cve-2024-22262
Co-authored-by: Jaro Hartmann <[email protected]>
chore(tavern): [#xxx] improve tavern test readme
…n-docs feat(impl):[#500] publish swagger ui in github pages
@@ -112,10 +107,26 @@ | |||
run: | | |||
mv docs/src/diagram-replacer/assets/ docs/target/generated-docs/assets/ | |||
|
|||
- name: Generate Swagger UI | |||
uses: Legion2/swagger-ui-action@v1 |
Check notice
Code scanning / KICS
Unpinned Actions Full Length Commit SHA Note
- name: Update documentation on GitHub Pages | ||
if: github.ref == 'refs/heads/main' | ||
uses: peaceiris/actions-gh-pages@v3.9.3 | ||
uses: peaceiris/actions-gh-pages@v4 |
Check notice
Code scanning / KICS
Unpinned Actions Full Length Commit SHA Note
|
||
- name: Deploy Swagger UI to GitHub Pages | ||
if: github.ref == 'refs/heads/main' | ||
uses: peaceiris/actions-gh-pages@v4 |
Check notice
Code scanning / KICS
Unpinned Actions Full Length Commit SHA Note
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…523-fix-ess-state feat(ess):[TRI-1523] Add state to BpnInvestigationJob which will be u…
Description
Pre-review checks
Please ensure to do as many of the following checks as possible, before asking for committer review: