[monitoring-plugins] Update CodeQL and update runner before installing
RincewindsHat
git at monitoring-plugins.org
Sun Jul 3 13:50:10 CEST 2022
Module: monitoring-plugins
Branch: update_code_ql
Commit: c5f27d5dc16d0d1e4f6faa860648f0efe7e173cd
Author: RincewindsHat <12514511+RincewindsHat at users.noreply.github.com>
Date: Sun Jul 3 13:48:42 2022 +0200
URL: https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=c5f27d5
Update CodeQL and update runner before installing
---
.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