summaryrefslogtreecommitdiff
path: root/.github/workflows/codeql-analysis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/codeql-analysis.yml')
-rw-r--r--.github/workflows/codeql-analysis.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index a3a8d54d2daa..486dd900e5bc 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2022 Yubico AB. All rights reserved.
+# Copyright (c) 2022-2024 Yubico AB. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
# SPDX-License-Identifier: BSD-2-Clause
@@ -22,14 +22,14 @@ permissions:
jobs:
codeql-build:
if: github.repository == 'Yubico/libfido2'
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
steps:
- name: checkout
uses: actions/checkout@v4
with:
fetch-depth: 2
- name: init codeql
- uses: github/codeql-action/init@v2
+ uses: github/codeql-action/init@v3
- name: build
env:
CC: gcc
@@ -39,4 +39,4 @@ jobs:
libpcsclite-dev
./.actions/build-linux-gcc
- name: perform codeql analysis
- uses: github/codeql-action/analyze@v2
+ uses: github/codeql-action/analyze@v3