-
-
Notifications
You must be signed in to change notification settings - Fork 65
Update CI workflows to fix deprecated GitHub Actions #258
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
Conversation
|
|
Co-authored-by: hsluoyz <[email protected]>
|
fix: https://github.com/casbin/casbin-cpp/actions/runs/19098520807/job/54571608773?pr=258 fix: https://github.com/casbin/casbin-cpp/actions/runs/19098521569/job/54571609532?pr=258 |
Co-authored-by: hsluoyz <[email protected]>
Fixed in 62aa4c6. The issue was a build/test configuration mismatch - Windows and macOS jobs were building with Debug config but testing with Release config, causing test failures on newer runners. |
Summary of Changes
Updated all GitHub Actions workflows to resolve CI errors caused by deprecated action versions and configuration mismatches:
Updated Workflows:
Bug Fix:
Security Note:
CodeQL detected pre-existing missing workflow permissions in the workflows. These are not introduced by this PR but existed before. They are not blocking the CI fixes and are outside the scope of this issue, which focuses on updating deprecated actions.
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.