Update CI workflows to fix deprecated GitHub Actions#258
Update CI workflows to fix deprecated GitHub Actions#258
Conversation
|
|
Co-authored-by: hsluoyz <3787410+hsluoyz@users.noreply.github.com>
|
@copilot 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 <3787410+hsluoyz@users.noreply.github.com>
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.