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

chore(deps): update github actions #185

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

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 -> 4f58ea7
docker/login-action action digest 70fccc7 -> 1f36f5b
docker/metadata-action action digest f7b4ed1 -> 70b2cdc
docker/setup-buildx-action action digest 5138f76 -> 460e456
suzuki-shunsuke/github-action-renovate-config-validator action minor v1.0.1 -> v1.1.0

Release Notes

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

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 - "before 4am on Monday" (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 2 times, most recently from 4b89aa2 to 7392c1b Compare July 23, 2024 10:02
@renovate renovate bot force-pushed the renovate/github-actions branch 3 times, most recently from 1cf0a5f to 9df7745 Compare July 30, 2024 16:24
@renovate renovate bot force-pushed the renovate/github-actions branch 4 times, most recently from cf0d54d to dc0d2eb Compare August 13, 2024 11:31
@renovate renovate bot force-pushed the renovate/github-actions branch 6 times, most recently from beb3b0a to b4fb3a3 Compare October 4, 2024 12:38
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.

0 participants