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

Update GitHub Actions #185

Merged
merged 1 commit into from
Dec 23, 2024
Merged

Update GitHub Actions #185

merged 1 commit into from
Dec 23, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 3, 2024

This PR contains the following updates:

Package Type Update Change
docker/build-push-action action digest 2a53c6c -> 7e09459
docker/login-action action digest 70fccc7 -> 7ca3450
docker/metadata-action action digest f7b4ed1 -> 906ecf0
docker/setup-buildx-action action digest 5138f76 -> 6524bf6
suzuki-shunsuke/github-action-renovate-config-validator action minor v1.0.1 -> v1.1.1

Release Notes

suzuki-shunsuke/github-action-renovate-config-validator (suzuki-shunsuke/github-action-renovate-config-validator)

v1.1.1

Compare Source

Bug Fixes

#​768 #​770 #​772 Fixed a bug strict doesn't work

renovate-config-validator has an issue aboutRENOVATE_CONFIG_FILE.

And now renovate-config-validator can accept files via positional arguments.

Unlike RENOVATE_CONFIG_FILE, positional arguments can pass multiple files, so we don't need to run renovate-config-validator by file.
So this release replaces RENOVATE_CONFIG_FILE with positional arguments.

v1.1.0

Compare Source

Features

#​699 #​701 Support validating multiple files

You can validate multiple files by setting multiple lines to config_file_path.
Leading spaces on each line are removed.

e.g.

with:
  config_file_path: |
    default.json
    foo.json

You can pass config_file_path through output command.

e.g.

      - id: files
        run: |
          set -euo pipefail
          files=$(git ls-files | grep renovate.json)

### https://stackoverflow.com/a/74232400
          EOF=$(dd if=/dev/urandom bs=15 count=1 status=none | base64)
          {
            echo "files<<$EOF"
            echo "$files"
            echo "$EOF"
          } >> "$GITHUB_OUTPUT"
      - name: Pass files through output
        uses: suzuki-shunsuke/[email protected]
        with:
          config_file_path: ${{ steps.files.outputs.files }}

Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/github-actions branch 6 times, most recently from 1d8cc45 to a7c46ba Compare June 17, 2024 13:13
@renovate renovate bot force-pushed the renovate/github-actions branch 8 times, most recently from fbf7d0c to 7da3fba Compare June 20, 2024 17:38
@renovate renovate bot force-pushed the renovate/github-actions branch 8 times, most recently from d2c7ee7 to 3423082 Compare July 2, 2024 18:30
@renovate renovate bot force-pushed the renovate/github-actions branch 4 times, most recently from 9a2df7d to d7ec6b6 Compare July 5, 2024 11:25
@renovate renovate bot force-pushed the renovate/github-actions branch 3 times, most recently from 4624738 to b397484 Compare July 19, 2024 12:35
@renovate renovate bot force-pushed the renovate/github-actions branch 4 times, most recently from b4fb3a3 to dff09cf Compare October 7, 2024 13:59
@renovate renovate bot force-pushed the renovate/github-actions branch 3 times, most recently from ef5e62f to e05278c Compare October 31, 2024 10:59
@renovate renovate bot force-pushed the renovate/github-actions branch 2 times, most recently from 3fed486 to 49553c7 Compare November 10, 2024 22:07
@renovate renovate bot force-pushed the renovate/github-actions branch 5 times, most recently from 3dcbeaa to b850064 Compare November 19, 2024 20:27
@renovate renovate bot force-pushed the renovate/github-actions branch 4 times, most recently from d950df0 to 48f0ef6 Compare November 27, 2024 04:25
@renovate renovate bot force-pushed the renovate/github-actions branch 2 times, most recently from d8a6fcd to acc6824 Compare December 5, 2024 16:01
@renovate renovate bot force-pushed the renovate/github-actions branch 3 times, most recently from b0f2f3a to 8d4fc30 Compare December 17, 2024 17:37
@renovate renovate bot force-pushed the renovate/github-actions branch from 8d4fc30 to 3fa8f99 Compare December 22, 2024 22:30
@renovate renovate bot changed the title chore(deps): update github actions Update GitHub Actions Dec 22, 2024
@renovate renovate bot force-pushed the renovate/github-actions branch from 3fa8f99 to 63d54a1 Compare December 23, 2024 10:49
@renovate renovate bot force-pushed the renovate/github-actions branch from 63d54a1 to 15d3133 Compare December 23, 2024 10:52
@Oded-B Oded-B merged commit a583b5b into main Dec 23, 2024
4 checks passed
@renovate renovate bot deleted the renovate/github-actions branch December 23, 2024 11:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant