Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/enforce-repo-settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
fi
gh api /user --jq .login

- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1

- name: Resolve target user repos
id: targets
Expand Down Expand Up @@ -200,7 +200,7 @@ jobs:
fi
gh api /orgs/O-ANcppLua --jq .login

- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1

- name: Resolve target org repos
id: targets
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-heal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ jobs:
# The heavy lifter. Checks out the PR branch, runs Claude with a
# precise diagnostic prompt, lets it commit + push the fix. Works
# for merge conflicts AND failing CI.
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
repository: ${{ matrix.target.repo }}
token: ${{ startsWith(matrix.target.repo, 'O-ANcppLua/') && secrets.REPO_SETTINGS_PAT_ORG || secrets.REPO_SETTINGS_PAT_USER }}
Expand Down
Loading