From 8a83ffdc43a4fc904f686864a24a5b0f240df593 Mon Sep 17 00:00:00 2001 From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Fri, 20 May 2022 17:19:06 +0100 Subject: patch 8.2.4986: some github actions are outdated Problem: Some github actions are outdated. Solution: Update CodeQl to v2, update checkout to v3. (closes #10450) --- .github/workflows/coverity.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/coverity.yml') 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: | -- cgit v1.2.3