Skip to content

Commit 470bc41

Browse files
authored
Tag jdk classes + Refactor (#131)
* Refactor Signed-off-by: Prabhu Subramanian <[email protected]> Tag jdk classes Signed-off-by: Prabhu Subramanian <[email protected]> * Update sbt Signed-off-by: Prabhu Subramanian <[email protected]> --------- Signed-off-by: Prabhu Subramanian <[email protected]>
1 parent 44394c0 commit 470bc41

File tree

9 files changed

+970
-856
lines changed

9 files changed

+970
-856
lines changed

.github/workflows/containers.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
tags:
88
- 'v*'
99
workflow_dispatch: # allow to manually trigger this workflow
10-
pull_request:
1110

1211
concurrency:
1312
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name := "chen"
22
ThisBuild / organization := "io.appthreat"
3-
ThisBuild / version := "2.5.0"
3+
ThisBuild / version := "2.5.1"
44
ThisBuild / scalaVersion := "3.6.2"
55

66
val cpgVersion = "1.1.1"

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"downloadUrl": "https://github.com/AppThreat/chen",
88
"issueTracker": "https://github.com/AppThreat/chen/issues",
99
"name": "chen",
10-
"version": "2.5.0",
10+
"version": "2.5.1",
1111
"description": "Code Hierarchy Exploration Net (chen) is an advanced exploration toolkit for your application source code and its dependency hierarchy.",
1212
"applicationCategory": "code-analysis",
1313
"keywords": [

meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% set version = "2.5.0" %}
1+
{% set version = "2.5.1" %}
22

33
package:
44
name: chen

platform/frontends/x2cpg/src/main/scala/io/appthreat/x2cpg/passes/taggers/CdxPass.scala

Lines changed: 243 additions & 335 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)