File tree 2 files changed +45
-7
lines changed
2 files changed +45
-7
lines changed Original file line number Diff line number Diff line change
1
+ name : " dhis2: codeQL"
2
+
3
+ on :
4
+ push :
5
+ branches : [ master ]
6
+ pull_request :
7
+ # The branches below must be a subset of the branches above
8
+ branches : [ master ]
9
+ schedule :
10
+ - cron : ' 15 0 * * 6'
11
+
12
+ jobs :
13
+ analyze :
14
+ name : Analyze
15
+ runs-on : ubuntu-latest
16
+
17
+ strategy :
18
+ fail-fast : false
19
+ matrix :
20
+ language : [ 'javascript' ]
21
+
22
+ steps :
23
+ - name : Checkout repository
24
+ uses : actions/checkout@v2
25
+
26
+ # Initializes the CodeQL tools for scanning.
27
+ - name : Initialize CodeQL
28
+ uses : github/codeql-action/init@v1
29
+ with :
30
+ languages : ${{ matrix.language }}
31
+ # If you wish to specify custom queries, you can do so here or in a config file.
32
+ # By default, queries listed here will override any specified in a config file.
33
+ # Prefix the list here with "+" to use these queries and those in the config file.
34
+ # queries: ./path/to/local/query, your-org/your-repo/queries@main
35
+
36
+ - name : Autobuild
37
+ uses : github/codeql-action/autobuild@v1
38
+
39
+ - name : Perform CodeQL Analysis
40
+ uses : github/codeql-action/analyze@v1
Original file line number Diff line number Diff line change @@ -5,10 +5,8 @@ msgstr ""
5
5
"Content-Type : text/plain; charset=utf-8\n "
6
6
"Content-Transfer-Encoding : 8bit\n "
7
7
"Plural-Forms : nplurals=2; plural=(n != 1)\n "
8
- "POT-Creation-Date : 2020-11-18T13:22:41.673Z\n "
9
- "PO-Revision-Date : 2020-11-18T13:22:41.673Z\n "
10
- "POT-Creation-Date : 2020-11-26T09:58:16.261Z\n "
11
- "PO-Revision-Date : 2020-11-26T09:58:16.261Z\n "
8
+ "POT-Creation-Date : 2020-12-15T10:45:06.991Z\n "
9
+ "PO-Revision-Date : 2020-12-15T10:45:06.991Z\n "
12
10
13
11
msgid "Choose one or more dates..."
14
12
msgstr ""
@@ -664,9 +662,6 @@ msgstr ""
664
662
msgid "Hide"
665
663
msgstr ""
666
664
667
- msgid "Save as new {{tetName}}"
668
- msgstr ""
669
-
670
665
msgid "Organisation Unit"
671
666
msgstr ""
672
667
@@ -773,6 +768,9 @@ msgstr ""
773
768
msgid "Feedbacks"
774
769
msgstr ""
775
770
771
+ msgid "Save as new"
772
+ msgstr ""
773
+
776
774
msgid "You dont have access to delete this relationship"
777
775
msgstr ""
778
776
You can’t perform that action at this time.
0 commit comments