File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4949 # uses: github/codeql-action/autobuild@main
5050
5151 # ℹ️ Command-line programs to run using the OS shell.
52- # 📚 https://git.io/JvXDl
52+ # 📚 https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
5353
5454 # ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
5555 # and modify them (or add more) to build your code if your project
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ fn main() -> std::io::Result<()> {
8585 . unwrap_or_else ( |_| tracing_subscriber:: EnvFilter :: new ( "ruby_extractor=warn" ) ) ,
8686 )
8787 . init ( ) ;
88- tracing:: warn!( "Support for Ruby is currently in Beta: https://git.io/ codeql-language-support " ) ;
88+ tracing:: warn!( "Support for Ruby is currently in Beta: https://codeql.github.com/docs/ codeql-overview/supported-languages-and-frameworks/ " ) ;
8989 let num_threads = num_codeql_threads ( ) ;
9090 tracing:: info!(
9191 "Using {} {}" ,
You can’t perform that action at this time.
0 commit comments