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): bump subosito/flutter-action from 1.5.3 to 2.3.0 #7

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 16, 2022

Bumps subosito/flutter-action from 1.5.3 to 2.3.0.

Release notes

Sourced from subosito/flutter-action's releases.

v2.3.0

No release notes provided.

v2.2.1

quiet unzip

v2.2.0

add cache-path option

v2.1.0

add cache option

v2.0.4

add actions/cache support

v2.0.3

fix PUB_CACHE env

v2.0.2

update v2 readme

v2.0.1

written as shell script

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 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)

Bumps [subosito/flutter-action](https://github.com/subosito/flutter-action) from 1.5.3 to 2.3.0.
- [Release notes](https://github.com/subosito/flutter-action/releases)
- [Commits](subosito/flutter-action@v1.5.3...v2.3.0)

---
updated-dependencies:
- dependency-name: subosito/flutter-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 16, 2022
@CelticMajora
Copy link
Contributor

😢 Error: Resource not accessible by integration isn't super useful

@CelticMajora
Copy link
Contributor

Perhaps it is a permissions issue since the repo is still private. Poked around and found this article: https://dev.to/callmekatootie/debug-resource-not-accessible-by-integration-error-when-working-with-githubs-graphql-endpoint-5bim

@CelticMajora
Copy link
Contributor

Found the issue I think: dependabot/dependabot-core#3253 (comment).

@samandmoore
Copy link
Member

Interesting. Looks like maybe this is fixable with the permissions key? dependabot/dependabot-core#3253 (comment)

@samandmoore
Copy link
Member

@definitelyokay
Copy link
Collaborator

https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/automating-dependabot-with-github-actions

There are two separate places to enter secrets, one for GH Actions and one for Dependabot. The only secret we're using is ${{ secrets.GITHUB_TOKEN }} so we just need to make sure that's stored in the Dependabot secrets, too.

That article also seems to imply that we should give our workflow all the permissions with permissions: write-all. Apparently, manually re-triggering the workflow should give it access to secrets, so I'll try that for now.

@github-actions
Copy link

LCOV of commit 559a57d during alchemist #7

Summary coverage rate:
  lines......: 100.0% (414 of 414 lines)
  functions..: no data found
  branches...: no data found

Files changed coverage rate: n/a

@CelticMajora
Copy link
Contributor

Closing for the time being since not as automatic as I anticipated

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 7, 2022

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@CelticMajora CelticMajora deleted the dependabot/github_actions/subosito/flutter-action-2.3.0 branch March 7, 2022 20:11
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.

None yet

3 participants