Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions semgrep.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: semgrep
version: "1.145.0"
version: "1.146.0"
epoch: 0
description: "Lightweight static analysis for many languages. Find bug variants with patterns that look like source code."
copyright:
Expand Down Expand Up @@ -55,13 +55,9 @@ pipeline:
with:
repository: https://github.com/returntocorp/semgrep
tag: v${{package.version}}
expected-commit: c93a066ea94157c10207f2946ebd7f5807a11cf2
expected-commit: 079e05d08b86ec1b07509d2e755c631156d3705b
recurse-submodules: true

- uses: patch
with:
patches: GHSA-9h52-p55h-vw2f.patch

- name: Change tree sitter version to 0.25
runs: |
# The tree-sitter version in the repo is 0.20.6, but we need to use 0.25.3
Expand Down
13 changes: 0 additions & 13 deletions semgrep/GHSA-9h52-p55h-vw2f.patch

This file was deleted.

Loading