lotusdocs
lotusdocs copied to clipboard
Updated: CodeQL workflow to use latest action versions
PR: Update CodeQL Workflow to Use v3 Actions
Summary
This PR updates the codeql-analysis.yaml workflow to address the deprecation of CodeQL Action v2 by upgrading to v3.
🔧 Changes Made
- Upgraded
github/codeql-action/initfromv2tov3. - Upgraded
github/codeql-action/autobuildfromv2tov3. - Updated
actions/checkoutfromv3tov4. - Switched
runs-onfromubuntu-20.04toubuntu-latestfor improved compatibility and longevity.
📌 Motivation
GitHub announced the deprecation of CodeQL Action v2. To ensure continued support and security scanning functionality, this workflow has been updated accordingly.
🔍 Checklist
- [x] Verified updated workflow syntax.
- [x] Confirmed CI still passes with updated actions.
Deploy request for hugo-lotusdocs pending review.
Visit the deploys page to approve it
| Name | Link |
|---|---|
| Latest commit | 90df19b0e5e5e9a440ced3f53f378b1a23ece20c |
Thank you!