Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/agents-71-codex-belt-dispatcher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- name: Mint GitHub App token (preferred)
id: app_token
if: ${{ env.WORKFLOWS_APP_ID != '' && env.WORKFLOWS_APP_PRIVATE_KEY != '' }}
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v2
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2
with:
app-id: ${{ env.WORKFLOWS_APP_ID }}
private-key: ${{ env.WORKFLOWS_APP_PRIVATE_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/agents-72-codex-belt-worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
- name: Mint GitHub App token (preferred)
id: app_token
if: ${{ env.WORKFLOWS_APP_ID != '' && env.WORKFLOWS_APP_PRIVATE_KEY != '' }}
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v2
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2
with:
app-id: ${{ env.WORKFLOWS_APP_ID }}
private-key: ${{ env.WORKFLOWS_APP_PRIVATE_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/agents-73-codex-belt-conveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
- name: Mint GitHub App token (preferred)
id: app_token
if: ${{ env.WORKFLOWS_APP_ID != '' && env.WORKFLOWS_APP_PRIVATE_KEY != '' }}
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v2
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2
with:
app-id: ${{ env.WORKFLOWS_APP_ID }}
private-key: ${{ env.WORKFLOWS_APP_PRIVATE_KEY }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/agents-auto-pilot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
# Mint GitHub App token early to use for API calls (avoids rate limits)
- name: Mint GitHub App Token
id: app_token
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v2
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2
continue-on-error: true
with:
app-id: ${{ secrets.WORKFLOWS_APP_ID || '0' }}
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:

- name: Set up Node
if: steps.check_enabled.outputs.enabled == 'true'
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
with:
node-version: '20'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/agents-autofix-dispatcher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- name: Mint GitHub App token
id: app_token
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v2
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2
continue-on-error: true
with:
app-id: ${{ secrets.WORKFLOWS_APP_ID || '0' }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/agents-autofix-loop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
# Mint GitHub App token early to use for API calls (avoids rate limits)
- name: Mint GitHub App Token
id: app_token
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v2
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2
continue-on-error: true
with:
app-id: ${{ secrets.WORKFLOWS_APP_ID || '0' }}
Expand Down Expand Up @@ -648,7 +648,7 @@ jobs:
# Mint GitHub App token early to use for API calls (avoids rate limits)
- name: Mint GitHub App Token
id: app_token
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v2
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2
continue-on-error: true
with:
app-id: ${{ secrets.WORKFLOWS_APP_ID || '0' }}
Expand Down Expand Up @@ -737,7 +737,7 @@ jobs:
# Mint GitHub App token early to use for API calls (avoids rate limits)
- name: Mint GitHub App Token
id: app_token
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v2
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2
continue-on-error: true
with:
app-id: ${{ secrets.WORKFLOWS_APP_ID || '0' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/agents-guard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
# Mint GitHub App token early to use for API calls (avoids rate limits)
- name: Mint GitHub App Token
id: app_token
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v2
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2
continue-on-error: true
with:
app-id: ${{ secrets.WORKFLOWS_APP_ID || '0' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/agents-issue-optimizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
id: app_token
if: steps.check.outputs.should_run == 'true'
continue-on-error: true
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v2
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2
with:
app-id: ${{ secrets.WORKFLOWS_APP_ID }}
private-key: ${{ secrets.WORKFLOWS_APP_PRIVATE_KEY }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/agents-keepalive-loop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6

- name: Set up Node.js
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
with:
node-version: 20

Expand Down Expand Up @@ -492,7 +492,7 @@ jobs:
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6

- name: Set up Node.js
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
with:
node-version: 20

Expand Down Expand Up @@ -614,7 +614,7 @@ jobs:
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6

- name: Set up Node.js
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
with:
node-version: 20

Expand Down Expand Up @@ -1132,7 +1132,7 @@ jobs:
steps.update-summary.outputs.rate_limit_hit == 'true' &&
env.KEEPALIVE_APP_ID != '' &&
env.KEEPALIVE_APP_PRIVATE_KEY != ''
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v2
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2
continue-on-error: true
env:
KEEPALIVE_APP_ID: ${{ secrets.KEEPALIVE_APP_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/agents-weekly-metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
# Mint GitHub App token early to use for API calls (avoids rate limits)
- name: Mint GitHub App Token
id: app_token
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v2
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2
continue-on-error: true
with:
app-id: ${{ secrets.WORKFLOWS_APP_ID || '0' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maint-76-claude-code-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ jobs:
- name: Run Claude Code Review
id: claude
continue-on-error: true
uses: anthropics/claude-code-action@ff9acae5886d41a99ed4ec14b7dc147d55834722
uses: anthropics/claude-code-action@220272d38887a1caed373da96a9ffdb0919c26cc
with:
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
allowed_bots: '*'
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/maint-coverage-guard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# Mint GitHub App token early to use for API calls (avoids rate limits)
- name: Mint GitHub App Token
id: app_token
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v2
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2
continue-on-error: true
with:
app-id: ${{ secrets.WORKFLOWS_APP_ID || '0' }}
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
# Mint GitHub App token early to use for API calls (avoids rate limits)
- name: Mint GitHub App Token
id: app_token
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v2
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2
continue-on-error: true
with:
app-id: ${{ secrets.WORKFLOWS_APP_ID || '0' }}
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:

- name: Download coverage trend artifact
if: ${{ steps.discover.outputs.run_id }}
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8
continue-on-error: true
with:
name: gate-coverage-trend
Expand All @@ -196,7 +196,7 @@ jobs:

- name: Download coverage payload artifact
if: ${{ steps.discover.outputs.run_id }}
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8
continue-on-error: true
with:
name: gate-coverage
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-pr-context.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
id: app_token
# Use continue-on-error to handle missing secrets gracefully
continue-on-error: true
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v2
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2
with:
app-id: ${{ secrets.WORKFLOWS_APP_ID }}
private-key: ${{ secrets.WORKFLOWS_APP_PRIVATE_KEY }}
Expand Down
Loading
Loading