-
Notifications
You must be signed in to change notification settings - Fork 20
chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 in the dependencies group #416
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -12,7 +12,7 @@ jobs: | |||||
| pull-requests: write | ||||||
|
|
||||||
| steps: | ||||||
| - uses: actions/checkout@v6.0.2 | ||||||
| - uses: actions/checkout@v6.0.3 | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| with: | ||||||
| persist-credentials: false | ||||||
| - name: Validate CUE schemas | ||||||
|
|
@@ -33,7 +33,7 @@ jobs: | |||||
| contents: read | ||||||
|
|
||||||
| steps: | ||||||
| - uses: actions/checkout@v6.0.2 | ||||||
| - uses: actions/checkout@v6.0.3 | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. actions/checkout is pinned to a version tag (v6.0.3) rather than an immutable commit SHA. Version tags can be moved by the upstream maintainer, exposing this workflow to supply chain attacks. Pin this action to a specific commit SHA instead.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| with: | ||||||
| persist-credentials: false | ||||||
| fetch-depth: 0 | ||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -29,7 +29,7 @@ jobs: | |||||
| contents: read | ||||||
| steps: | ||||||
| - name: Checkout | ||||||
| uses: actions/checkout@v6.0.2 | ||||||
| uses: actions/checkout@v6.0.3 | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. actions/checkout is pinned to a version tag (v6.0.3) rather than an immutable commit SHA. Version tags can be moved by the upstream maintainer, exposing this workflow to supply chain attacks. Pin this action to a specific commit SHA instead.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| with: | ||||||
| fetch-depth: 0 | ||||||
| persist-credentials: false | ||||||
|
|
||||||
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.
actions/checkout is pinned to a version tag (v6.0.3) rather than an immutable commit SHA. Version tags can be moved by the upstream maintainer, exposing this workflow to supply chain attacks. Pin this action to a specific commit SHA instead.