Searched refs:Artifact (Results 1 – 2 of 2) sorted by relevance
225 const SarifArtifact &Artifact = SarifArtifact::create(Location) in createPhysicalLocation() local229 auto StatusIter = CurrentArtifacts.insert({FileURI, Artifact}); in createPhysicalLocation()303 json::Object Artifact; in endRun() local304 Artifact["location"] = std::move(Loc); in endRun()306 Artifact["length"] = static_cast<int64_t>(*A.Length); in endRun()308 Artifact["roles"] = json::Array(A.Roles); in endRun()310 Artifact["mimeType"] = A.MimeType; in endRun()312 Artifact["offset"] = *A.Offset; in endRun()313 Artifacts->push_back(json::Value(std::move(Artifact))); in endRun()
12841 CI: Update Upload Artifact Action.