-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): update actions/checkout action to v4.4.0 #35
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
base: main
Are you sure you want to change the base?
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 |
|---|---|---|
|
|
@@ -20,7 +20,7 @@ jobs: | |
| runs-on: ubuntu-latest | ||
| timeout-minutes: 10 | ||
| steps: | ||
| - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 | ||
| - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0 | ||
| with: | ||
| persist-credentials: false | ||
| - name: Secret scan (fail-closed, allowlist-aware) | ||
|
|
@@ -51,7 +51,7 @@ jobs: | |
| runs-on: ubuntu-latest | ||
| timeout-minutes: 5 | ||
| steps: | ||
| - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 | ||
| - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0 | ||
| with: | ||
| persist-credentials: false | ||
| - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 | ||
|
|
@@ -111,7 +111,7 @@ jobs: | |
| runs-on: ubuntu-latest | ||
| timeout-minutes: 5 | ||
| steps: | ||
| - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 | ||
| - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0 | ||
|
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. π SHA/tag comment pairing cannot be verified offline The pinned SHA Was this helpful? React with π or π to provide feedback. |
||
| with: | ||
| persist-credentials: false | ||
| - name: URL convention gate | ||
|
|
||
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.
π Checkout pin bump is consistent within this workflow but diverges from the other workflow
All three jobs in
.github/workflows/_checks.ymlwere updated consistently to the same commit SHA, so no partial migration inside this file. Note that.github/workflows/public-repo-guard.yml:45still pinsactions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1, i.e. the repo now uses two different major versions of the action. Worth confirming whether the intent was to standardize on v5 rather than bumping the v4 line.Was this helpful? React with π or π to provide feedback.