Skip to content

CodeQL

CodeQL #87

Triggered via schedule February 11, 2024 00:50
Status Success
Total duration 3m 2s
Artifacts

codeql-analysis.yml

on: schedule
Matrix: analyze
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
analyze (csharp)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, github/codeql-action/init@v2, github/codeql-action/analyze@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
analyze (csharp): src/Noisrev.League.IO.RST/Internal/BytesWriter.cs#L67
The 'ref' modifier for argument 2 corresponding to 'in' parameter is equivalent to 'in'. Consider using 'in' instead.
analyze (csharp): src/Noisrev.League.IO.RST/Internal/BytesWriter.cs#L77
The 'ref' modifier for argument 2 corresponding to 'in' parameter is equivalent to 'in'. Consider using 'in' instead.
analyze (csharp): src/Noisrev.League.IO.RST/Internal/BytesWriter.cs#L87
The 'ref' modifier for argument 2 corresponding to 'in' parameter is equivalent to 'in'. Consider using 'in' instead.
analyze (csharp): src/Noisrev.League.IO.RST/Internal/BytesWriter.cs#L97
The 'ref' modifier for argument 2 corresponding to 'in' parameter is equivalent to 'in'. Consider using 'in' instead.
analyze (csharp): src/Noisrev.League.IO.RST/Internal/BytesWriter.cs#L107
The 'ref' modifier for argument 2 corresponding to 'in' parameter is equivalent to 'in'. Consider using 'in' instead.
analyze (csharp): src/Noisrev.League.IO.RST/Internal/BytesWriter.cs#L117
The 'ref' modifier for argument 2 corresponding to 'in' parameter is equivalent to 'in'. Consider using 'in' instead.
analyze (csharp): src/Noisrev.League.IO.RST/Internal/BytesWriter.cs#L127
The 'ref' modifier for argument 2 corresponding to 'in' parameter is equivalent to 'in'. Consider using 'in' instead.
analyze (csharp): src/Noisrev.League.IO.RST/Internal/BytesWriter.cs#L137
The 'ref' modifier for argument 2 corresponding to 'in' parameter is equivalent to 'in'. Consider using 'in' instead.
analyze (csharp): src/Noisrev.League.IO.RST/Internal/BytesWriter.cs#L67
The 'ref' modifier for argument 2 corresponding to 'in' parameter is equivalent to 'in'. Consider using 'in' instead.
analyze (csharp): src/Noisrev.League.IO.RST/Internal/BytesWriter.cs#L77
The 'ref' modifier for argument 2 corresponding to 'in' parameter is equivalent to 'in'. Consider using 'in' instead.
analyze (csharp)
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/