mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-19 15:38:39 +02:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c832bb9ce6 |
@@ -83,7 +83,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository from GitHub
|
- name: Checkout repository from GitHub
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6.0.3
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
timeout-minutes: 15
|
timeout-minutes: 15
|
||||||
@@ -170,7 +170,7 @@ jobs:
|
|||||||
- name: Codecov
|
- name: Codecov
|
||||||
timeout-minutes: 20
|
timeout-minutes: 20
|
||||||
if: matrix.coverage
|
if: matrix.coverage
|
||||||
uses: codecov/codecov-action@v6
|
uses: codecov/codecov-action@v7
|
||||||
with:
|
with:
|
||||||
flags: linux,${{ matrix.features }}-${{ matrix.compiler }}-${{ join(matrix.extra, '-') }}
|
flags: linux,${{ matrix.features }}-${{ matrix.compiler }}-${{ join(matrix.extra, '-') }}
|
||||||
token: ${{ secrets.CODECOV_TOKEN }}
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository from GitHub
|
- name: Checkout repository from GitHub
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6.0.3
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
timeout-minutes: 15
|
timeout-minutes: 15
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository from GitHub
|
- name: Checkout repository from GitHub
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6.0.3
|
||||||
|
|
||||||
- name: Install packages
|
- name: Install packages
|
||||||
if: matrix.features == 'huge'
|
if: matrix.features == 'huge'
|
||||||
|
|||||||
@@ -128,7 +128,7 @@ jobs:
|
|||||||
release: false
|
release: false
|
||||||
|
|
||||||
- name: Checkout repository from GitHub
|
- name: Checkout repository from GitHub
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6.0.3
|
||||||
|
|
||||||
- name: Create a list of download URLs
|
- name: Create a list of download URLs
|
||||||
shell: cmd
|
shell: cmd
|
||||||
@@ -355,7 +355,7 @@ jobs:
|
|||||||
- name: Codecov
|
- name: Codecov
|
||||||
timeout-minutes: 20
|
timeout-minutes: 20
|
||||||
if: matrix.coverage
|
if: matrix.coverage
|
||||||
uses: codecov/codecov-action@v6
|
uses: codecov/codecov-action@v7
|
||||||
with:
|
with:
|
||||||
directory: src
|
directory: src
|
||||||
flags: windows,${{ matrix.toolchain }}-${{ matrix.arch }}-${{ matrix.features }}
|
flags: windows,${{ matrix.toolchain }}-${{ matrix.arch }}-${{ matrix.features }}
|
||||||
|
|||||||
@@ -44,11 +44,11 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository from github
|
- name: Checkout repository from github
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6.0.3
|
||||||
|
|
||||||
# Initializes the CodeQL tools for scanning.
|
# Initializes the CodeQL tools for scanning.
|
||||||
- name: Initialize CodeQL
|
- name: Initialize CodeQL
|
||||||
uses: github/codeql-action/init@v4.36.0
|
uses: github/codeql-action/init@v4.36.2
|
||||||
with:
|
with:
|
||||||
languages: ${{ matrix.language }}
|
languages: ${{ matrix.language }}
|
||||||
# If you wish to specify custom queries, you can do so here or in a config file.
|
# If you wish to specify custom queries, you can do so here or in a config file.
|
||||||
@@ -59,7 +59,7 @@ jobs:
|
|||||||
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
|
# 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)
|
# If this step fails, then you should remove it and run the build manually (see below)
|
||||||
- name: Autobuild
|
- name: Autobuild
|
||||||
uses: github/codeql-action/autobuild@v4.36.0
|
uses: github/codeql-action/autobuild@v4.36.2
|
||||||
|
|
||||||
# ℹ️ Command-line programs to run using the OS shell.
|
# ℹ️ Command-line programs to run using the OS shell.
|
||||||
# 📚 https://git.io/JvXDl
|
# 📚 https://git.io/JvXDl
|
||||||
@@ -73,4 +73,4 @@ jobs:
|
|||||||
# make release
|
# make release
|
||||||
|
|
||||||
- name: Perform CodeQL Analysis
|
- name: Perform CodeQL Analysis
|
||||||
uses: github/codeql-action/analyze@v4.36.0
|
uses: github/codeql-action/analyze@v4.36.2
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout repository from github
|
- name: Checkout repository from github
|
||||||
if: env.TOKEN
|
if: env.TOKEN
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6.0.3
|
||||||
|
|
||||||
- name: Download Coverity
|
- name: Download Coverity
|
||||||
if: env.TOKEN
|
if: env.TOKEN
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ jobs:
|
|||||||
lychee:
|
lychee:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v6.0.3
|
||||||
- name: Run Lychee
|
- name: Run Lychee
|
||||||
uses: lycheeverse/lychee-action@v2
|
uses: lycheeverse/lychee-action@v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -64,7 +64,7 @@ jobs:
|
|||||||
runs-on: ${{ inputs.os }}
|
runs-on: ${{ inputs.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6.0.3
|
||||||
|
|
||||||
- name: Set up legacy build
|
- name: Set up legacy build
|
||||||
if: inputs.legacy
|
if: inputs.legacy
|
||||||
|
|||||||
Reference in New Issue
Block a user