File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
scripts/split_tox_gh_actions Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 8787 "cohere" ,
8888 "google_genai" ,
8989 "huggingface_hub" ,
90- "litellm" ,
9190 "openai-base" ,
9291 "openai-notiktoken" ,
9392 ],
Original file line number Diff line number Diff line change 4242 # Use Docker container only for Python 3.6
4343 {% raw %} container: ${{ matrix.python-version == '3.6' && 'python:3.6' || null }}{% endraw %}
4444 steps:
45- - uses: actions/checkout@v6.0.2
46- - uses: actions/setup-python@v6
45+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
46+ - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
4747 {% raw %} if: ${{ matrix.python-version != '3.6' }}{% endraw %}
4848 with:
4949 python-version: {% raw %} ${{ matrix.python-version }}{% endraw %}
5050 allow-prereleases: true
5151
5252 {% if needs_clickhouse %}
5353 - name: "Setup ClickHouse Server"
54- uses: getsentry/action-clickhouse-in-ci@v1.7
54+ uses: getsentry/action-clickhouse-in-ci@5dc8a6a50d689bd6051db0241f34849e5a36490b # v1.7
5555 {% endif %}
5656
5757 {% if needs_redis %}
5858 - name: Start Redis
59- uses: supercharge/redis-github-action@v2
59+ uses: supercharge/redis-github-action@87f27ff1ab2d9e62db54b11ee5e7f78ff18f8933 # v2
6060 {% endif %}
6161
6262 {% if needs_java %}
6363 - name: Install Java
64- uses: actions/setup-java@v5
64+ uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5
6565 with:
6666 distribution: 'temurin'
6767 java-version: '21'
9696
9797 - name: Parse and Upload Coverage
9898 if: {% raw %} ${{ !cancelled() }}{% endraw %}
99- uses: getsentry/codecov-action@main
99+ uses: getsentry/codecov-action@fda17cfc37e16a0cc23f61685813390bfee7daf3 # main
100100 with:
101101 token: {% raw %} ${{ secrets.GITHUB_TOKEN }}{% endraw %}
102102 files: coverage.xml
You can’t perform that action at this time.
0 commit comments