Skip to content

Commit 18f6922

Browse files
committed
patch 8.2.2155: warning from Github actions for code analysis
Problem: Warning from Github actions for code analysis. Solution: Remove the "git checkout HEAD^2" block.
1 parent 0353f56 commit 18f6922

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,6 @@ jobs:
3636
# a pull request then we can checkout the head.
3737
fetch-depth: 2
3838

39-
# If this run was triggered by a pull request event, then checkout
40-
# the head of the pull request instead of the merge commit.
41-
- run: git checkout HEAD^2
42-
if: ${{ github.event_name == 'pull_request' }}
43-
4439
# Initializes the CodeQL tools for scanning.
4540
- name: Initialize CodeQL
4641
uses: github/codeql-action/init@v1

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -750,6 +750,8 @@ static char *(features[]) =
750750

751751
static int included_patches[] =
752752
{ /* Add new patch number below this line */
753+
/**/
754+
2155,
753755
/**/
754756
2154,
755757
/**/

0 commit comments

Comments
 (0)