Lines Matching +full:libcbor +full:- +full:dev
1 # Copyright (c) 2022-2024 Yubico AB. All rights reserved.
2 # Use of this source code is governed by a BSD-style
4 # SPDX-License-Identifier: BSD-2-Clause
11 - main
14 - main
15 - '*-ci'
17 - cron: '0 0 * * 0'
20 security-events: write
23 codeql-build:
25 runs-on: ubuntu-24.04
27 - name: checkout
30 fetch-depth: 2
31 - name: init codeql
32 uses: github/codeql-action/init@v3
33 - name: build
37 sudo apt -q update
38 sudo apt install -q -y libcbor-dev libudev-dev libz-dev original-awk \
39 libpcsclite-dev
40 ./.actions/build-linux-gcc
41 - name: perform codeql analysis
42 uses: github/codeql-action/analyze@v3