Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4
uses: github/codeql-action/init@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4
with:
languages: ${{ matrix.language }}
build-mode: none
Expand All @@ -72,6 +72,6 @@ jobs:
pip install -e .

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4
uses: github/codeql-action/analyze@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4
with:
category: "/language:${{ matrix.language }}"
6 changes: 3 additions & 3 deletions .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
cd ..
python -c "from pymongo_voyageai_multimodal import PyMongoVoyageAI"

- uses: actions/upload-artifact@v6
- uses: actions/upload-artifact@v7
with:
name: "dist"
path: ./dist/*.*
Expand All @@ -66,13 +66,13 @@ jobs:
name: Download Dist
steps:
- name: Download all workflow run artifacts
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
- name: Flatten directory
working-directory: .
run: |
find . -mindepth 2 -type f -exec mv {} . \;
find . -type d -empty -delete
- uses: actions/upload-artifact@v6
- uses: actions/upload-artifact@v7
with:
name: all-dist-${{ github.run_id }}
path: "./*"
6 changes: 3 additions & 3 deletions .github/workflows/release-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,19 +84,19 @@ jobs:
id-token: write
steps:
- name: Download all the dists
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: all-dist-${{ github.run_id }}
path: dist/
- name: Publish package distributions to TestPyPI
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # release/v1
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # release/v1
with:
repository-url: https://test.pypi.org/legacy/
skip-existing: true
attestations: ${{ env.DRY_RUN }}
- name: Publish distribution 📦 to PyPI
if: startsWith(env.DRY_RUN, 'false')
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # release/v1
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # release/v1

post-publish:
needs: [publish]
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
persist-credentials: false
fetch-depth: 0
- name: Install uv
uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v7

Check warning

Code scanning / zizmor

action's hash pin has mismatched or missing version comment Warning test

action's hash pin has mismatched or missing version comment
with:
enable-cache: true
python-version: ${{ matrix.python-version }}
- uses: extractions/setup-just@e33e0265a09d6d736e2ee1e0eb685ef1de4669ff # v3
- uses: extractions/setup-just@53165ef7e734c5c07cb06b3c8e7b647c5aa16db3 # v3

Check warning

Code scanning / zizmor

action's hash pin has mismatched or missing version comment Warning test

action's hash pin has mismatched or missing version comment
- run: just install
- run: just lint
- run: just docs
Expand All @@ -51,11 +51,11 @@
persist-credentials: false
fetch-depth: 0
- name: Install uv
uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v7

Check warning

Code scanning / zizmor

action's hash pin has mismatched or missing version comment Warning test

action's hash pin has mismatched or missing version comment
with:
enable-cache: true
python-version: ${{ matrix.python-version }}
- uses: extractions/setup-just@e33e0265a09d6d736e2ee1e0eb685ef1de4669ff # v3
- uses: extractions/setup-just@53165ef7e734c5c07cb06b3c8e7b647c5aa16db3 # v3

Check warning

Code scanning / zizmor

action's hash pin has mismatched or missing version comment Warning test

action's hash pin has mismatched or missing version comment
- uses: mongodb-labs/drivers-evergreen-tools@master
with:
local-atlas: '1'
Expand All @@ -72,17 +72,17 @@
persist-credentials: false
fetch-depth: 0
- name: Install uv
uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v7

Check warning

Code scanning / zizmor

action's hash pin has mismatched or missing version comment Warning test

action's hash pin has mismatched or missing version comment
with:
enable-cache: true
python-version: ${{ env.MIN_PYTHON }}
- uses: extractions/setup-just@e33e0265a09d6d736e2ee1e0eb685ef1de4669ff # v3
- uses: extractions/setup-just@53165ef7e734c5c07cb06b3c8e7b647c5aa16db3 # v3

Check warning

Code scanning / zizmor

action's hash pin has mismatched or missing version comment Warning test

action's hash pin has mismatched or missing version comment
- name: Install uv
uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v7

Check warning

Code scanning / zizmor

action's hash pin has mismatched or missing version comment Warning test

action's hash pin has mismatched or missing version comment
with:
enable-cache: true
python-version: ${{ env.MIN_PYTHON }}
- uses: extractions/setup-just@e33e0265a09d6d736e2ee1e0eb685ef1de4669ff # v3
- uses: extractions/setup-just@53165ef7e734c5c07cb06b3c8e7b647c5aa16db3 # v3

Check warning

Code scanning / zizmor

action's hash pin has mismatched or missing version comment Warning test

action's hash pin has mismatched or missing version comment
- uses: mongodb-labs/drivers-evergreen-tools@master
with:
local-atlas: '1'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zizmor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
with:
persist-credentials: false
- name: Run zizmor
uses: zizmorcore/zizmor-action@0dce2577a4760a2749d8cfb7a84b7d5585ebcb7d # v0.5.0
uses: zizmorcore/zizmor-action@b1d7e1fb5de872772f31590499237e7cce841e8e # v0.5.3
Loading