python-stdnum branch master updated. 1.16-7-ge2a95fc
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
python-stdnum branch master updated. 1.16-7-ge2a95fc
- From: Commits of the python-stdnum project <python-stdnum-commits [at] lists.arthurdejong.org>
- To: python-stdnum-commits [at] lists.arthurdejong.org
- Reply-to: python-stdnum-users [at] lists.arthurdejong.org, python-stdnum-commits [at] lists.arthurdejong.org
- Subject: python-stdnum branch master updated. 1.16-7-ge2a95fc
- Date: Sun, 18 Jul 2021 15:14:00 +0200 (CEST)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "python-stdnum".
The branch, master has been updated
via e2a95fcf7a1822253159f2a44b36c612a3016269 (commit)
from 175b1e5e67c560ec8007e9a700b4459fabfd36c9 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://arthurdejong.org/git/python-stdnum/commit/?id=e2a95fcf7a1822253159f2a44b36c612a3016269
commit e2a95fcf7a1822253159f2a44b36c612a3016269
Author: Arthur de Jong <arthur@arthurdejong.org>
Date: Mon Jul 12 20:30:49 2021 +0200
Configure CodeQL code scanning
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index d51079d..fb6ec44 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -49,3 +49,20 @@ jobs:
run: python -m pip install --upgrade pip tox
- name: Tox
run: tox -e flake8 --skip-missing-interpreters false
+ CodeQL:
+ runs-on: ubuntu-latest
+ permissions:
+ actions: read
+ contents: read
+ security-events: write
+ steps:
+ - name: Checkout repository
+ uses: actions/checkout@v2
+ - name: Initialize CodeQL
+ uses: github/codeql-action/init@v1
+ with:
+ languages: python
+ - name: Build
+ uses: github/codeql-action/autobuild@v1
+ - name: Perform CodeQL Analysis
+ uses: github/codeql-action/analyze@v1
-----------------------------------------------------------------------
Summary of changes:
.github/workflows/test.yml | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
hooks/post-receive
--
python-stdnum
- python-stdnum branch master updated. 1.16-7-ge2a95fc,
Commits of the python-stdnum project