Skip to content

fix: reformat action pins JSON to 2-space indentation#43448

Merged
pelikhan merged 1 commit into
mainfrom
copilot/fix-action-pins-json-formatting
Jul 5, 2026
Merged

fix: reformat action pins JSON to 2-space indentation#43448
pelikhan merged 1 commit into
mainfrom
copilot/fix-action-pins-json-formatting

Conversation

Copilot AI commented Jul 5, 2026

Copy link
Copy Markdown
Contributor

The three action pins JSON files were serialized with 4-space indentation, inconsistent with the 2-space standard used elsewhere and what marshalSorted in action_cache.go now produces.

Changes

  • Reformatted .github/aw/actions-lock.json, pkg/actionpins/data/action_pins.json, and pkg/workflow/data/action_pins.json from 4-space to 2-space indentation

The files were stale from an older serialization path. The current marshalSorted already emits correct 2-space output; the data files just hadn't been regenerated to match.

-    "entries": {
-        "actions/cache@v4.2.3": {
-            "repo": "actions/cache",
+  "entries": {
+    "actions/cache@v4.2.3": {
+      "repo": "actions/cache",

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title fix: reformat action pins JSON to use 2-space indentation fix: reformat action pins JSON to 2-space indentation Jul 5, 2026
Copilot AI requested a review from pelikhan July 5, 2026 03:30
@pelikhan pelikhan marked this pull request as ready for review July 5, 2026 03:35
Copilot AI review requested due to automatic review settings July 5, 2026 03:35
@pelikhan pelikhan merged commit 8bdb746 into main Jul 5, 2026
@pelikhan pelikhan deleted the copilot/fix-action-pins-json-formatting branch July 5, 2026 03:35

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.

Copilot AI added a commit that referenced this pull request Jul 5, 2026
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
@github-actions

github-actions Bot commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

🎉 This pull request is included in a new release.

Release: v0.82.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants