Patch 8.2.2155
Problem: Warning from Github actions for code analysis.
Solution: Remove the "git checkout HEAD^2" block.
Files: .github/workflows/codeql-analysis.yml
*** ../vim-8.2.2154/.github/workflows/codeql-analysis.yml 2020-10-02
10:29:28.520196600 +0200
--- .github/workflows/codeql-analysis.yml 2020-12-18 13:13:33.184850388
+0100
***************
*** 36,46 ****
# a pull request then we can checkout the head.
fetch-depth: 2
- # If this run was triggered by a pull request event, then checkout
- # the head of the pull request instead of the merge commit.
- - run: git checkout HEAD^2
- if: ${{ github.event_name == 'pull_request' }}
-
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
--- 36,41 ----
*** ../vim-8.2.2154/src/version.c 2020-12-17 22:27:34.633086324 +0100
--- src/version.c 2020-12-18 13:15:04.448496648 +0100
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 2155,
/**/
--
ARTHUR: You are indeed brave Sir knight, but the fight is mine.
BLACK KNIGHT: Had enough?
ARTHUR: You stupid bastard. You havn't got any arms left.
"Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/202012181215.0BICFwbf1240078%40masaka.moolenaar.net.