File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 5656
5757 # Initializes the CodeQL tools for scanning.
5858 - name : Initialize CodeQL
59- uses : github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3
59+ uses : github/codeql-action/init@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v3
6060 with :
6161 languages : ${{ matrix.language }}
6262 build-mode : none
7272 pip install -e .
7373
7474 - name : Perform CodeQL Analysis
75- uses : github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3
75+ uses : github/codeql-action/analyze@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v3
7676 with :
7777 category : " /language:${{ matrix.language }}"
Original file line number Diff line number Diff line change 5555 cd ..
5656 python -c "from pymongo_search_utils import create_vector_search_index"
5757
58- - uses : actions/upload-artifact@v4
58+ - uses : actions/upload-artifact@v5
5959 with :
6060 name : " dist"
6161 path : ./dist/*.*
@@ -66,13 +66,13 @@ jobs:
6666 name : Download Dist
6767 steps :
6868 - name : Download all workflow run artifacts
69- uses : actions/download-artifact@v5
69+ uses : actions/download-artifact@v6
7070 - name : Flatten directory
7171 working-directory : .
7272 run : |
7373 find . -mindepth 2 -type f -exec mv {} . \;
7474 find . -type d -empty -delete
75- - uses : actions/upload-artifact@v4
75+ - uses : actions/upload-artifact@v5
7676 with :
7777 name : all-dist-${{ github.run_id }}
7878 path : " ./*"
Original file line number Diff line number Diff line change 8484 id-token : write
8585 steps :
8686 - name : Download all the dists
87- uses : actions/download-artifact@v5
87+ uses : actions/download-artifact@v6
8888 with :
8989 name : all-dist-${{ github.run_id }}
9090 path : dist/
Original file line number Diff line number Diff line change 2727 persist-credentials : false
2828 fetch-depth : 0
2929 - name : Install uv
30- uses : astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v5
30+ uses : astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v5
3131 with :
3232 enable-cache : true
3333 python-version : ${{ matrix.python-version }}
4949 persist-credentials : false
5050 fetch-depth : 0
5151 - name : Install uv
52- uses : astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v5
52+ uses : astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v5
5353 with :
5454 enable-cache : true
5555 python-version : ${{ matrix.python-version }}
@@ -70,13 +70,13 @@ jobs:
7070 persist-credentials : false
7171 fetch-depth : 0
7272 - name : Install uv
73- uses : astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v5
73+ uses : astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v5
7474 with :
7575 enable-cache : true
7676 python-version : ${{ env.MIN_PYTHON }}
7777 - uses : extractions/setup-just@e33e0265a09d6d736e2ee1e0eb685ef1de4669ff # v3
7878 - name : Install uv
79- uses : astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v5
79+ uses : astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v5
8080 with :
8181 enable-cache : true
8282 python-version : ${{ env.MIN_PYTHON }}
Original file line number Diff line number Diff line change 1818 with :
1919 persist-credentials : false
2020 - name : Run zizmor
21- uses : zizmorcore/zizmor-action@c323c83e3ab58baf4acbc7b6b39eef0e0cb14e4d
21+ uses : zizmorcore/zizmor-action@da5ac40c5419dcf7f21630fb2f95e725ae8fb9d5
You can’t perform that action at this time.
0 commit comments