From dc31cdaa94bec07fc2c24f53531a11c25e7d2199 Mon Sep 17 00:00:00 2001 From: gruebel Date: Sat, 21 May 2022 01:25:58 +0200 Subject: [PATCH] remove semgrep --- .github/workflows/semgrep-analysis.yml | 34 -------------------------- CHANGELOG.md | 7 +++++- 2 files changed, 6 insertions(+), 35 deletions(-) delete mode 100644 .github/workflows/semgrep-analysis.yml diff --git a/.github/workflows/semgrep-analysis.yml b/.github/workflows/semgrep-analysis.yml deleted file mode 100644 index 2fe5640..0000000 --- a/.github/workflows/semgrep-analysis.yml +++ /dev/null @@ -1,34 +0,0 @@ -name: Semgrep - -on: - push: - branches: [ master ] - pull_request: - # The branches below must be a subset of the branches above - branches: [ master ] - schedule: - - cron: '0 20 * * 5' - -permissions: read-all - -jobs: - semgrep: - name: Scan - runs-on: ubuntu-latest - permissions: - security-events: write - actions: read - contents: read - if: (github.actor != 'dependabot[bot]') - steps: - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2 - - uses: returntocorp/semgrep-action@6808f9979438f48d88ec7424ce394d0fcb0e6833 # v1 (0.86.5) - with: - publishToken: ${{ secrets.SEMGREP_APP_TOKEN }} - publishDeployment: ${{ secrets.SEMGREP_DEPLOYMENT_ID }} - generateSarif: "1" - - name: Upload SARIF file - uses: github/codeql-action/upload-sarif@2f58583a1b24a7d3c7034f6bf9fa506d23b1183b # v2.1.10 - with: - sarif_file: semgrep.sarif - if: always() diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dc09ef..df6a0d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +## [0.3.6] - 2022-05-21 + +### Added + - Support property accessor for `json` function - Support Python 3.11 officially @@ -103,7 +107,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - First release to be able to parse all the official examples of Bicep [101](https://github.com/Azure/bicep/tree/main/docs/examples/101). -[Unreleased]: https://github.com/gruebel/pycep/compare/0.3.5...HEAD +[Unreleased]: https://github.com/gruebel/pycep/compare/0.3.6...HEAD +[0.3.5]: https://github.com/gruebel/pycep/compare/0.3.5...0.3.6 [0.3.5]: https://github.com/gruebel/pycep/compare/0.3.4...0.3.5 [0.3.4]: https://github.com/gruebel/pycep/compare/0.3.3...0.3.4 [0.3.3]: https://github.com/gruebel/pycep/compare/0.3.2...0.3.3