diff options
author | Baoshuo Ren <i@baoshuo.ren> | 2022-07-12 23:27:04 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-12 17:27:04 +0200 |
commit | 016872ffe03ab9107b1bc62fae674a4809c3b23f (patch) | |
tree | bcc6793a6b7485338a86de4f1c7404eba593394a /.github/workflows | |
parent | 01819bc3bcc44282e5bb9301c3478d837d1e5152 (diff) | |
download | jquery-016872ffe03ab9107b1bc62fae674a4809c3b23f.tar.gz jquery-016872ffe03ab9107b1bc62fae674a4809c3b23f.zip |
Docs: Remove git.io from a GitHub Actions comment
All links on git.io are deprecated and may stop redirecting at a certain point.
See https://github.blog/changelog/2022-04-25-git-io-deprecation/
Closes gh-5036
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/codeql-analysis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index fbd8bba19..bc31d6a3c 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -37,7 +37,7 @@ jobs: uses: github/codeql-action/autobuild@v2 # âšī¸ 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 # and modify them (or add more) to build your code if your project |