(sha string)
| 670 | } |
| 671 | |
| 672 | func truncateSHAForLog(sha string) string { |
| 673 | return stringutil.Truncate(sha, 11) |
| 674 | } |
| 675 | |
| 676 | // PruneStaleGHAWEntries removes entries from the cache for the gh-aw-actions |
| 677 | // repository whose version does not match the current compiler version. |
no test coverage detected