To: vim_dev@googlegroups.com Subject: Patch 8.2.4986 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.4986 Problem: Some github actions are outdated. Solution: Update CodeQl to v2, update checkout to v3. (closes #10450) Files: .github/workflows/ci.yml, .github/workflows/codeql-analysis.yml, .github/workflows/coverity.yml *** ../vim-8.2.4985/.github/workflows/ci.yml 2022-05-02 10:34:11.177183883 +0100 --- .github/workflows/ci.yml 2022-05-20 17:16:12.700744544 +0100 *************** *** 61,67 **** extra: vimtags steps: ! - uses: actions/checkout@v2 - name: Install packages run: | --- 61,67 ---- extra: vimtags steps: ! - uses: actions/checkout@v3 - name: Install packages run: | *************** *** 295,301 **** features: [tiny, normal, huge] steps: ! - uses: actions/checkout@v2 - name: Install packages if: matrix.features == 'huge' --- 295,301 ---- features: [tiny, normal, huge] steps: ! - uses: actions/checkout@v3 - name: Install packages if: matrix.features == 'huge' *************** *** 432,438 **** msystem: ${{ matrix.msystem }} release: false ! - uses: actions/checkout@v2 - name: Create a list of download URLs shell: cmd --- 432,438 ---- msystem: ${{ matrix.msystem }} release: false ! - uses: actions/checkout@v3 - name: Create a list of download URLs shell: cmd *** ../vim-8.2.4985/.github/workflows/codeql-analysis.yml 2021-12-25 11:20:00.237496694 +0000 --- .github/workflows/codeql-analysis.yml 2022-05-20 17:16:12.700744544 +0100 *************** *** 37,47 **** steps: - name: Checkout repository ! uses: actions/checkout@v2 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL ! uses: github/codeql-action/init@v1 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. --- 37,47 ---- steps: - name: Checkout repository ! uses: actions/checkout@v3 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL ! uses: github/codeql-action/init@v2 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. *************** *** 52,58 **** # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild ! uses: github/codeql-action/autobuild@v1 # ℹī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl --- 52,58 ---- # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild ! uses: github/codeql-action/autobuild@v2 # ℹī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl *************** *** 66,69 **** # make release - name: Perform CodeQL Analysis ! uses: github/codeql-action/analyze@v1 --- 66,69 ---- # make release - name: Perform CodeQL Analysis ! uses: github/codeql-action/analyze@v2 *** ../vim-8.2.4985/.github/workflows/coverity.yml 2021-08-09 12:20:30.198002335 +0100 --- .github/workflows/coverity.yml 2022-05-20 17:16:12.700744544 +0100 *************** *** 13,19 **** DEBIAN_FRONTEND: noninteractive steps: ! - uses: actions/checkout@v2 - name: Download Coverity run: | --- 13,19 ---- DEBIAN_FRONTEND: noninteractive steps: ! - uses: actions/checkout@v3 - name: Download Coverity run: | *** ../vim-8.2.4985/src/version.c 2022-05-20 14:10:45.324929965 +0100 --- src/version.c 2022-05-20 17:18:35.388536126 +0100 *************** *** 748,749 **** --- 748,751 ---- { /* Add new patch number below this line */ + /**/ + 4986, /**/ -- hundred-and-one symptoms of being an internet addict: 242. You turn down a better-paying job because it doesn't come with a free e-mail account. /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///