You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# based on tracer implementation: https://github.com/DataDog/dd-trace-java/blob/master/dd-java-agent/agent-bootstrap/src/main/java/datadog/trace/bootstrap/instrumentation/decorator/TestDecorator.java#L55-L77
# based on tracer implementation: https://github.com/DataDog/dd-trace-java/blob/master/dd-java-agent/agent-bootstrap/src/main/java/datadog/trace/bootstrap/instrumentation/decorator/TestDecorator.java#L55-L77
Copy file name to clipboardExpand all lines: .github/workflows/README.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,7 @@ _Recovery:_ Manually trigger the action again on the relevant tag.
54
54
_Trigger:_ When creating a minor or major version tag.
55
55
56
56
_Actions:_
57
+
57
58
* Close the milestone related to the tag,
58
59
* Create a new milestone by incrementing minor version.
59
60
@@ -76,6 +77,7 @@ _Notes:_ _Download releases_ are special GitHub releases with fixed URL and tags
76
77
_Trigger:_ When a release is published. Releases of type `prereleased` should skip this.
77
78
78
79
_Action:_
80
+
79
81
* Find all issues related to the release by checking the related milestone,
80
82
* Add a comment to let know the issue was addressed by the newly published release,
81
83
* Close all those issues.
@@ -105,10 +107,13 @@ _Recovery:_ Manually trigger the action again.
105
107
106
108
_Trigger:_ When pushing commits to `master` or any pull request targeting `master`.
107
109
108
-
_Action:_
110
+
_Action:_
111
+
109
112
* Run [DataDog Static Analysis](https://docs.datadoghq.com/static_analysis/) and upload result to DataDog Code Analysis,
110
-
* Run [GitHub CodeQL](https://codeql.github.com/) action, upload result to GitHub security tab and DataDog Code Analysis -- do not apply to pull request, only when pushing to `master`,
111
-
* Run [Trivy security scanner](https://github.com/aquasecurity/trivy) on built artifacts and upload result to GitHub security tab.
113
+
* Run [GitHub CodeQL](https://codeql.github.com/) action, upload result to GitHub security tab -- do not apply to pull request, only when pushing to `master`,
114
+
* Run [Trivy security scanner](https://github.com/aquasecurity/trivy) on built artifacts and upload result to GitHub security tab and Datadog Code Analysis.
115
+
116
+
_Notes:_ Results are sent on both production and staging environments.
0 commit comments