File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff 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 \
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments