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: Sources/code-scanning/Client.swift
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -876,8 +876,8 @@ public struct Client: APIProtocol {
876
876
/// For very old analyses this data is not available,
877
877
/// and `0` is returned in this field.
878
878
///
879
-
/// **Deprecation notice**:
880
-
/// The `tool_name` field is deprecated and will, in future, not be included in the response for this endpoint. The example response reflects this change. The tool name can now be found inside the `tool` field.
879
+
/// > [!WARNING]
880
+
/// > **Deprecation notice:** The `tool_name` field is deprecated and will, in future, not be included in the response for this endpoint. The example response reflects this change. The tool name can now be found inside the `tool` field.
881
881
///
882
882
/// OAuth app tokens and personal access tokens (classic) need the `security_events` scope to use this endpoint with private or public repositories, or the `public_repo` scope to use this endpoint with only public repositories.
Copy file name to clipboardExpand all lines: Sources/code-scanning/Types.swift
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -74,8 +74,8 @@ public protocol APIProtocol: Sendable {
74
74
/// For very old analyses this data is not available,
75
75
/// and `0` is returned in this field.
76
76
///
77
-
/// **Deprecation notice**:
78
-
/// The `tool_name` field is deprecated and will, in future, not be included in the response for this endpoint. The example response reflects this change. The tool name can now be found inside the `tool` field.
77
+
/// > [!WARNING]
78
+
/// > **Deprecation notice:** The `tool_name` field is deprecated and will, in future, not be included in the response for this endpoint. The example response reflects this change. The tool name can now be found inside the `tool` field.
79
79
///
80
80
/// OAuth app tokens and personal access tokens (classic) need the `security_events` scope to use this endpoint with private or public repositories, or the `public_repo` scope to use this endpoint with only public repositories.
81
81
///
@@ -412,8 +412,8 @@ extension APIProtocol {
412
412
/// For very old analyses this data is not available,
413
413
/// and `0` is returned in this field.
414
414
///
415
-
/// **Deprecation notice**:
416
-
/// The `tool_name` field is deprecated and will, in future, not be included in the response for this endpoint. The example response reflects this change. The tool name can now be found inside the `tool` field.
415
+
/// > [!WARNING]
416
+
/// > **Deprecation notice:** The `tool_name` field is deprecated and will, in future, not be included in the response for this endpoint. The example response reflects this change. The tool name can now be found inside the `tool` field.
417
417
///
418
418
/// OAuth app tokens and personal access tokens (classic) need the `security_events` scope to use this endpoint with private or public repositories, or the `public_repo` scope to use this endpoint with only public repositories.
419
419
///
@@ -4903,8 +4903,8 @@ public enum Operations {
4903
4903
/// For very old analyses this data is not available,
4904
4904
/// and `0` is returned in this field.
4905
4905
///
4906
-
/// **Deprecation notice**:
4907
-
/// The `tool_name` field is deprecated and will, in future, not be included in the response for this endpoint. The example response reflects this change. The tool name can now be found inside the `tool` field.
4906
+
/// > [!WARNING]
4907
+
/// > **Deprecation notice:** The `tool_name` field is deprecated and will, in future, not be included in the response for this endpoint. The example response reflects this change. The tool name can now be found inside the `tool` field.
4908
4908
///
4909
4909
/// OAuth app tokens and personal access tokens (classic) need the `security_events` scope to use this endpoint with private or public repositories, or the `public_repo` scope to use this endpoint with only public repositories.
0 commit comments