Merge branch 'main' into settings-docs

This commit is contained in:
Soxoj
2021-11-06 08:26:13 +03:00
2 changed files with 2 additions and 5 deletions
+1 -4
View File
@@ -14,11 +14,8 @@ name: "CodeQL"
on:
push:
branches: [ main ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
schedule:
- cron: '23 6 * * 1'
- cron: '23 6 * * 6'
jobs:
analyze:
+1 -1
View File
@@ -1,4 +1,4 @@
FROM python:3.9
FROM python:3.9-slim
MAINTAINER Soxoj <soxoj@protonmail.com>
WORKDIR /app
RUN pip install --upgrade pip