Skip to content
Closed
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 @@ -46,7 +46,7 @@

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3
uses: github/codeql-action/init@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v3

Check warning

Code scanning / zizmor

detects commit SHAs that don't match their version comment tags Warning

detects commit SHAs that don't match their version comment tags
with:
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}
Expand All @@ -63,6 +63,6 @@
pip install -e .
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3
uses: github/codeql-action/analyze@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v3

Check warning

Code scanning / zizmor

detects commit SHAs that don't match their version comment tags Warning

detects commit SHAs that don't match their version comment tags
with:
category: "/language:${{matrix.language}}"
16 changes: 8 additions & 8 deletions .github/workflows/test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
with:
persist-credentials: false
- name: Install uv
uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6
uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v6

Check warning

Code scanning / zizmor

detects commit SHAs that don't match their version comment tags Warning test

detects commit SHAs that don't match their version comment tags
with:
enable-cache: true
python-version: "3.10"
Expand Down Expand Up @@ -68,7 +68,7 @@
with:
persist-credentials: false
- name: Install uv
uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6
uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v6

Check warning

Code scanning / zizmor

detects commit SHAs that don't match their version comment tags Warning test

detects commit SHAs that don't match their version comment tags
with:
enable-cache: true
python-version: ${{ matrix.python-version }}
Expand All @@ -87,7 +87,7 @@
with:
persist-credentials: false
- name: Install uv
uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6
uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v6

Check warning

Code scanning / zizmor

detects commit SHAs that don't match their version comment tags Warning test

detects commit SHAs that don't match their version comment tags
with:
enable-cache: true
python-version: "3.10"
Expand All @@ -112,7 +112,7 @@
with:
persist-credentials: false
- name: Install uv
uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6
uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v6

Check warning

Code scanning / zizmor

detects commit SHAs that don't match their version comment tags Warning test

detects commit SHAs that don't match their version comment tags
with:
enable-cache: true
python-version: "3.10"
Expand All @@ -131,7 +131,7 @@
with:
persist-credentials: false
- name: Install uv
uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6
uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v6

Check warning

Code scanning / zizmor

detects commit SHAs that don't match their version comment tags Warning test

detects commit SHAs that don't match their version comment tags
with:
enable-cache: true
python-version: "3.10"
Expand All @@ -153,7 +153,7 @@
with:
persist-credentials: false
- name: Install uv
uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6
uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v6

Check warning

Code scanning / zizmor

detects commit SHAs that don't match their version comment tags Warning test

detects commit SHAs that don't match their version comment tags
with:
enable-cache: true
python-version: "${{matrix.python}}"
Expand All @@ -174,7 +174,7 @@
with:
persist-credentials: false
- name: Install uv
uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6
uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v6

Check warning

Code scanning / zizmor

detects commit SHAs that don't match their version comment tags Warning test

detects commit SHAs that don't match their version comment tags
with:
enable-cache: true
python-version: "3.10"
Expand Down Expand Up @@ -264,7 +264,7 @@
with:
persist-credentials: false
- name: Install uv
uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6
uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v6

Check warning

Code scanning / zizmor

detects commit SHAs that don't match their version comment tags Warning test

detects commit SHAs that don't match their version comment tags
with:
python-version: "3.10"
- id: setup-mongodb
Expand Down
Loading