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

Add action version comments in GitHub workflow files #7079

Conversation

Marcono1234
Copy link
Contributor

Resolves #7068

The scorecard.yml workflow file already had version comments, so no changes were needed there.

@@ -32,13 +32,13 @@ jobs:
steps:
# Cancel any previous runs for the same branch that are still running.
- name: 'Cancel previous runs'
uses: styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa
uses: styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # 0.12.1
Copy link
Contributor Author

Choose a reason for hiding this comment

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

The version number here has no leading v because the Git tags in that repository don't have it either. Dependabot should be able to update this as well.

@cpovirk cpovirk self-assigned this Mar 5, 2024
@cpovirk cpovirk added type=other Miscellaneous activities not covered by other type= labels package=general P2 labels Mar 5, 2024
copybara-service bot pushed a commit that referenced this pull request Mar 6, 2024
Resolves #7068
Fixes #7079

RELNOTES=n/a
PiperOrigin-RevId: 612945736
@copybara-service copybara-service bot closed this in b90ce5b Mar 6, 2024
@Marcono1234 Marcono1234 deleted the workflow-action-version-comments branch March 6, 2024 21:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P2 package=general type=other Miscellaneous activities not covered by other type= labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add action version comments in GitHub workflow files
2 participants