Skip to content

Commit 8571252

Browse files
renovate[bot]olivermeyer
authored andcommitted
chore(deps): update github actions
1 parent bc09790 commit 8571252

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/_codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
# Initializes the CodeQL tools for scanning.
5252
- name: Initialize CodeQL
53-
uses: github/codeql-action/init@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3
53+
uses: github/codeql-action/init@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
5454
with:
5555
languages: ${{ matrix.language }}
5656
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -77,9 +77,9 @@ jobs:
7777
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
7878
# If this step fails, then you should remove it and run the build manually
7979
- name: Autobuild
80-
uses: github/codeql-action/autobuild@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3
80+
uses: github/codeql-action/autobuild@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
8181

8282
- name: Perform CodeQL Analysis
83-
uses: github/codeql-action/analyze@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3
83+
uses: github/codeql-action/analyze@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
8484
with:
8585
category: "/language:${{ matrix.language }}"

.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@fefa07e9c665b7320f08c3b525980457f22f58aa # v1.0.111
27+
uses: anthropics/claude-code-action@939ae9c056ecf8a1a01409ddd1c4eadec5f8c77b # v1.0.116
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)