diff --git a/.github/workflows/ai-review.yml b/.github/workflows/ai-review.yml index 3fb34da77f..507579825e 100644 --- a/.github/workflows/ai-review.yml +++ b/.github/workflows/ai-review.yml @@ -325,7 +325,7 @@ jobs: # its output file — the step sits idle until the job timeout, discarding # a completed review (openai/codex-action#150). v1.11 handles the same # heavy workload cleanly. There is no released fix above v1.12 yet. - uses: openai/codex-action@52fe01ec70a42f454c9d2ebd47598f9fd6893d56 # v1.11 + uses: openai/codex-action@86365089eb2b84e0a8fb0717b304f8bdcb13b20e # v1.12 with: openai-api-key: ${{ secrets.OPENAI_API_KEY }} prompt-file: .github/ai-review/codex-review-prompt.md @@ -489,7 +489,7 @@ jobs: # its output file — the step sits idle until the job timeout, discarding # a completed review (openai/codex-action#150). v1.11 handles the same # heavy workload cleanly. There is no released fix above v1.12 yet. - uses: openai/codex-action@52fe01ec70a42f454c9d2ebd47598f9fd6893d56 # v1.11 + uses: openai/codex-action@86365089eb2b84e0a8fb0717b304f8bdcb13b20e # v1.12 with: openai-api-key: ${{ secrets.OPENAI_API_KEY }} prompt-file: trusted/.github/ai-review/adjudicate-prompt.md diff --git a/.github/workflows/cli-go-codeql.yml b/.github/workflows/cli-go-codeql.yml index 7e51715cb8..906126aad3 100644 --- a/.github/workflows/cli-go-codeql.yml +++ b/.github/workflows/cli-go-codeql.yml @@ -67,7 +67,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7 + uses: github/codeql-action/init@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4.37.8 with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} @@ -95,7 +95,7 @@ jobs: exit 1 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7 + uses: github/codeql-action/analyze@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4.37.8 with: category: "/language:${{matrix.language}}" defaults: diff --git a/.github/workflows/release-shared.yml b/.github/workflows/release-shared.yml index 4dba60969c..b2eecf12ef 100644 --- a/.github/workflows/release-shared.yml +++ b/.github/workflows/release-shared.yml @@ -426,7 +426,7 @@ jobs: - name: Sync stable release to Linear if: ${{ inputs.channel == 'stable' && env.LINEAR_CLI_STABLE_RELEASE_ACCESS_KEY != '' }} - uses: linear/linear-release-action@17b8c24f8ceb2b98cabaf1965ff83c55dd596fac # v0 + uses: linear/linear-release-action@0a25abab892a91062ebf42260dbb2ce6277aa205 # v0 with: access_key: ${{ env.LINEAR_CLI_STABLE_RELEASE_ACCESS_KEY }} version: v${{ inputs.version }} @@ -437,7 +437,7 @@ jobs: - name: Sync beta release to Linear if: ${{ inputs.channel == 'beta' && env.LINEAR_CLI_BETA_RELEASE_ACCESS_KEY != '' }} - uses: linear/linear-release-action@17b8c24f8ceb2b98cabaf1965ff83c55dd596fac # v0 + uses: linear/linear-release-action@0a25abab892a91062ebf42260dbb2ce6277aa205 # v0 with: access_key: ${{ env.LINEAR_CLI_BETA_RELEASE_ACCESS_KEY }} version: v${{ inputs.version }}