File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -38,11 +38,11 @@ jobs:
3838
3939 steps :
4040 - name : Checkout repository
41- uses : actions/checkout@v3
41+ uses : actions/checkout@v4
4242
4343 # Initializes the CodeQL tools for scanning.
4444 - name : Initialize CodeQL
45- uses : github/codeql-action/init@v2
45+ uses : github/codeql-action/init@v3
4646 with :
4747 languages : ${{ matrix.language }}
4848 # If you wish to specify custom queries, you can do so here or in a config file.
8383
8484
8585 - name : Perform CodeQL Analysis
86- uses : github/codeql-action/analyze@v2
86+ uses : github/codeql-action/analyze@v3
Original file line number Diff line number Diff line change 4040 extra-flags : -DJINJA2CPP_STRICT_WARNINGS=OFF
4141
4242 steps :
43- - uses : actions/checkout@v3
43+ - uses : actions/checkout@v4
4444 - name : Setup environment
4545 env :
4646 INPUT_COMPILER : ${{ matrix.compiler }}
Original file line number Diff line number Diff line change 4646
4747
4848 steps :
49- - uses : actions/checkout@v3
49+ - uses : actions/checkout@v4
5050
5151 - name : Build
5252 shell : cmd
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.23.0)
22project (Jinja2Cpp VERSION 1.3.1)
3-
3+
44if ("${CMAKE_SOURCE_DIR} " STREQUAL "${CMAKE_CURRENT_SOURCE_DIR} " )
55 set (JINJA2CPP_IS_MAIN_PROJECT TRUE )
66else ()
Original file line number Diff line number Diff line change 11<div align =" center " ><img width =" 200 " src =" https://avatars0.githubusercontent.com/u/49841676?s=200&v=4 " ></div >
22
33# Jinja2С++
4-
4+
55[ ![ Language] ( https://img.shields.io/badge/language-C++-blue.svg )] ( https://isocpp.org/ )
66[ ![ Standard] ( https://img.shields.io/badge/c%2B%2B-14-blue.svg )] ( https://en.wikipedia.org/wiki/C%2B%2B#Standardization )
77[ ![ Standard] ( https://img.shields.io/badge/c%2B%2B-17-blue.svg )] ( https://en.wikipedia.org/wiki/C%2B%2B#Standardization )
You can’t perform that action at this time.
0 commit comments