Skip to content

Commit 5644f12

Browse files
chore(deps): bump the github-actions-dependencies group with 2 updates (#1173)
Bumps the github-actions-dependencies group with 2 updates: [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) and [github/codeql-action/upload-sarif](https://github.com/github/codeql-action). Updates `anthropics/claude-code-action` from 1.0.219 to 1.0.222 - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](anthropics/claude-code-action@v1.0.219...v1.0.222) Updates `github/codeql-action/upload-sarif` from 4.37.9 to 4.38.0 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@cdf488f...b96794f) --- updated-dependencies: - dependency-name: anthropics/claude-code-action dependency-version: 1.0.222 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies - dependency-name: github/codeql-action/upload-sarif dependency-version: 4.38.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dc1f38c commit 5644f12

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
fetch-depth: 0
3838

3939
- name: Claude review (dependency updates)
40-
uses: anthropics/claude-code-action@v1.0.219
40+
uses: anthropics/claude-code-action@v1.0.222
4141

4242
env:
4343
GH_TOKEN: ${{ github.token }}
@@ -98,7 +98,7 @@ jobs:
9898
check-latest: true
9999

100100
- name: Claude review (general)
101-
uses: anthropics/claude-code-action@v1.0.219
101+
uses: anthropics/claude-code-action@v1.0.222
102102
env:
103103
GH_TOKEN: ${{ github.token }}
104104
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ jobs:
237237
# block a publish over ancillary reporting.
238238
if: ${{ (success() || failure()) && inputs.upload_sarif && hashFiles('snyk-code.sarif') != '' }}
239239
continue-on-error: true
240-
uses: github/codeql-action/upload-sarif@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9
240+
uses: github/codeql-action/upload-sarif@b96794f015dfd88f77b49b1c93e0fa7110f94c63 # v4.38.0
241241
with:
242242
sarif_file: snyk-code.sarif
243243
category: snyk-code

0 commit comments

Comments
 (0)