Skip to content

Commit 7f6813a

Browse files
chore(deps): update github-actions
1 parent 97aaa41 commit 7f6813a

10 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/actions/ai-pr-review/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ runs:
9595

9696
- name: Claude PR review
9797
if: steps.cfg.outputs.proceed == 'true' && inputs.provider == 'anthropic'
98-
uses: anthropics/claude-code-action@38ec876110f9fbf8b950c79f534430740c3ac009 # v1.0.101
98+
uses: anthropics/claude-code-action@034cbdb008291e7eeeac420d315fc3b45fca3781 # v1.0.117
9999
with:
100100
anthropic_api_key: ${{ inputs.anthropic-api-key }} # zizmor: ignore[secrets-outside-env] -- API key passed via composite input, not a repo secret
101101
github_token: ${{ inputs.github-token }}
@@ -144,7 +144,7 @@ runs:
144144
- name: Codex PR review
145145
id: codex
146146
if: steps.cfg.outputs.proceed == 'true' && inputs.provider == 'openai'
147-
uses: openai/codex-action@c25d10f3f498316d4b2496cc4c6dd58057a7b031 # v1.6
147+
uses: openai/codex-action@e0fdf01220eb9a88167c4898839d273e3f2609d1 # v1.8
148148
with:
149149
openai-api-key: ${{ inputs.openai-api-key }} # zizmor: ignore[secrets-outside-env] -- API key passed via composite input, not a repo secret
150150
model: ${{ steps.cfg.outputs.model }}

.github/actions/ci-notify-nightly-tests/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ runs:
3131
using: "composite"
3232
steps:
3333
- name: Post E2E test results notification
34-
uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 # v3.0.1
34+
uses: slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c # v3.0.3
3535
with:
3636
errors: true
3737
webhook-type: incoming-webhook

.github/actions/ci-test-notify/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ runs:
4242

4343
- name: Send Slack notification
4444
if: inputs.webhook-url != ''
45-
uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 # v3.0.1
45+
uses: slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c # v3.0.3
4646
with:
4747
errors: true
4848
webhook-type: incoming-webhook

.github/actions/release-notification/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ runs:
6464
echo "base_branch=$BRANCH" >> "$GITHUB_OUTPUT"
6565
- name: Post release notification
6666
if: inputs.status == 'success'
67-
uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 # v3.0.1
67+
uses: slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c # v3.0.3
6868
with:
6969
errors: true
7070
webhook-type: incoming-webhook
@@ -113,7 +113,7 @@ runs:
113113
esac
114114
- name: Post release failure notification
115115
if: inputs.status != 'success'
116-
uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 # v3.0.1
116+
uses: slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c # v3.0.3
117117
with:
118118
errors: true
119119
webhook-type: incoming-webhook

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
permissions:
1414
contents: read
1515
pull-requests: read
16-
uses: loft-sh/github-actions/.github/workflows/validate-renovate.yaml@4207288daf055fa396f57e248dd3c5657c32c65b # validate-renovate/v1
16+
uses: loft-sh/github-actions/.github/workflows/validate-renovate.yaml@53686d2452bc48398252887a37ad248c38a7f1eb # validate-renovate/v1
1717

1818
actionlint:
1919
runs-on: ubuntu-latest

.github/workflows/claude-code-review.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
git checkout -B "${PR_HEAD_REF}" "origin/${PR_HEAD_REF}"
5252
5353
- name: Claude Code Review
54-
uses: anthropics/claude-code-action@5fb899572b81d2bb648d4d187173a2f423a9677c # v1
54+
uses: anthropics/claude-code-action@034cbdb008291e7eeeac420d315fc3b45fca3781 # v1
5555
with:
5656
anthropic_api_key: ${{ secrets.anthropic-api-key }} # zizmor: ignore[secrets-outside-env] -- API key passed via workflow_call, not a repo secret
5757
github_token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/claude.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727

2828
- name: Run Claude Code
2929
id: claude
30-
uses: anthropics/claude-code-action@5fb899572b81d2bb648d4d187173a2f423a9677c # v1
30+
uses: anthropics/claude-code-action@034cbdb008291e7eeeac420d315fc3b45fca3781 # v1
3131
with:
3232
anthropic_api_key: ${{ secrets.anthropic-api-key }} # zizmor: ignore[secrets-outside-env] -- API key passed via workflow_call, not a repo secret

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: Run Claude Code
3535
id: claude
36-
uses: anthropics/claude-code-action@5fb899572b81d2bb648d4d187173a2f423a9677c # v1
36+
uses: anthropics/claude-code-action@034cbdb008291e7eeeac420d315fc3b45fca3781 # v1
3737
with:
3838
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} # zizmor: ignore[secrets-outside-env] -- OAuth token for Claude, no dedicated environment needed
3939

.github/workflows/cleanup-backport-branches.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
permissions:
2121
contents: write
2222
steps:
23-
- uses: fpicalausa/remove-stale-branches@7c4f2afe88a36c0f9114cd958380979b9d7323fb # v2.4.0
23+
- uses: fpicalausa/remove-stale-branches@9b829bc2975ade0c61e64e9613def53ec0732440 # v2.6.1
2424
with:
2525
github-token: ${{ secrets.gh-access-token }} # zizmor: ignore[secrets-outside-env] -- PAT passed via workflow_call, not a repo secret
2626
dry-run: ${{ inputs.dry-run }}

.github/workflows/test-semver-validation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1919
with:
2020
persist-credentials: false
21-
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
21+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
2222
with:
2323
node-version: '24'
2424
- run: npm ci

0 commit comments

Comments
 (0)