Skip to content

Commit

Permalink
Update workflows to 3.3.0 (#100)
Browse files Browse the repository at this point in the history
* Update workflows to 3.3.0 and update lint rule to include all checks required by CI

* Trigger CI

* Revert "Trigger CI"

This reverts commit 12a3647.
  • Loading branch information
timkimadobe authored Jan 31, 2025
1 parent e0d0ddd commit f595860
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 21 deletions.
16 changes: 0 additions & 16 deletions .github/release-drafter.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
jobs:
build-and-test:
name: "CI"
uses: adobe/aepsdk-commons/.github/workflows/android-build-and-test.yml@gha-android-3.1.0
uses: adobe/aepsdk-commons/.github/workflows/android-build-and-test.yml@gha-android-3.3.0
with:
android-api-levels: '[29]'
run-test-unit: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
publish:
permissions:
contents: write
uses: adobe/aepsdk-commons/.github/workflows/android-maven-release.yml@gha-android-3.1.0
uses: adobe/aepsdk-commons/.github/workflows/android-maven-release.yml@gha-android-3.3.0
with:
tag: ${{ github.event.inputs.tag }}
create-github-release: ${{ github.event.inputs.create-github-release == 'true' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
publish:
permissions:
contents: write
uses: adobe/aepsdk-commons/.github/workflows/android-maven-snapshot.yml@gha-android-3.1.0
uses: adobe/aepsdk-commons/.github/workflows/android-maven-snapshot.yml@gha-android-3.3.0
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/update-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
permissions:
contents: write
pull-requests: write
uses: adobe/aepsdk-commons/.github/workflows/versions.yml@gha-android-3.1.0
uses: adobe/aepsdk-commons/.github/workflows/versions.yml@gha-android-3.3.0
with:
version: ${{ github.event.inputs.version }}
branch: ${{ github.event.inputs.branch }}
Expand Down
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ checkformat:
(./code/gradlew -p code/$(EXTENSION-LIBRARY-FOLDER-NAME) spotlessCheck)
(./code/gradlew -p code/$(TEST-APP-FOLDER-NAME) spotlessCheck)

lint:
# Used by build and test CI workflow
lint: checkformat
(./code/gradlew -p code/$(EXTENSION-LIBRARY-FOLDER-NAME) lint)

unit-test:
Expand Down

0 comments on commit f595860

Please sign in to comment.