From dd7b879c103ae0380c77ce08d7bffb43877851a9 Mon Sep 17 00:00:00 2001 From: Fufu Fang Date: Wed, 5 Jun 2024 00:22:05 +0100 Subject: [PATCH] Update codeql.yml Attempting to fix CodeQL, as per https://github.com/fangfufu/httpdirfs/issues/144 --- .github/workflows/codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index d789681..b8a232f 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -55,7 +55,7 @@ jobs: sudo apt-get update sudo apt-get install libgumbo-dev libfuse-dev libssl-dev \ libcurl4-openssl-dev uuid-dev help2man libexpat1-dev pkg-config \ - autoconf + autoconf autoconf-archive # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL