-
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. 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 step in the public-repo-guard workflow keeps the job's GitHub token persisted in the checkout The upgraded checkout step at 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 | ||
|
|
||
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 is a vendored copy of wave-foundation — check for drift
The header comment (lines 3-6) declares this file the "one source of truth" living in
wave-av/wave-foundation, yet this repo carries its own copy. Bumping the pin here only fixes this repo; the upstream copy and any other consumers still reference the v4.3.1 SHA. Worth confirming the same Renovate bump lands upstream so the copies don't diverge.Was this helpful? React with 👍 or 👎 to provide feedback.