You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2023/01/15 15:04:26 UTC

[libcloud] branch trunk updated: Update checkout GHA action to avoid nodejs 12 warning.

This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 6e23b1f33 Update checkout GHA action to avoid nodejs 12 warning.
6e23b1f33 is described below

commit 6e23b1f336b1fda58470810fbd7feda81f4be70b
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Sun Jan 15 16:04:09 2023 +0100

    Update checkout GHA action to avoid nodejs 12 warning.
---
 .github/workflows/codeql-analysis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 4200c1e1b..17e104d43 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -53,7 +53,7 @@ jobs:
 
     steps:
     - name: Checkout repository
-      uses: actions/checkout@v2
+      uses: actions/checkout@master
 
     - name: Initialize CodeQL
       uses: github/codeql-action/init@v2