Skip to content
Open
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/claude.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
fetch-depth: 1
- name: Run Claude Code
if: ${{ env.CLAUDE_CODE_OAUTH_TOKEN != '' }}
uses: anthropics/claude-code-action@9d7150bc8a3dae8149739a88019d192b579ad90c # v1.0.193
uses: anthropics/claude-code-action@dcb57747bfceeaa1fa72638cae52295d1d853d4a # v1.0.199
with:
# The action's default trigger phrase is "@claude"; it reads the
# triggering comment/review and acts on the current PR head.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codex-run-pr-operator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ jobs:

- name: Run official Codex repair action
id: codex
uses: openai/codex-action@52fe01ec70a42f454c9d2ebd47598f9fd6893d56 # v1
uses: openai/codex-action@86365089eb2b84e0a8fb0717b304f8bdcb13b20e # v1
with:
openai-api-key: ${{ secrets.OPENAI_API_KEY }}
prompt-file: ${{ runner.temp }}/codex-run-pr-trusted/prompt.md
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
persist-credentials: false

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4
uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4

- name: Build app image (load, no push)
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/summary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- name: Run AI inference
id: inference
uses: actions/ai-inference@a7805884c80886efc241e94a5351df715968a0ad # v2
uses: actions/ai-inference@2c43c91ae16266ca159d311430343c67a5ffa222 # v3
with:
prompt: |
You are summarizing a GitHub issue.
Expand Down
55 changes: 52 additions & 3 deletions scripts/github-action-pins.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,38 @@ const reviewedActionPins = new Map([
// and setup-bun cache tuning — no change to permissions, secrets
// handling, or the action's trust boundary.
["9d7150bc8a3dae8149739a88019d192b579ad90c", "v1.0.193"],
// Reviewed 2026-08-24 for PR #2325 (Dependabot github-actions group):
// annotated tag v1.0.199 peels to this commit. Release notes for
// v1.0.194-v1.0.199 cover GraphQL client URL handling, keeping a
// base-branch config revert out of the auto-commit, MCP GitHub
// aggregate-selector recognition, delete_files path hardening,
// shallow-checkout fetch-depth limiting, base-action PATH fix,
// --allowedTools signed-prompt handling, secret-redaction unification,
// ALL_INPUTS env stripping, and a shell-quote CVE bump — no change to
// permissions, secrets handling, or the action's trust boundary.
["dcb57747bfceeaa1fa72638cae52295d1d853d4a", "v1.0.199"],
]),
],
// Reviewed 2026-08-13 for the credential-isolated Run PR operator: annotated
// tag v1 peels to this commit. The action keeps OPENAI_API_KEY behind its
// local proxy and runs the repair as an unprivileged user; GitHub mutation
// credentials remain confined to later clean jobs.
["openai/codex-action", new Map([["52fe01ec70a42f454c9d2ebd47598f9fd6893d56", "v1"]])],
[
"openai/codex-action",
new Map([
["52fe01ec70a42f454c9d2ebd47598f9fd6893d56", "v1"],
// Reviewed 2026-08-24 for PR #2325 (Dependabot github-actions group):
// annotated tag v1 now peels to this commit (v1.12). Changelog for
// v1.11-v1.12 covers Linux runner privilege isolation and Responses
// API proxy credential handling, rejecting Codex arguments/config
// overrides that conflict with protected execution settings,
// requiring unprivileged user namespaces for drop-sudo, and
// documentation of runner/permission-profile requirements — hardening
// in the same direction this repo already relies on, no relaxation of
// the credential-isolation contract.
["86365089eb2b84e0a8fb0717b304f8bdcb13b20e", "v1"],
]),
],
["actions/cache", new Map([["55cc8345863c7cc4c66a329aec7e433d2d1c52a9", "v6"]])],
["actions/cache/restore", new Map([["55cc8345863c7cc4c66a329aec7e433d2d1c52a9", "v6"]])],
["actions/cache/save", new Map([["55cc8345863c7cc4c66a329aec7e433d2d1c52a9", "v6"]])],
Expand All @@ -49,9 +74,33 @@ const reviewedActionPins = new Map([
["denoland/setup-deno", new Map([["22d081ff2d3a40755e97629de92e3bcbfa7cf2ed", "v2.0.5"]])],
["supabase/setup-cli", new Map([["46f7f98c7f948ad727d22c1e67fab04c223a0520", "v3"]])],
["gitleaks/gitleaks-action", new Map([["e0c47f4f8be36e29cdc102c57e68cb5cbf0e8d1e", "v3"]])],
["actions/ai-inference", new Map([["a7805884c80886efc241e94a5351df715968a0ad", "v2"]])],
[
"actions/ai-inference",
new Map([
["a7805884c80886efc241e94a5351df715968a0ad", "v2"],
// Reviewed 2026-08-24 for PR #2325 (Dependabot github-actions group):
// annotated tag v3 peels to this commit. v3 removes github-models
// support and makes Copilot the only inference provider, plus routine
// dependency bumps (js-yaml, hono, vite, rollup plugin, tmp,
// actions/setup-node, actions/upload-artifact) — no change to the
// action's own permissions or secrets handling; this workflow already
// only used the Copilot-backed default provider.
["2c43c91ae16266ca159d311430343c67a5ffa222", "v3"],
]),
],
["peter-evans/create-or-update-comment", new Map([["e8674b075228eee787fea43ef493e45ece1004c9", "v5"]])],
["docker/setup-buildx-action", new Map([["bb05f3f5519dd87d3ba754cc423b652a5edd6d2c", "v4"]])],
[
"docker/setup-buildx-action",
new Map([
["bb05f3f5519dd87d3ba754cc423b652a5edd6d2c", "v4"],
// Reviewed 2026-08-24 for PR #2325 (Dependabot github-actions group):
// annotated tag v4.3.0 peels to this commit. Release notes cover only
// internal dependency bumps (@docker/actions-toolkit, brace-expansion,
// js-yaml, postcss, undici) — no change to the action's own
// permissions or secrets handling.
["37fe631027851001ddb9b187196cc803df7f5f0e", "v4"],
]),
],
["docker/build-push-action", new Map([["53b7df96c91f9c12dcc8a07bcb9ccacbed38856a", "v7"]])],
// Reviewed 2026-07-31: official autofix.ci action; tag v1.3.4 / moving v1 both
// resolve to this immutable commit (node24 runtime). Used only after local
Expand Down
2 changes: 1 addition & 1 deletion tests/codex-run-pr-operator-workflow.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ describe("Codex Run PR operator workflow", () => {
});

it("keeps GitHub credentials out of the unprivileged Codex repair job", () => {
expect(repair).toContain("openai/codex-action@52fe01ec70a42f454c9d2ebd47598f9fd6893d56 # v1");
expect(repair).toContain("openai/codex-action@86365089eb2b84e0a8fb0717b304f8bdcb13b20e # v1");
expect(repair).toContain("safety-strategy: unprivileged-user");
expect(repair).toContain("persist-credentials: false");
expect(repair).toContain("npm ci --ignore-scripts");
Expand Down
Loading