Skip to content

Commit 9ccd539

Browse files
chore(deps): update github-actions updates
1 parent cb00f73 commit 9ccd539

5 files changed

Lines changed: 8 additions & 8 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@30544b674398ee15c84819bd87caf8a87e8c7b55 # v1
35+
uses: anthropics/claude-code-action@80b31826338489861333dc17217865dfe8085cdc # v1
3636
with:
3737
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
3838
additional_permissions: |

.github/workflows/e2e_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ jobs:
4242
fetch-depth: 200
4343
fetch-tags: true
4444
- name: Setup python
45-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
45+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
4646
with:
4747
python-version-file: ".python-version"
4848
- name: Install uv
4949
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
5050
with:
51-
version: "0.11.23"
51+
version: "0.11.24"
5252
- name: Build and setup ota-image-builder binary
5353
run: |
5454
uv run --locked pyinstaller -s -F --optimize=2 \

.github/workflows/lock_file_management.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
- name: Install uv
2929
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
3030
with:
31-
version: "0.11.23"
31+
version: "0.11.24"
3232

3333
- name: "Set up Python"
34-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
34+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
3535
with:
3636
python-version-file: ".python-version"
3737

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
2828

2929
- name: Setup python
30-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
30+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
3131
with:
3232
python-version-file: '.python-version'
3333

.github/workflows/unit_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
3939

4040
- name: Set up Python
41-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
41+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
4242
with:
4343
python-version-file: ".python-version"
4444

@@ -68,7 +68,7 @@ jobs:
6868
fetch-depth: 0 # sonarcloud needs full git histories
6969

7070
- name: Set up Python ${{ matrix.python-version }}
71-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
71+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
7272
with:
7373
python-version: ${{ matrix.python-version }}
7474

0 commit comments

Comments
 (0)