Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Remove unnecessary hardcoding ofref#617

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
jeffwidman merged 1 commit intomainfromremove-unneeded-ref-hardcoding
Apr 11, 2025

Conversation

jeffwidman
Copy link
Member

I'm copying the setup of one of these actions to another repo, and the hardcoding ofref surprised me... these should be the same as the defaault behavior. I checked with Barry who originally committed these files, and he didn't remember why... possibly he'd hardcoded them when testing the action and forgot to remove them.

So let's pull them out to remove confusion.

I'm copying the setup of one of these actions to another repo, and thehardcoding of `ref` surprised me... these should be the same as thedefaault behavior. I checked with Barry who originally committed thesefiles, and he didn't remember why... possibly he'd hardcoded them whentesting the action and forgot to remove them.So let's pull them out to remove confusion.
@jeffwidmanjeffwidman requested a review froma team as acode ownerApril 11, 2025 16:28
@@ -14,8 +14,7 @@ jobs:
app-id: ${{ secrets.FETCH_METADATA_ACTION_AUTOMATION_APP_ID }}
private-key: ${{ secrets.FETCH_METADATA_ACTION_AUTOMATION_PRIVATE_KEY }}

- name: Check out code
uses: actions/checkout@v4
- uses: actions/checkout@v4
Copy link
Contributor

Choose a reason for hiding this comment

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

NAB: We should likely prefer to use a pinned SHA version for safety here since this is automerging PRs ( and rely on Dependabot to keep this up to date 😅 )

Copy link
MemberAuthor

@jeffwidmanjeffwidmanApr 11, 2025
edited
Loading

Choose a reason for hiding this comment

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

actions/checkout has been migrated to immutable actions, so it's now safe to pin directly to a human semver value. 🎉

brrygrdn reacted with hooray emoji
@jeffwidmanjeffwidman merged commit3a5ce46 intomainApr 11, 2025
8 checks passed
@jeffwidmanjeffwidman deleted the remove-unneeded-ref-hardcoding branchApril 11, 2025 16:33
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@brrygrdnbrrygrdnbrrygrdn approved these changes

@honeyankithoneyankithoneyankit approved these changes

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@jeffwidman@brrygrdn@honeyankit

[8]ページ先頭

©2009-2025 Movatter.jp