-
Notifications
You must be signed in to change notification settings - Fork 769
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
Upgrade dependencies #1719
Upgrade dependencies #1719
Conversation
17f3c9c
to
4e6e476
Compare
This fixes the frameworks CI test failure caused by open-policy-agent/frameworks#167 |
Codecov Report
@@ Coverage Diff @@
## master #1719 +/- ##
==========================================
+ Coverage 52.04% 52.09% +0.05%
==========================================
Files 98 98
Lines 8718 8718
==========================================
+ Hits 4537 4542 +5
+ Misses 3824 3818 -6
- Partials 357 358 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Code coverage changes are because test coverage is nondeterministic. |
Upgrade gatekeeper dependencies to the most recent libraries under which all code compiles and all tests pass. Signed-off-by: Will Beason <[email protected]>
Signed-off-by: Will Beason <[email protected]>
4e6e476
to
3225cef
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.
LGTM
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.
Thanks! LGTM
* Upgrade dependencies Upgrade gatekeeper dependencies to the most recent libraries under which all code compiles and all tests pass. Signed-off-by: Will Beason <[email protected]> * Fix lint issue Signed-off-by: Will Beason <[email protected]>
* Upgrade dependencies Upgrade gatekeeper dependencies to the most recent libraries under which all code compiles and all tests pass. Signed-off-by: Will Beason <[email protected]> * Fix lint issue Signed-off-by: Will Beason <[email protected]> Signed-off-by: Priya [email protected] <[email protected]>
Upgrade gatekeeper dependencies to the most recent libraries under which
all code compiles and all tests pass.
Signed-off-by: Will Beason [email protected]