Skip to content

fmt: fix format string in fmt_timestamp() (#874) #2716

fmt: fix format string in fmt_timestamp() (#874)

fmt: fix format string in fmt_timestamp() (#874) #2716

Workflow file for this run

name: "CodeQL"
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
analyze:
name: CodeQL Analyze
runs-on: ubuntu-latest
env:
CMAKE_GENERATOR: Ninja
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: cpp
queries: security-extended
- name: install packages
run: |
sudo apt-get update && sudo apt-get install -y ninja-build
- run: |
cmake -B build && cmake --build build
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2