mirror of
https://github.com/codecov/codecov-action.git
synced 2025-12-08 16:16:24 +00:00
Update validation regex and bump to 1.4.1
This commit is contained in:
2
dist/index.js
vendored
2
dist/index.js
vendored
@@ -49280,7 +49280,7 @@ var calculateChecksum = function (body, i) {
|
||||
return shasum.digest('hex') + " codecov";
|
||||
};
|
||||
var getVersion = function (body) {
|
||||
var regex = /VERSION="(.*)+"/g;
|
||||
var regex = /VERSION="([\d\.]+)"/g;
|
||||
var match = regex.exec(body);
|
||||
return match ? match[1] : null;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user