Skip to content

Commit

Permalink
MOB-853 Deprecating SDK in favour of new SDK (#77)
Browse files Browse the repository at this point in the history
* MOB-853 Deprecating SDK in favour of new SDK

	- Added deprecating tags and messages to app header files that are publicly used by developers

* - Updated Bundler with latest gems
	- Updated workflow action to latest versions for check out and Java
  • Loading branch information
Peter-John-paystack authored Nov 23, 2023
1 parent 37356c1 commit 84e9c56
Show file tree
Hide file tree
Showing 8 changed files with 161 additions and 136 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/SonarCloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: SonarCloud
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup environment
Expand All @@ -29,10 +29,11 @@ jobs:
-destination 'platform=iOS Simulator,name=iPhone 8,OS=14.4'\
test
- name: Set up JDK 11
uses: actions/setup-java@v1
- name: Set up JDK 17
uses: actions/setup-java@v3.10.0
with:
java-version: 11
distribution: 'temurin'
java-version: 17

- name: SonarCloud Analysis
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_to_cocoapods.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- name: Install Cocoapods
run: gem install cocoapods

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/primary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Code quality Checks

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- name: Danger
uses: docker://ghcr.io/danger/danger-swift-with-swiftlint:3.9.1
with:
Expand All @@ -23,7 +23,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup environment
run: |
Expand Down
Loading

0 comments on commit 84e9c56

Please sign in to comment.