mquinson / po4a

Maintain the translations of your documentation with ease (PO for anything)
http://po4a.org/
GNU General Public License v2.0
121 stars 58 forks source link

Fix linux github action #397

Closed jnavila closed 1 year ago

jnavila commented 1 year ago

Signed-off-by: Jean-Noël Avila jn.avila@free.fr

mquinson commented 1 year ago

Why is this useful? Could you point me to the relevant doc? Thx,

jnavila commented 1 year ago

Until now, checkout@v2 could be used to check out the project in the Docker CI, but it's based on node 12, which has been deprecated. Now, we have to use checkout@v3, which makes the "Build on Linux CI" check work. Otherwise, we no longer have any CI watching our back.

Checkmarx Scan is still failing, but I don't really know what it is, whether it ever worked or if it is still useful.

mquinson commented 1 year ago

Thanks, merged. Checkmarx was just an experiment, I removed it in between.