View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0037010 | mantisbt | tools | public | 2026-04-10 20:41 | 2026-04-10 20:55 |
| Reporter | dregad | Assigned To | dregad | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | 2.27.1 | ||||
| Target Version | 2.28.2 | Fixed in Version | 2.28.2 | ||
| Summary | 0037010: Github Actions: deprecated actions warning | ||||
| Description | When running the MantisBT unit tests workflow, GitHub Actions report the following warning (line breaks and formatting added for clarity):
| ||||
| Tags | No tags attached. | ||||
|
We were using hardcoded actions versions:
We should switch to the latest "dynamic" versions: v6 for checkout, and v2 for setup-php. This way our builds will automatically use the latest available version, unless a new major release comes out. |
|
|
MantisBT: master-2.28 6e04bbb2 2026-04-10 13:56 Details Diff |
GHA: update actions to latest versions We were using hardcoded action versions, switching to dynamic tags, so we automatically use the latest available version. Unit tests: - actions/checkout: v4.1.0 => v6 - shivammathur/setup-php: 2.29.0 => v2 Documentation: - actions/checkout: v4 => v6 Fixes 0037010 |
Affected Issues 0037010 |
|
| mod - .github/workflows/documentation.yml | Diff File | ||
| mod - .github/workflows/mantisbt.yml | Diff File | ||