Skip to content

Commit

Permalink
Expand git.io URLs in codeql-analysis workflow (fix #2957)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgonggrijp committed Apr 28, 2022
1 parent e7e719e commit c7ce0d7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/codeql-analysis.yml
Expand Up @@ -40,7 +40,8 @@ jobs:
matrix:
language: [ 'javascript' ]
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
# Learn more about CodeQL language support at https://git.io/codeql-language-support
# Learn more about CodeQL language support at
# https://codeql.github.com/docs/codeql-overview/supported-languages-and-frameworks/

steps:
- name: Checkout repository
Expand All @@ -63,7 +64,7 @@ jobs:
uses: github/codeql-action/autobuild@v1

# ℹ️ 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

# ✏️ 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
Expand Down

0 comments on commit c7ce0d7

Please sign in to comment.