Skip to content

Commit ec68432

Browse files
authored
Merge branch 'main' into other/Remove-filepath-from-ossRealTime-ignore-flow
2 parents 09342b7 + 0eaa485 commit ec68432

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/pr-automation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2020
PRNUM: ${{ github.event.pull_request.number }}
2121
PRAUTHOR: ${{ github.event.pull_request.user.login }}
22-
run: gh pr edit $PRNUM --add-reviewer Checkmarx/ast-phoenix-team
22+
run: gh pr edit $PRNUM --add-reviewer Checkmarx/cx-anurag-dalke

go.mod

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,7 @@ require (
3838
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2 // indirect
3939
go.yaml.in/yaml/v2 v2.4.2 // indirect
4040
go.yaml.in/yaml/v3 v3.0.3 // indirect
41-
)
42-
43-
require (
44-
dario.cat/mergo v1.0.1 // indirect
41+
dario.cat/mergo v1.0.1 // indirect
4542
github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6 // indirect
4643
github.com/AdamKorcz/go-118-fuzz-build v0.0.0-20240914100643-eb91380d8434 // indirect
4744
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect

0 commit comments

Comments
 (0)