-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump docker/setup-buildx-action from 2 to 3 (#1681)
* Bump docker/setup-buildx-action from 2 to 3 Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2 to 3. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v2...v3) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * updated changelog workflow - fix changelog unreleased version format - fix changelog commit to be signed * bump out of date checkout step * remove changelog entry to test * Updated Changelog --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ira Miller <[email protected]> Co-authored-by: iramiller <[email protected]>
- Loading branch information
1 parent
a37cd2d
commit a5ad571
Showing
3 changed files
with
42 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,12 +13,23 @@ jobs: | |
changelog: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4 | ||
with: | ||
# Depending on your needs, you can use a token that will re-trigger workflows | ||
# See https://github.com/stefanzweifel/git-auto-commit-action#commits-of-this-action-do-not-trigger-new-workflow-runs | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
# All commits must be signed, import key and sign commit of updated change log. | ||
- name: Import GPG key | ||
id: import_gpg | ||
uses: crazy-max/ghaction-import-gpg@v6 | ||
with: | ||
# Use a key associated with the provenanceio-bot github account. | ||
gpg_private_key: ${{ secrets.BOT_GPG_PRIVATE_KEY }} | ||
passphrase: ${{ secrets.BOT_GPG_PRIVATE_KEY_PW }} | ||
git_user_signingkey: true | ||
git_commit_gpgsign: true | ||
|
||
- uses: dangoslen/dependabot-changelog-helper@v3 | ||
with: | ||
version: ${{ needs.setup.outputs.version }} | ||
|
@@ -29,4 +40,7 @@ jobs: | |
# See https://github.com/stefanzweifel/git-auto-commit-action#commits-of-this-action-do-not-trigger-new-workflow-runs | ||
- uses: stefanzweifel/git-auto-commit-action@v4 | ||
with: | ||
commit_user_name: "Provenance-io Bot" | ||
commit_user_email: "[email protected]" | ||
commit_options: "-S" | ||
commit_message: "Updated Changelog" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters