File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 49
49
# uses: github/codeql-action/autobuild@main
50
50
51
51
# ℹ️ 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
53
53
54
54
# ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
55
55
# 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<()> {
85
85
. unwrap_or_else ( |_| tracing_subscriber:: EnvFilter :: new ( "ruby_extractor=warn" ) ) ,
86
86
)
87
87
. 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/ " ) ;
89
89
let num_threads = num_codeql_threads ( ) ;
90
90
tracing:: info!(
91
91
"Using {} {}" ,
You can’t perform that action at this time.
0 commit comments