We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fa9103 commit 26197c0Copy full SHA for 26197c0
2 files changed
.github/workflows/claude.yml
@@ -32,7 +32,7 @@ jobs:
32
33
- name: Run Claude Code
34
id: claude
35
- uses: anthropics/claude-code-action@567fe954a4527e81f132d87d1bdbcc94f7737434 # v1
+ uses: anthropics/claude-code-action@ef50f123a3a9be95b60040d042717517407c7256 # v1
36
with:
37
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
38
additional_permissions: |
.github/workflows/unit_test.yml
@@ -88,6 +88,6 @@ jobs:
88
run: uv run coverage report -m
89
90
- name: SonarCloud Scan
91
- uses: SonarSource/sonarqube-scan-action@299e4b793aaa83bf2aba7c9c14bedbb485688ec4 # v7.1.0
+ uses: SonarSource/sonarqube-scan-action@c7ee0f9df90b7aa20e8dcf9695dcfe2e7da5b4f2 # v7.2.1
92
env:
93
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments