Skip to content

Commit 871203a

Browse files
chore(deps): update github actions
1 parent 6408c88 commit 871203a

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/_package-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
7070
- name: Send Slack release notification
7171
if: success()
72-
uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 # v3.0.1
72+
uses: slackapi/slack-github-action@03ea5433c137af7c0495bc0cad1af10403fc800c # v3.0.2
7373
with:
7474
method: chat.postMessage
7575
token: ${{ secrets.SLACK_RELEASE_BOT_TOKEN }}

.github/workflows/_scheduled-test-daily.yml

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

221221
- name: SonarQube Scan
222222
if: ${{ !cancelled() && (env.GITHUB_WORKFLOW_RUNTIME != 'ACT') }}
223-
uses: SonarSource/sonarqube-scan-action@299e4b793aaa83bf2aba7c9c14bedbb485688ec4 # v7.1.0
223+
uses: SonarSource/sonarqube-scan-action@55e44800a8f495208cce6e4e82f5dedb45fcf0ef # v7.2
224224
env:
225225
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
226226
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

.github/workflows/_test.yml

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

103103
- name: SonarQube Scan
104104
if: ${{ !cancelled() && (env.GITHUB_WORKFLOW_RUNTIME != 'ACT') }}
105-
uses: SonarSource/sonarqube-scan-action@299e4b793aaa83bf2aba7c9c14bedbb485688ec4 # v7.1.0
105+
uses: SonarSource/sonarqube-scan-action@55e44800a8f495208cce6e4e82f5dedb45fcf0ef # v7.2
106106
env:
107107
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
108108
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

.github/workflows/claude-code-automation-pr-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fetch-depth: 0
2525

2626
- name: Run Claude Code PR Review
27-
uses: anthropics/claude-code-action@b4d67413279fc18c6e5de930ae307c4f108714eb # v1.0.104
27+
uses: anthropics/claude-code-action@11a9dadd198803a0cea6bd53da3e0e8a762fc6ea # v1.0.108
2828
with:
2929
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
3030
track_progress: ${{ github.event_name == 'pull_request' && contains(fromJSON('["opened", "synchronize", "ready_for_review", "reopened"]'), github.event.action) }}

0 commit comments

Comments
 (0)