-
Notifications
You must be signed in to change notification settings - Fork 3
deps(actions): bump the actions group with 5 updates #257
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 | ||||
|---|---|---|---|---|---|---|
|
|
@@ -32,7 +32,7 @@ jobs: | |||||
| persist-credentials: false | ||||||
|
|
||||||
| - name: Install uv | ||||||
| uses: astral-sh/setup-uv@c7f87aa956e4c323abf06d5dec078e358f6b4d04 # v6.0.0 # zizmor: ignore[cache-poisoning] -- cached deps are for testing, not release artifact generation | ||||||
| uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v6.0.0 # zizmor: ignore[cache-poisoning] -- cached deps are for testing, not release artifact generation | ||||||
|
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. P3: The pinned setup-uv SHA was updated, but the inline version comment is still Prompt for AI agents
Suggested change
|
||||||
|
|
||||||
| - name: Set up Python | ||||||
| run: uv python install 3.13 | ||||||
|
|
@@ -87,7 +87,7 @@ jobs: | |||||
| git merge-base --is-ancestor "$GITHUB_SHA" origin/main | ||||||
|
|
||||||
| - name: Install uv | ||||||
| uses: astral-sh/setup-uv@c7f87aa956e4c323abf06d5dec078e358f6b4d04 # v6.0.0 # zizmor: ignore[cache-poisoning] -- cache is branch-isolated; fork PRs cannot write to this cache | ||||||
| uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v6.0.0 # zizmor: ignore[cache-poisoning] -- cache is branch-isolated; fork PRs cannot write to this cache | ||||||
|
|
||||||
| - name: Set up Python | ||||||
| run: uv python install 3.13 | ||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -32,7 +32,7 @@ jobs: | |
| persist-credentials: false | ||
|
|
||
| - name: Set up Ruby | ||
| uses: ruby/setup-ruby@dffb23f65a78bba8db45d387d5ea1bbd6be3ef18 # v1.293.0 # zizmor: ignore[cache-poisoning] -- cached deps are for testing, not release artifact generation | ||
| uses: ruby/setup-ruby@4c56a21280b36d862b5fc31348f463d60bdc55d5 # v1.293.0 # zizmor: ignore[cache-poisoning] -- cached deps are for testing, not release artifact generation | ||
|
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. P2: Update the version comment to Prompt for AI agents |
||
| with: | ||
| ruby-version: '3.3' | ||
| bundler-cache: true | ||
|
|
@@ -68,7 +68,7 @@ jobs: | |
| git merge-base --is-ancestor "$GITHUB_SHA" origin/main | ||
|
|
||
| - name: Set up Ruby | ||
| uses: ruby/setup-ruby@dffb23f65a78bba8db45d387d5ea1bbd6be3ef18 # v1.293.0 # zizmor: ignore[cache-poisoning] -- cache is branch-isolated; fork PRs cannot write to this cache | ||
| uses: ruby/setup-ruby@4c56a21280b36d862b5fc31348f463d60bdc55d5 # v1.293.0 # zizmor: ignore[cache-poisoning] -- cache is branch-isolated; fork PRs cannot write to this cache | ||
| with: | ||
| ruby-version: '3.3' | ||
| bundler-cache: true | ||
|
|
||
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.
P3: Update the inline version comment to match the new version bumped in this PR (6.1.0).
Leaving the old version number in the comment can cause confusion and makes it harder to verify the current version without looking up the commit hash.
Prompt for AI agents