diff .github/workflows/codeql-analysis.yml @ 23221:4046b3d17d60 v8.2.2156

patch 8.2.2156: Github actions run on pusing a tag Commit: https://github.com/vim/vim/commit/b5b77378bc35cb268c384e98c59f2bf8cb406270 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Dec 18 13:31:31 2020 +0100 patch 8.2.2156: Github actions run on pusing a tag Problem: Github actions run on pusing a tag. Solution: Don't run CI on tag push. Omit coveralls on pull-request. (Ozaki Kiichi, closes #7489)
author Bram Moolenaar <Bram@vim.org>
date Fri, 18 Dec 2020 13:45:04 +0100
parents 7118d32f94a5
children d4faa2c5211b
line wrap: on
line diff
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -31,10 +31,6 @@ jobs:
     steps:
     - name: Checkout repository
       uses: actions/checkout@v2
-      with:
-        # We must fetch at least the immediate parents so that if this is
-        # a pull request then we can checkout the head.
-        fetch-depth: 2
 
     # Initializes the CodeQL tools for scanning.
     - name: Initialize CodeQL