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
Copy file name to clipboardExpand all lines: misc/github-action.sh
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,12 @@
1
1
#!/bin/sh -l
2
2
3
+
# NOTE:
4
+
# This file is invoked by datadog-static-analyzer-github-action@v1 and v2. These actions are
5
+
# no longer supported. Any proposed changes to the logic below should be added instead to the
6
+
# action steps in datadog-static-analyzer-github-action@v3.
7
+
8
+
echo"::warning title=Unsupported Action Version::datadog-static-analyzer-github-action@v1 and v2 are unsupported.%0A%0AConsider upgrading to v3.%0A%0ASee: https://github.com/DataDog/datadog-static-analyzer-github-action/releases/tag/v3.0.0"
0 commit comments