From a033a21a9633e8220bb5eaee291f771f7551b11d Mon Sep 17 00:00:00 2001 From: Raul Metsma Date: Thu, 27 Aug 2026 11:38:20 +0300 Subject: [PATCH] Update OpenSSL 3.5.8 WE2-1291 Signed-off-by: Raul Metsma --- .github/dependabot.yml | 4 ++++ .github/workflows/codeql.yml | 6 +++--- vcpkg.json | 4 ++-- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ca79ca5..eb992ab 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,7 @@ updates: directory: / schedule: interval: weekly + groups: + codeql: + patterns: + - "github/codeql-action/*" diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index b88749d..e12a46b 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -31,13 +31,13 @@ jobs: run: sudo apt update -qq && sudo apt install --no-install-recommends -y cmake libgtest-dev libpcsclite-dev - name: Initialize CodeQL - uses: github/codeql-action/init@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3 + uses: github/codeql-action/init@b96794f015dfd88f77b49b1c93e0fa7110f94c63 # v4.38.0 with: languages: cpp queries: +security-and-quality - name: Autobuild - uses: github/codeql-action/autobuild@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3 + uses: github/codeql-action/autobuild@b96794f015dfd88f77b49b1c93e0fa7110f94c63 # v4.38.0 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3 + uses: github/codeql-action/analyze@b96794f015dfd88f77b49b1c93e0fa7110f94c63 # v4.38.0 diff --git a/vcpkg.json b/vcpkg.json index ef96211..8831025 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,14 +1,14 @@ { "name": "web-eid-app", "dependencies": ["openssl", "gtest"], - "builtin-baseline": "7849750896c86bd7a4a02ed760812dba321a4a9b", + "builtin-baseline": "99e82d9c9f0b281ec11fba48cc8434574a2b6e66", "vcpkg-configuration": { "registries": [ { "kind": "git", "repository": "https://github.com/open-eid/vcpkg-ports", "reference": "vcpkg-registry", - "baseline": "230d98d5832f3bacd75e5af79adf34587d02846b", + "baseline": "6daff78a7188881762bb2c6aef721b3c1f35edb7", "packages": ["openssl"] } ]