Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 5, 2026

Bumps appleboy/git-push-action from 1.0.0 to 1.2.0.

Release notes

Sourced from appleboy/git-push-action's releases.

v1.2.0

Changelog

Features

  • 2722561d2c158e67f0e4b908bda83937e53bbdd4: feat: add options for insecure SSL and SSH version selection (@​appleboy)

Others

  • 2c87d5bacd46972f72523394e67af39825081037: style: standardize YAML quoting and update input descriptions (@​appleboy)

Bug fixes

  • 66a962f89a56024b2a36de61fe65ba6b9994be15: fix: rename drone-git-push env vars and update default version (@​appleboy)

Enhancements

  • e37f17de403a8b0b59184d852be6b7a7e017d376: chore: mark all directories as safe in global git configuration (@​appleboy)

Refactor

  • 7bdda76242d8f6b40576a039a2d2233c43b7661e: refactor: refactor GitHub Action to use Bash instead of Docker (@​appleboy)
  • 4873de66e7bed19267cc8cd66959005c42d41cc7: refactor: simplify stdout capturing by removing legacy logic (@​appleboy)

Build process updates

  • d1c361f2d2e128593b5dfeb3c2d9a5c6a1af7128: ci: run Docker actions as nobody and inject GITHUB_WORKSPACE (@​appleboy)
  • fdf995de1284df95f38a3d99275eb38537eb05a4: ci: simplify Docker action environment variable configuration (@​appleboy)
  • 8e938ac7df8937d595e4c4fcf345139339a34819: ci: update GITHUB_WORKSPACE to use /github/home path (@​appleboy)

Documentation updates

  • 3b2c8661652360dbf1afe1b319a49dbb739c39f1: docs: migrate to composite GitHub Action and standardize env vars (@​appleboy)

v1.1.0

Changelog

Features

  • 28a54bbef16233cbea6f9fe39f318a4f055cd749: feat: add mirror input support to GitHub Action configuration (@​appleboy)

Bug fixes

  • a63ac675f748ad297929b6d9688f94939fbe3dea: fix: fix spelling of 'force' option in git push actions (@​appleboy)

Enhancements

  • ee39884535468c8b6f101c0980aec38a61bc6c8b: chore(readme): refactor codebase and update dependencies (@​appleboy)
  • 94fb0c0d87ba52affdcb2daf8505a0e7f086f205: chore: bump drone-git-push base image to version 1.2.0 (@​appleboy)
  • a939634b19fa88f0d4c853f4b604a4df5549911d: chore: pin Drone Git Push image to a specific version (@​appleboy)

Build process updates

  • 0a16d15bfdca306c84a299db735f248e9d408bb3: ci: improve CI workflow for semantic version releases (@​appleboy)
  • 1807bf9a1b801f99799e4e2a64ca1c6b11301fc3: ci: automate maintenance and enhance repository security (@​appleboy)
  • f39abba130277d16a141588c1b4c194a8f0b4636: build: run container as non-root user for enhanced security (@​appleboy)
  • ed86ac596a332db5353062d7cbdf24d61554f5f1: ci: update CI workflows to trigger on main branch (@​appleboy)
  • cd8de7f6c86b1390f0108011580b6c9845b9f5df: build: eliminate "nobody" user references from Dockerfile (@​appleboy)
  • 7465fee0c6ac1466048408a99c52598be9abf00f: ci: update CI workflow to use newer actions/checkout version (@​appleboy)
  • b9d4e07212dd711b7e57352e5b6172038ab20f6e: build: simplify Docker build by removing entrypoint.sh chmod step (@​appleboy)
  • 14d3003b72ea485bf8707bfbef4926eca78cc341: build: upgrade CI pipeline to latest drone-git-push base image (@​appleboy)

Documentation updates

  • 378ab1be62cfbae4111d3bbbec417d5b2e97134d: docs: clarify and standardize input and action descriptions (@​appleboy)
  • 4c679526c0d1910c6e058a82fdde978d5cd8c0c2: docs: revamp documentation with expanded features and usage examples (@​appleboy)
  • 61f29e5108e85fa252a0556c08ec87f0c425f1b2: docs: document GitHub Action integration and Claude Code guidelines (@​appleboy)
  • a7ef8abff3f71345b67dc056ac3d7b2d006efa42: docs: add Trivy security scan badge to documentation (@​appleboy)
Commits
  • 3b2c866 docs: migrate to composite GitHub Action and standardize env vars
  • 4873de6 refactor: simplify stdout capturing by removing legacy logic
  • 2c87d5b style: standardize YAML quoting and update input descriptions
  • 2722561 feat: add options for insecure SSL and SSH version selection
  • 66a962f fix: rename drone-git-push env vars and update default version
  • 7bdda76 refactor: refactor GitHub Action to use Bash instead of Docker
  • 8e938ac ci: update GITHUB_WORKSPACE to use /github/home path
  • e37f17d chore: mark all directories as safe in global git configuration
  • fdf995d ci: simplify Docker action environment variable configuration
  • d1c361f ci: run Docker actions as nobody and inject GITHUB_WORKSPACE
  • Additional commits viewable 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 [appleboy/git-push-action](https://github.com/appleboy/git-push-action) from 1.0.0 to 1.2.0.
- [Release notes](https://github.com/appleboy/git-push-action/releases)
- [Commits](appleboy/git-push-action@v1.0.0...v1.2.0)

---
updated-dependencies:
- dependency-name: appleboy/git-push-action
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@GiteaBot GiteaBot added the lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. label Jan 5, 2026
@GiteaBot GiteaBot added lgtm/need 1 This PR needs approval from one additional maintainer to be merged. and removed lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. labels Jan 5, 2026
@GiteaBot GiteaBot added lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. and removed lgtm/need 1 This PR needs approval from one additional maintainer to be merged. labels Jan 5, 2026
@silverwind silverwind enabled auto-merge (squash) January 12, 2026 10:29
@silverwind silverwind added the reviewed/wait-merge This pull request is part of the merge queue. It will be merged soon. label Jan 12, 2026
@silverwind silverwind merged commit b1b5897 into main Jan 12, 2026
28 checks passed
@GiteaBot GiteaBot added this to the 1.26.0 milestone Jan 12, 2026
@dependabot dependabot bot deleted the dependabot/github_actions/appleboy/git-push-action-1.2.0 branch January 12, 2026 17:47
@GiteaBot GiteaBot removed the reviewed/wait-merge This pull request is part of the merge queue. It will be merged soon. label Jan 12, 2026
zjjhot added a commit to zjjhot/gitea that referenced this pull request Jan 13, 2026
* giteaofficial/main:
  fill missing `has_code` in repository api (go-gitea#36338)
  Fix notifications pagination query parameters (go-gitea#36351)
  Fix cancel auto merge bug (go-gitea#36341)
  Bump appleboy/git-push-action from 1.0.0 to 1.2.0 (go-gitea#36306)
  Improve diff file headers (go-gitea#36215)
  Fix delete attachment check (go-gitea#36320)
  [skip ci] Updated translations via Crowdin
  LFS locks must belong to the intended repo (go-gitea#36344)
  Update chroma to v2.22.0 (go-gitea#36342)
  Update goldmark to v1.7.16 (go-gitea#36343)
  Fix some trivial problems (go-gitea#36336)
  Fix diff view style handling (go-gitea#36324)
  Refactor cat-file batch operations and support `--batch-command` approach (go-gitea#35775)
  Fix file-tree ui error when adding files to repo without commits (go-gitea#36312)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. modifies/internal

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants