summaryrefslogtreecommitdiffstats
path: root/.github/workflows/coverity.yml
diff options
context:
space:
mode:
authorPhilip H <47042125+pheiduck@users.noreply.github.com>2022-05-20 17:19:06 +0100
committerBram Moolenaar <Bram@vim.org>2022-05-20 17:19:06 +0100
commit8a83ffdc43a4fc904f686864a24a5b0f240df593 (patch)
tree5f640d37f0aa7986a6cde67369c404b1b17efed9 /.github/workflows/coverity.yml
parent875339b22a989d0782097036169e8fb9e2100d7e (diff)
patch 8.2.4986: some github actions are outdatedv8.2.4986
Problem: Some github actions are outdated. Solution: Update CodeQl to v2, update checkout to v3. (closes #10450)
Diffstat (limited to '.github/workflows/coverity.yml')
-rw-r--r--.github/workflows/coverity.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml
index 4b3ee192c7..7d9341e969 100644
--- a/.github/workflows/coverity.yml
+++ b/.github/workflows/coverity.yml
@@ -13,7 +13,7 @@ jobs:
DEBIAN_FRONTEND: noninteractive
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Download Coverity
run: |