From 3fc01d59c426cc8d7e01b250ef9b6c21c7f216ce Mon Sep 17 00:00:00 2001 From: Novus-Code Date: Thu, 30 Apr 2026 08:32:52 +0200 Subject: [PATCH 1/2] Delete README.md --- README.md | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index cf63cee..0000000 --- a/README.md +++ /dev/null @@ -1,4 +0,0 @@ -# Python - -You win some you lose some. -There is more to learn than we know. From a8b67c590ad95a63ef618a7f185482a00a257676 Mon Sep 17 00:00:00 2001 From: "semgrep.dev on behalf of @developer-nkosi" Date: Fri, 15 May 2026 08:41:37 +0000 Subject: [PATCH 2/2] Add Semgrep CI --- .github/workflows/semgrep.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/workflows/semgrep.yml diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml new file mode 100644 index 0000000..a00c35e --- /dev/null +++ b/.github/workflows/semgrep.yml @@ -0,0 +1,26 @@ +on: + workflow_dispatch: {} + pull_request: {} + push: + branches: + - main + - master + paths: + - .github/workflows/semgrep.yml + schedule: + # random HH:MM to avoid a load spike on GitHub Actions at 00:00 + - cron: 25 20 * * * +name: Semgrep +jobs: + semgrep: + name: semgrep/ci + runs-on: ubuntu-latest + permissions: + contents: read + env: + SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }} + container: + image: semgrep/semgrep + steps: + - uses: actions/checkout@v4 + - run: semgrep ci