mirror of
https://github.com/github/codeql.git
synced 2025-12-16 08:43:11 +01:00
Merge pull request #8885 from SukkaW/replace-git-io-link
This commit is contained in:
2
.github/workflows/codeql-analysis.yml
vendored
2
.github/workflows/codeql-analysis.yml
vendored
@@ -49,7 +49,7 @@ jobs:
|
|||||||
# uses: github/codeql-action/autobuild@main
|
# uses: github/codeql-action/autobuild@main
|
||||||
|
|
||||||
# ℹ️ Command-line programs to run using the OS shell.
|
# ℹ️ Command-line programs to run using the OS shell.
|
||||||
# 📚 https://git.io/JvXDl
|
# 📚 https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
|
||||||
|
|
||||||
# ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
|
# ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
|
||||||
# and modify them (or add more) to build your code if your project
|
# and modify them (or add more) to build your code if your project
|
||||||
|
|||||||
@@ -85,7 +85,7 @@ fn main() -> std::io::Result<()> {
|
|||||||
.unwrap_or_else(|_| tracing_subscriber::EnvFilter::new("ruby_extractor=warn")),
|
.unwrap_or_else(|_| tracing_subscriber::EnvFilter::new("ruby_extractor=warn")),
|
||||||
)
|
)
|
||||||
.init();
|
.init();
|
||||||
tracing::warn!("Support for Ruby is currently in Beta: https://git.io/codeql-language-support");
|
tracing::warn!("Support for Ruby is currently in Beta: https://codeql.github.com/docs/codeql-overview/supported-languages-and-frameworks/");
|
||||||
let num_threads = num_codeql_threads();
|
let num_threads = num_codeql_threads();
|
||||||
tracing::info!(
|
tracing::info!(
|
||||||
"Using {} {}",
|
"Using {} {}",
|
||||||
|
|||||||
Reference in New Issue
Block a user