Searched refs:Artifact (Results 1 – 2 of 2) sorted by relevance
226 const SarifArtifact &Artifact = SarifArtifact::create(Location) in createPhysicalLocation() local230 auto StatusIter = CurrentArtifacts.insert({FileURI, Artifact}); in createPhysicalLocation()304 json::Object Artifact; in endRun() local305 Artifact["location"] = std::move(Loc); in endRun()307 Artifact["length"] = static_cast<int64_t>(*A.Length); in endRun()309 Artifact["roles"] = json::Array(A.Roles); in endRun()311 Artifact["mimeType"] = A.MimeType; in endRun()313 Artifact["offset"] = *A.Offset; in endRun()314 Artifacts->push_back(json::Value(std::move(Artifact))); in endRun()
10778 CI: Update Upload Artifact Action.