diff --git a/.github/workflows/ci-deploy-develop.yml b/.github/workflows/ci-deploy-develop.yml index 7680c563..54269b78 100644 --- a/.github/workflows/ci-deploy-develop.yml +++ b/.github/workflows/ci-deploy-develop.yml @@ -14,10 +14,10 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 - - name: Node 14.x + - name: Node 16.x uses: actions/setup-node@v1 with: - node-version: 14.x + node-version: 16.x - uses: actions/cache@v2 with: path: '**/node_modules' diff --git a/.github/workflows/ci-deploy.yml b/.github/workflows/ci-deploy.yml index 3fb8abb5..4f35b0ce 100644 --- a/.github/workflows/ci-deploy.yml +++ b/.github/workflows/ci-deploy.yml @@ -14,10 +14,10 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 - - name: Node 14.x + - name: Node 16.x uses: actions/setup-node@v1 with: - node-version: 14.x + node-version: 16.x - uses: actions/cache@v2 with: path: '**/node_modules' diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4d1851c8..74d02110 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [14.x, 12.x, 10.x] + node-version: [16.x, 14.x, 12.x] steps: - name: Checkout diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml new file mode 100644 index 00000000..0fa378a3 --- /dev/null +++ b/.github/workflows/codeql-analysis.yml @@ -0,0 +1,28 @@ +# Weekly security analysis +name: "CodeQL" + +on: + schedule: + - cron: '0 6 * * 6' + +jobs: + analyze: + name: Analyze + runs-on: ubuntu-latest + + strategy: + fail-fast: false + matrix: + language: [ 'javascript' ] + + steps: + - name: Checkout repository + uses: actions/checkout@v2 + - name: Initialize CodeQL + uses: github/codeql-action/init@v1 + with: + languages: ${{ matrix.language }} + - name: Autobuild + uses: github/codeql-action/autobuild@v1 + - name: Perform CodeQL Analysis + uses: github/codeql-action/analyze@v1 diff --git a/README.md b/README.md index 7adf3e56..5a3baf65 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,20 @@ -# Live-Poll -![NPM Build](https://github.com/livepoll/live-poll/workflows/Angular%20CI/badge.svg) -![Docker Build](https://img.shields.io/github/workflow/status/livepoll/live-poll/Angular%20Deploy?label=Docker%20build) -[![Quality Gate Status](https://sonarqube.live-poll.de/api/project_badges/measure?project=live-poll&metric=alert_status)](https://sonarqube.live-poll.de/dashboard?id=live-poll) -[![codecov](https://codecov.io/gh/livepoll/live-poll/branch/master/graph/badge.svg)](https://codecov.io/gh/livepoll/live-poll) +
+ +
Easy to use, web-based poll management system.
+ + + +--- ## Deployed versions The production website is live here: [www.live-poll.de](https://www.live-poll.de)