Skip to content

Commit

Permalink
chore: create code commit (#1321)
Browse files Browse the repository at this point in the history
* chore: create code commit

* chore: adds title

* chore: removes comments
  • Loading branch information
paschalidi authored Jan 5, 2021
1 parent dd19c8b commit 4482632
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 7 deletions.
40 changes: 40 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
name: "dhis2: codeQL"

on:
push:
branches: [ master ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
schedule:
- cron: '15 0 * * 6'

jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
language: [ 'javascript' ]

steps:
- name: Checkout repository
uses: actions/checkout@v2

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
# By default, queries listed here will override any specified in a config file.
# Prefix the list here with "+" to use these queries and those in the config file.
# queries: ./path/to/local/query, your-org/your-repo/queries@main

- name: Autobuild
uses: github/codeql-action/autobuild@v1

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
12 changes: 5 additions & 7 deletions i18n/en.pot
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"POT-Creation-Date: 2020-11-18T13:22:41.673Z\n"
"PO-Revision-Date: 2020-11-18T13:22:41.673Z\n"
"POT-Creation-Date: 2020-11-26T09:58:16.261Z\n"
"PO-Revision-Date: 2020-11-26T09:58:16.261Z\n"
"POT-Creation-Date: 2020-12-15T10:45:06.991Z\n"
"PO-Revision-Date: 2020-12-15T10:45:06.991Z\n"

msgid "Choose one or more dates..."
msgstr ""
Expand Down Expand Up @@ -664,9 +662,6 @@ msgstr ""
msgid "Hide"
msgstr ""

msgid "Save as new {{tetName}}"
msgstr ""

msgid "Organisation Unit"
msgstr ""

Expand Down Expand Up @@ -773,6 +768,9 @@ msgstr ""
msgid "Feedbacks"
msgstr ""

msgid "Save as new"
msgstr ""

msgid "You dont have access to delete this relationship"
msgstr ""

Expand Down

0 comments on commit 4482632

Please sign in to comment.