From 43ea56cd8791aa0a59634293ce21fd2bd2c77488 Mon Sep 17 00:00:00 2001 From: anthony sottile Date: Tue, 26 Apr 2022 10:54:15 -0400 Subject: [PATCH] fix: replace git.io links with redirect targets see: https://github.blog/changelog/2022-04-25-git-io-deprecation/ Committed via https://github.com/asottile/all-repos --- .github/workflows/codeql-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 00b74bf93f88..facd3fa52abf 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -53,7 +53,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/reference/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