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

Specify actions/checkout minor, patch version #186

Merged
merged 1 commit into from
Nov 3, 2024

Conversation

sksat
Copy link
Owner

@sksat sksat commented Nov 3, 2024

SSIA

@sksat sksat self-assigned this Nov 3, 2024
@@ -16,7 +16,7 @@ jobs:
rust_version: ${{ steps.rust_ver.outputs.rust_version }}

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4.2.2
- name: Get Rust version
id: rust_ver
run: |
Copy link

Choose a reason for hiding this comment

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

[actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2046:warning:1:21: Quote this to prevent word splitting [shellcheck]

Copy link

Choose a reason for hiding this comment

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

[actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2001:style:10:32: See if you can use ${variable//search/replace} instead [shellcheck]

Copy link

Choose a reason for hiding this comment

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

[actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2086:info:10:37: Double quote to prevent globbing and word splitting [shellcheck]

@sksat sksat merged commit d0a6bde into main Nov 3, 2024
18 checks passed
@sksat sksat deleted the specify-actions-checkout-version branch November 3, 2024 18:38
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.

1 participant