-
Notifications
You must be signed in to change notification settings - Fork 60.8k
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
Fix broken dependabot/fetch-metadata
action ref
#36168
Conversation
Thanks for opening this pull request! A GitHub docs team member should be by to give feedback soon. In the meantime, please check out the contributing guidelines. |
👓 Previews for changed contentThis comment is 🤖 automatically generated and will be overwritten every time changes are committed to this branch. The table contains an overview of files in the Content directory changesYou may find it useful to copy this table into the pull request summary. There you can edit it to share links to important articles or changes and to give a high-level overview of how the changes in your pull request support the overall goals of the pull request.
Key: fpt: Free, Pro, Team; ghec: GitHub Enterprise Cloud; ghes: GitHub Enterprise Server |
@@ -65,7 +65,7 @@ jobs: | |||
steps: | |||
- name: Dependabot metadata | |||
id: metadata | |||
uses: dependabot/fetch-metadata@4c5d6e7f8a9b0c1d2e3f4a5b6c7d8e9f0a1b2c3d | |||
uses: dependabot/fetch-metadata@d7267f607e9d3fb96fc2fbe83e0af444713e90b7 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here's the link to this ref: https://github.com/dependabot/fetch-metadata/tree/d7267f607e9d3fb96fc2fbe83e0af444713e90b7
Thanks for opening a pull request! We've triaged this issue for technical review by a subject matter expert 👀 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @wooseopkim, thanks for raising a PR for this! This is a good fix, and I'll get this merged for you now. Thanks for your interest in the GitHub docs
Thanks very much for contributing! Your pull request has been merged 🎉 You should see your changes appear on the site in approximately 24 hours. If you're looking for your next contribution, check out our help wanted issues ⚡ |
Why:
Closes: 36167
What's being changed (if available, include any code snippets, screenshots, or gifs):
dependabot/fetch-metadata
repository's current README seems to be using@v2
. I've made commits (two because of mistakes) using that ref. But as the linter requires a full length SHA, I made an additional change. (TIL Dependabot counts as a third-party organization? Thought it was an official GitHub project.)Check off the following: