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

build(deps): bump r0adkll/upload-google-play from 1.1.2 to 1.1.3 #668

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 12, 2024

Bumps r0adkll/upload-google-play from 1.1.2 to 1.1.3.

Release notes

Sourced from r0adkll/upload-google-play's releases.

v1.1.3

What's Changed

New Contributors

Full Changelog: r0adkll/upload-google-play@v1...v1.1.3

Commits
  • 935ef9c Update dependencies & target node20 (#212)
  • 84ffa89 Bump tj-actions/verify-changed-files in /.github/workflows (#206)
  • b6837fa Add instructions to configure service account in README (#201)
  • 7c9dfbb Bump @​babel/traverse from 7.19.6 to 7.23.2 (#198)
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [r0adkll/upload-google-play](https://github.com/r0adkll/upload-google-play) from 1.1.2 to 1.1.3.
- [Release notes](https://github.com/r0adkll/upload-google-play/releases)
- [Commits](r0adkll/upload-google-play@v1.1.2...v1.1.3)

---
updated-dependencies:
- dependency-name: r0adkll/upload-google-play
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 12, 2024

The following labels could not be found: Github Actions.

@@ -122,7 +122,7 @@ jobs:
UPLOAD_KEY_PASSWORD: ${{secrets.UPLOAD_KEY_PASSWORD}}
- name: Publish premium to google play
if: github.ref == 'refs/heads/develop'
uses: r0adkll/[email protected].2
uses: r0adkll/[email protected].3
continue-on-error: true
with:
serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON_PLAIN_TEXT }}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the provided code patch, there are two changes:

  1. The version of the "r0adkll/upload-google-play" action is updated from v1.1.2 to v1.1.3 in both blocks.

  2. The condition for executing the "Publish premium to google play" step is incorrectly set to github.ref == 'refs/heads/develop' instead of the intended condition. It should be updated with the appropriate branch name or condition.

Improvement suggestions:

  1. The continue-on-error: true flag is used for both steps, which means that if an error occurs, the workflow will continue executing the subsequent steps. Consider whether this behavior aligns with your requirements.

  2. Ensure that the secrets (UPLOAD_KEY_PASSWORD and SERVICE_ACCOUNT_JSON_PLAIN_TEXT) are properly configured and managed securely. Verify that they are correctly set up and accessible in the workflow environment.

  3. Review other parts of the codebase outside this code patch as well. This code patch appears to be part of a larger workflow file. Perform a holistic review to ensure consistency and correctness across the entire workflow.

Copy link

codecov bot commented Feb 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 69.38%. Comparing base (0e3e228) to head (ee0ed53).
Report is 4 commits behind head on develop.

Additional details and impacted files
@@              Coverage Diff              @@
##             develop     #668      +/-   ##
=============================================
+ Coverage      69.36%   69.38%   +0.02%     
  Complexity       596      596              
=============================================
  Files             82       82              
  Lines           4410     4410              
  Branches         527      527              
=============================================
+ Hits            3059     3060       +1     
+ Misses          1018     1016       -2     
- Partials         333      334       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants