summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPhilip H <47042125+pheiduck@users.noreply.github.com>2022-06-01 21:26:34 +0100
committerBram Moolenaar <Bram@vim.org>2022-06-01 21:26:34 +0100
commitbfaa24f95343af9c058696644375d04e660f1b00 (patch)
tree522bd8bdb46bb18a4ff9d8e7273659452c0244f2 /.github
parent882476ad7b4944a8386993e94b7e31139a314f91 (diff)
downloadvim-git-bfaa24f95343af9c058696644375d04e660f1b00.tar.gz
patch 8.2.5052: CI checkout step title is a bit crypticv8.2.5052
Problem: CI checkout step title is a bit cryptic. Solution: Add a better title. (closes #10509)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml9
-rw-r--r--.github/workflows/codeql-analysis.yml2
-rw-r--r--.github/workflows/coverity.yml3
3 files changed, 9 insertions, 5 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 62be12dda..194143040 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -61,7 +61,8 @@ jobs:
extra: vimtags
steps:
- - uses: actions/checkout@v3
+ - name: Checkout repository from github
+ uses: actions/checkout@v3
- name: Install packages
run: |
@@ -295,7 +296,8 @@ jobs:
features: [tiny, normal, huge]
steps:
- - uses: actions/checkout@v3
+ - name: Checkout repository from github
+ uses: actions/checkout@v3
- name: Install packages
if: matrix.features == 'huge'
@@ -432,7 +434,8 @@ jobs:
msystem: ${{ matrix.msystem }}
release: false
- - uses: actions/checkout@v3
+ - name: Checkout repository from github
+ uses: actions/checkout@v3
- name: Create a list of download URLs
shell: cmd
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 6b9db0349..efb9e6699 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -36,7 +36,7 @@ jobs:
# https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#overriding-automatic-language-detection
steps:
- - name: Checkout repository
+ - name: Checkout repository from github
uses: actions/checkout@v3
# Initializes the CodeQL tools for scanning.
diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml
index 7d9341e96..a58a20b61 100644
--- a/.github/workflows/coverity.yml
+++ b/.github/workflows/coverity.yml
@@ -13,7 +13,8 @@ jobs:
DEBIAN_FRONTEND: noninteractive
steps:
- - uses: actions/checkout@v3
+ - name: Checkout repository from github
+ uses: actions/checkout@v3
- name: Download Coverity
run: |