[monitoring-plugins] Update CodeQL and update runner before installing ...

GitHub git at monitoring-plugins.org
Sun Jul 3 16:00:11 CEST 2022


    Module: monitoring-plugins
    Branch: master
    Commit: 175e43133c9dbeb156e52b8e54cd04e44401f424
    Author: Lorenz <12514511+RincewindsHat at users.noreply.github.com>
 Committer: GitHub <noreply at github.com>
      Date: Sun Jul  3 15:57:55 2022 +0200
       URL: https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=175e431

Update CodeQL and update runner before installing (#1775)


---

 .github/workflows/codeql-analysis.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 9de367e..afe6ab4 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -53,6 +53,7 @@ jobs:
 
     - name: Install packages
       run: |
+        sudo apt update
         sudo apt-get install -y --no-install-recommends m4 gettext automake autoconf make build-essential
         sudo apt-get install -y --no-install-recommends perl autotools-dev libdbi-dev libldap2-dev libpq-dev \
                                                         libmysqlclient-dev libradcli-dev libkrb5-dev libdbi0-dev \
@@ -62,10 +63,10 @@ jobs:
       run: |
         ./tools/setup
         ./configure --enable-libtap
-    
+
     - name: Build
       run: |
         make
 
     - name: Perform CodeQL Analysis
-      uses: github/codeql-action/analyze at v1
+      uses: github/codeql-action/analyze at v2



More information about the Commits mailing list