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

Hash pin workflows and enable dependabot #1863

Merged
merged 11 commits into from
Sep 27, 2023
Merged

Hash pin workflows and enable dependabot #1863

merged 11 commits into from
Sep 27, 2023

Conversation

joycebrum
Copy link
Contributor

Closes #1862
I've hash pinned the workflows to the most recent version and enabled dependabot to group PRs.

Also I've noticed that the einaregilsson/build-number is archived -- which means it should be deprecated. In their README it recommends using now the standard GITHUB_RUN_ID and GITHUB_RUN_NUMBER.

I didn't replaced it, but let me know if you agree on doing it and I can do it in this or in another PR.

joycebrum and others added 11 commits September 25, 2023 11:31
Signed-off-by: Joyce <[email protected]>
Bumps the github-actions group with 4 updates: [actions/checkout](https://github.com/actions/checkout), [actions/setup-python](https://github.com/actions/setup-python), [actions/setup-node](https://github.com/actions/setup-node) and [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request).


Updates `actions/checkout` from 2.7.0 to 4.1.0
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@ee0669b...8ade135)

Updates `actions/setup-python` from 1.2.4 to 4.7.0
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v1.2.4...61a6322)

Updates `actions/setup-node` from 1.4.6 to 3.8.1
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v1.4.6...5e21ff4)

Updates `peter-evans/create-pull-request` from 3.14.0 to 5.0.2
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](peter-evans/create-pull-request@18f7dc0...1534078)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
…-actions-fd6a2f86c9

Bump the github-actions group with 4 updates
Copy link
Member

@yongtang yongtang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contribution!

@yongtang yongtang merged commit 3931475 into tensorflow:master Sep 27, 2023
12 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Hash pin Github Workflows
2 participants