-
Notifications
You must be signed in to change notification settings - Fork 3
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
⬆️ [maykinmedia/open-api-framework#93] Security updates #313
base: master
Are you sure you want to change the base?
Conversation
c769784
to
0beac76
Compare
0beac76
to
1b3310f
Compare
1b3310f
to
4fe0d18
Compare
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.
Looks fine, but oaf-check.yml is run on PRs in open-klant which might become a problem. So it should be removed before merging.
because the action now creates PRs, which might result in a loop
set -ex | ||
|
||
command -v uv || (echo "uv not found on PATH. Install it https://astral.sh/uv" >&2 && exit 1) | ||
|
||
cwd="${PWD}" |
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.
-c ci.txt | ||
-r ci.txt | ||
|
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.
Requires maykinmedia/open-api-workflows#8 to be mergedFixes maykinmedia/open-api-framework#93 partially
Fixes maykinmedia/open-api-framework#81 partially
Changes