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

Update Transaction #76

Merged
merged 19 commits into from
Sep 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
d9f154d
Merge pull request #71 from one-project-one-month/dev
sannlynnhtun-coding Aug 25, 2024
9fb9472
[dependabot] github actions: Bump actions/cache from 3 to 4
dependabot[bot] Sep 1, 2024
3eeeb97
[dependabot] github actions: Bump actions/checkout from 3 to 4
dependabot[bot] Sep 1, 2024
b833ef4
[dependabot] github actions: Bump actions/setup-java from 3 to 4
dependabot[bot] Sep 1, 2024
25eff46
Fix code style issues with dotnet_format
lint-action Sep 1, 2024
f2f7681
Fix code style issues with dotnet_format
lint-action Sep 1, 2024
445cfbf
Fix code style issues with dotnet_format
lint-action Sep 1, 2024
70dee71
[dependabot] npm: Bump Swashbuckle.AspNetCore from 6.7.0 to 6.7.3
dependabot[bot] Sep 1, 2024
e57f3e9
Fix code style issues with dotnet_format
lint-action Sep 1, 2024
9c16df0
Fix code style issues with dotnet_format
lint-action Sep 8, 2024
907e587
Merge pull request #72 from one-project-one-month/dependabot/github_a…
sannlynnhtun-coding Sep 8, 2024
97eb363
Merge pull request #73 from one-project-one-month/dependabot/github_a…
sannlynnhtun-coding Sep 8, 2024
3831061
Merge pull request #74 from one-project-one-month/dependabot/github_a…
sannlynnhtun-coding Sep 8, 2024
f712b83
Merge pull request #75 from one-project-one-month/dependabot/nuget/Sw…
sannlynnhtun-coding Sep 8, 2024
0a531b3
feat: code changes
sannlynnhtun-coding Sep 8, 2024
6b146fe
UpdateTransaction
HeinHtetAung-Dev Sep 8, 2024
39d2e71
Fix code style issues with dotnet_format
lint-action Sep 8, 2024
f5ee9e4
Test
HeinHtetAung-Dev Sep 8, 2024
7747abc
Merge branch 'main' of https://github.com/HeinHtetAung-Dev/rems_csharp
HeinHtetAung-Dev Sep 8, 2024
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: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,26 +54,26 @@ jobs:
runs-on: windows-latest
steps:
- name: Set up JDK 17
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: 17
distribution: 'zulu'

- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: Checkout
with:
fetch-depth: 0

- name: Cache SonarCloud packages
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~\sonar\cache
key: ${{ runner.os }}-sonar
restore-keys: ${{ runner.os }}-sonar

- name: Cache SonarCloud scanner
id: cache-sonar-scanner
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: .\.sonar\scanner
key: ${{ runner.os }}-sonar-scanner
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -363,4 +363,5 @@ MigrationBackup/
# Fody - auto-generated XML schema
FodyWeavers.xsd

.idea/
.idea/
*.json
Loading
Loading