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:
38
38
39
39
steps :
40
40
- name : Checkout repository
41
- uses : actions/checkout@v3
41
+ uses : actions/checkout@v4
42
42
43
43
# Initializes the CodeQL tools for scanning.
44
44
- name : Initialize CodeQL
45
- uses : github/codeql-action/init@v2
45
+ uses : github/codeql-action/init@v3
46
46
with :
47
47
languages : ${{ matrix.language }}
48
48
# If you wish to specify custom queries, you can do so here or in a config file.
83
83
84
84
85
85
- 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 40
40
extra-flags : -DJINJA2CPP_STRICT_WARNINGS=OFF
41
41
42
42
steps :
43
- - uses : actions/checkout@v3
43
+ - uses : actions/checkout@v4
44
44
- name : Setup environment
45
45
env :
46
46
INPUT_COMPILER : ${{ matrix.compiler }}
Original file line number Diff line number Diff line change 46
46
47
47
48
48
steps :
49
- - uses : actions/checkout@v3
49
+ - uses : actions/checkout@v4
50
50
51
51
- name : Build
52
52
shell : cmd
Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.23.0)
2
2
project (Jinja2Cpp VERSION 1.3.1)
3
-
3
+
4
4
if ("${CMAKE_SOURCE_DIR} " STREQUAL "${CMAKE_CURRENT_SOURCE_DIR} " )
5
5
set (JINJA2CPP_IS_MAIN_PROJECT TRUE )
6
6
else ()
Original file line number Diff line number Diff line change 1
1
<div align =" center " ><img width =" 200 " src =" https://avatars0.githubusercontent.com/u/49841676?s=200&v=4 " ></div >
2
2
3
3
# Jinja2С++
4
-
4
+
5
5
[ ![ Language] ( https://img.shields.io/badge/language-C++-blue.svg )] ( https://isocpp.org/ )
6
6
[ ![ Standard] ( https://img.shields.io/badge/c%2B%2B-14-blue.svg )] ( https://en.wikipedia.org/wiki/C%2B%2B#Standardization )
7
7
[ ![ 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