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

Bump actions/checkout from 3 to 4 #72

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 9, 2023

Bumps actions/checkout from 3 to 4.

Release notes

Sourced from actions/checkout's releases.

v4.0.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v3...v4.0.0

v3.6.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v3.5.3...v3.6.0

v3.5.3

What's Changed

New Contributors

Full Changelog: actions/checkout@v3...v3.5.3

v3.5.2

What's Changed

Full Changelog: actions/checkout@v3.5.1...v3.5.2

v3.5.1

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

v4.0.0

v3.6.0

v3.5.3

v3.5.2

v3.5.1

v3.5.0

v3.4.0

v3.3.0

v3.2.0

v3.1.0

v3.0.2

v3.0.1

... (truncated)

Commits

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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 9, 2023
@dependabot dependabot bot requested a review from a team September 9, 2023 10:09
@yubiuser
Copy link
Member

yubiuser commented Sep 9, 2023

All FTL builds fail, but likely unrelated to this PR

@DL6ER
Copy link
Member

DL6ER commented Sep 9, 2023

It is because #69 is still not merged despite being used by FTL for months. Reading this PR again, I think the missing ingredient is the formal request for a review which I just added :-)

@dependabot dependabot bot force-pushed the dependabot/github_actions/master/actions/checkout-4 branch from 1772647 to 16d9dd5 Compare September 10, 2023 11:48
@PromoFaux
Copy link
Member

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 10, 2023

Looks like this PR is already up-to-date with master! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@PromoFaux
Copy link
Member

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/github_actions/master/actions/checkout-4 branch from 16d9dd5 to 0f77a84 Compare September 10, 2023 15:23
@yubiuser
Copy link
Member

Now it fails because it can't login to docker.io.

But it should have access to the credentials via the inputs. However, it only got

Run ./.github/actions/login-repo
  with:
    ghcr_username: pi-hole
    ghcr_password: ***

@yubiuser
Copy link
Member

yubiuser commented Sep 10, 2023

Can someone please check, if those secrets exist

with:
docker_username: ${{ secrets.DOCKERHUB_USER }}
docker_password: ${{ secrets.DOCKERHUB_PASS }}
ghcr_username: ${{ github.repository_owner }}
ghcr_password: ${{ secrets.GITHUB_TOKEN }}

@PromoFaux
Copy link
Member

They are there and available to actions... weird.

image

@yubiuser
Copy link
Member

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/github_actions/master/actions/checkout-4 branch from 0f77a84 to 1c2ee98 Compare September 12, 2023 08:57
@yubiuser
Copy link
Member

yubiuser commented Sep 12, 2023

I pushed a commit that will check the inputs for emptyness. Despite being marked as required, GHA does not check them....

https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#example-specifying-inputs

Note: workflows using required: true will not automatically return an error if the input is not specified for events that automatically trigger workflow runs.

and
actions/runner#1070

@yubiuser
Copy link
Member

I also added a trigger for the ftl builds to run on changes to the action files.

@yubiuser
Copy link
Member

Seems to work now - not really sure why.

@yubiuser
Copy link
Member

Would like to get another pair of eyes here - with this PR, all the other dependabot PRs will continue to fail.

@PromoFaux
Copy link
Member

Seems to work now - not really sure why.

image

@PromoFaux
Copy link
Member

Should be fixed by #77

@PromoFaux
Copy link
Member

@dependabot recreate

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/github_actions/master/actions/checkout-4 branch from 9bc7948 to 7e0c5b8 Compare September 21, 2023 14:49
@PromoFaux PromoFaux merged commit ac5de77 into master Sep 21, 2023
11 checks passed
@dependabot dependabot bot deleted the dependabot/github_actions/master/actions/checkout-4 branch September 21, 2023 16:05
@yubiuser
Copy link
Member

Mhh... dependabot pushed away my checks

I pushed a commit that will check the inputs for emptyness.

and the trigger for changes to the action

I also added a trigger for the ftl builds to run on changes to the action files.

@yubiuser yubiuser mentioned this pull request Sep 27, 2023
1 task
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.

3 participants