Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Github actions cleanup #253

Merged
merged 20 commits into from
Jun 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
75fef29
[ES-3]
jainhitesh9998 Jun 15, 2023
c75f5cf
[ES-3] review comments fix
jainhitesh9998 Jun 16, 2023
2622b11
[ES-3] review comments fixes
jainhitesh9998 Jun 16, 2023
5ab83f2
[ADDED] branch name in github actions to trigger build
jainhitesh9998 Jun 16, 2023
ce5fe05
Resolved Merge Conflicts
jainhitesh9998 Jun 16, 2023
4750ecb
Resolved Merge Conflicts
jainhitesh9998 Jun 16, 2023
3250d48
[ES-3] Linked Consent related changes
jainhitesh9998 Jun 19, 2023
242d2f6
review comment fixes
jainhitesh9998 Jun 19, 2023
623511c
[BUGFIX] fixed issue with consent NOCAPTURE and transaction not compl…
jainhitesh9998 Jun 20, 2023
e94ded4
Transaction changes
jainhitesh9998 Jun 20, 2023
e64819e
Merge branch 'feature-ES-3' of https://github.com/Infosys/esignet int…
jainhitesh9998 Jun 20, 2023
805a7a4
[formatting changes]
jainhitesh9998 Jun 20, 2023
46a1dad
[ADDED] additional test cases, fixed sonar reports
jainhitesh9998 Jun 24, 2023
e5e373e
[RESOLVED] Merge conflicts
jainhitesh9998 Jun 24, 2023
49eb8a8
Merge pull request #2 from Infosys/Feature-ES-3
jainhitesh9998 Jun 24, 2023
c88f65a
[CHORES] Bumped version from 1.0.0 to 1.1.0
jainhitesh9998 Jun 27, 2023
47137f6
Merge branch 'mosip:feature-ES-3' into feature-ES-3
jainhitesh9998 Jun 27, 2023
698bde9
Merge branch 'feature-ES-3' of https://github.com/Infosys/esignet int…
jainhitesh9998 Jun 27, 2023
5d10b1e
github actions cleanup
jainhitesh9998 Jun 27, 2023
ff3ab80
Merge branch 'mosip:feature-ES-3' into feature-ES-3
jainhitesh9998 Jun 27, 2023
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
1 change: 0 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ on:
- develop
- master
- 1.*
- feature-ES-3
pull_request:
# # The branches below must be a subset of the branches above
branches:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/push_trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:
- 1.*
- develop
- main
- feature-ES-3

jobs:
call-workflow-codeql-analysis:
Expand Down