-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): update actions/checkout action to v7 #31
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 |
|---|---|---|
|
|
@@ -42,7 +42,7 @@ jobs: | |
| name: Secrets + content policy | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 | ||
| - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 | ||
|
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. 🔍 Checkout SHA pin updated consistently, but comment/SHA pairing can't be verified locally All four Was this helpful? React with 👍 or 👎 to provide feedback.
devin-ai-integration[bot] marked this conversation as resolved.
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. 🟨 Guard workflow checkout keeps the GitHub token persisted in the local git config The security gate's checkout step ( Was this helpful? React with 👍 or 👎 to provide feedback. |
||
|
|
||
| # gitleaks' GitHub Action requires a paid license for organizations; the CLI | ||
| # itself is MIT-licensed and free. Pin the version AND verify the release | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.
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.
🔍 Reusable workflow claims parity with wave-foundation upstream
.github/workflows/_checks.ymlis documented as the shared source of truth mirrored fromwave-av/wave-foundation("update here, every repo inherits it (no copying = no drift)"). Bumping the pin only in this repo's local copy re-introduces drift unless the upstream copy is updated too; worth confirming which file is authoritative for this repo.Was this helpful? React with 👍 or 👎 to provide feedback.