Skip to content

Commit 24e5d7f

Browse files
authored
Merge branch 'main' into dev/new_grub_rebased
2 parents c8fe428 + 4423e7e commit 24e5d7f

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/claude.yml

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

3333
- name: Run Claude Code
3434
id: claude
35-
uses: anthropics/claude-code-action@26ddc358fe3befff50c5ec2f80304c90c763f6f8 # v1
35+
uses: anthropics/claude-code-action@657fb7c9c986158a19624b357bcbc8c6deb83598 # v1
3636
with:
3737
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
3838
additional_permissions: |

.github/workflows/issue-metrics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
echo "last_month=$first_day..$last_day" >> "$GITHUB_ENV"
3030
3131
- name: Run issue-metrics tool
32-
uses: github/issue-metrics@7bee6e691468e996f6701b0638a5238b1490014e # v4
32+
uses: github/issue-metrics@c9e9838147fd355dace335ba787f01b6641a400a # v4
3333
env:
3434
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3535
SEARCH_QUERY: 'repo:tier4/ota-client is:pr created:${{ env.last_month }} -reason:"not planned"'

.github/workflows/performance_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
4444
- name: Post performance report to PR
4545
if: steps.check_report.outputs.report_exists == 'true' && github.event_name == 'pull_request'
46-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
46+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
4747
with:
4848
script: |
4949
const fs = require('fs');

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: install uv
4343
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
4444
with:
45-
version: "0.11.5"
45+
version: "0.11.6"
4646

4747
- name: build otaclient package
4848
env:

.github/workflows/sync_lockfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Install uv
3939
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
4040
with:
41-
version: "0.11.5"
41+
version: "0.11.6"
4242
- name: Setup python
4343
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
4444
with:

0 commit comments

Comments
 (0)