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

github-actions: bump suzuki-shunsuke/github-action-renovate-config-validator from 1.0.1 to 1.1.0 in the version-updates group #355

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 3, 2024

Bumps the version-updates group with 1 update: suzuki-shunsuke/github-action-renovate-config-validator.

Updates suzuki-shunsuke/github-action-renovate-config-validator from 1.0.1 to 1.1.0

Release notes

Sourced from suzuki-shunsuke/github-action-renovate-config-validator's releases.

v1.1.0

suzuki-shunsuke/github-action-renovate-config-validator@v1.0.1...v1.1.0

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 }}
Commits
  • 36a15b8 feat: support multiple files (#701)
  • 72f92fe chore(deps): update dependency aquaproj/aqua-registry to v4.219.0 (#702)
  • f4eae5f chore: fix the permission of aqua.yaml (#700)
  • 485f032 chore(deps): update dependency aquaproj/aqua-registry to v4.218.0 (#698)
  • b4e279e chore(deps): update dependency aquaproj/aqua-registry to v4.217.0 (#697)
  • 41bbdb2 chore(deps): update dependency aquaproj/aqua-registry to v4.216.0 (#696)
  • c9bd0e6 chore(deps): update dependency aquaproj/aqua-registry to v4.215.1 (#695)
  • 45097a6 chore(deps): update dependency aquaproj/aqua-registry to v4.215.0 (#694)
  • 3afedab chore(deps): update dependency aquaproj/aqua-registry to v4.214.0 (#693)
  • b0e639d chore(deps): update dependency aquaproj/aqua-registry to v4.213.1 (#692)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested a review from mimmi20 as a code owner September 3, 2024 02:28
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 3, 2024
Copy link

github-actions bot commented Sep 3, 2024

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails
actions/suzuki-shunsuke/github-action-renovate-config-validator 1.1.0 🟢 4.8
Details
CheckScoreReason
Code-Review⚠️ 0Found 0/2 approved changesets -- score normalized to 0
Maintained🟢 1030 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Binary-Artifacts🟢 10no binaries found in the repo
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Packaging⚠️ -1packaging workflow not detected
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
Fuzzing⚠️ 0project is not fuzzed
Security-Policy⚠️ 0security policy file not detected
Vulnerabilities🟢 100 existing vulnerabilities detected
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0

Scanned Manifest Files

.github/workflows/renovate-config-validator.yml

…lidator

Bumps the version-updates group with 1 update: [suzuki-shunsuke/github-action-renovate-config-validator](https://github.com/suzuki-shunsuke/github-action-renovate-config-validator).


Updates `suzuki-shunsuke/github-action-renovate-config-validator` from 1.0.1 to 1.1.0
- [Release notes](https://github.com/suzuki-shunsuke/github-action-renovate-config-validator/releases)
- [Commits](suzuki-shunsuke/github-action-renovate-config-validator@v1.0.1...v1.1.0)

---
updated-dependencies:
- dependency-name: suzuki-shunsuke/github-action-renovate-config-validator
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: version-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@mimmi20 mimmi20 force-pushed the dependabot/github_actions/master/version-updates-9fc4c1ca2a branch from 5a6e57f to 89448a1 Compare September 3, 2024 06:36
Copy link

codeclimate bot commented Sep 3, 2024

Code Climate has analyzed commit 89448a1 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 100.0% (0.0% change).

View more on Code Climate.

@mimmi20 mimmi20 merged commit 44425fe into master Sep 3, 2024
130 checks passed
@mimmi20 mimmi20 deleted the dependabot/github_actions/master/version-updates-9fc4c1ca2a branch September 3, 2024 08:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant