Skip to content
Merged
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
8 changes: 4 additions & 4 deletions .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@

steps:
- name: Checkout pymongo
uses: actions/checkout@v7.0.0
uses: actions/checkout@v7.0.1
with:
fetch-depth: 0
persist-credentials: false
ref: ${{ inputs.ref }}

- uses: actions/setup-python@v6
- uses: actions/setup-python@v6.3.0

Check failure

Code scanning / zizmor

runtime artifacts potentially vulnerable to a cache poisoning attack: this step Error

runtime artifacts potentially vulnerable to a cache poisoning attack: this step
with:
cache: 'pip'
python-version: 3.11
Expand Down Expand Up @@ -105,13 +105,13 @@
name: Make SDist
runs-on: macos-latest
steps:
- uses: actions/checkout@v7.0.0
- uses: actions/checkout@v7.0.1
with:
fetch-depth: 0
persist-credentials: false
ref: ${{ inputs.ref }}

- uses: actions/setup-python@v6
- uses: actions/setup-python@v6.3.0
with:
# Build sdist on lowest supported Python
python-version: "3.9"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sbom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v7.0.0
uses: actions/checkout@v7.0.1
with:
persist-credentials: false

- name: Set up Python
uses: actions/setup-python@v6
uses: actions/setup-python@v6.3.0
with:
python-version: "3.10"

Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
static:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7.0.0
- uses: actions/checkout@v7.0.1
with:
persist-credentials: false
- uses: ./.github/actions/set-uv-exclude-newer
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:

name: Python ${{ matrix.python-version }}-${{ matrix.os }}
steps:
- uses: actions/checkout@v7.0.0
- uses: actions/checkout@v7.0.1
with:
persist-credentials: false
- uses: ./.github/actions/set-uv-exclude-newer
Expand All @@ -101,7 +101,7 @@ jobs:

name: Coverage
steps:
- uses: actions/checkout@v7.0.0
- uses: actions/checkout@v7.0.1
with:
persist-credentials: false
- uses: ./.github/actions/set-uv-exclude-newer
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
runs-on: ubuntu-latest
name: DocTest
steps:
- uses: actions/checkout@v7.0.0
- uses: actions/checkout@v7.0.1
with:
persist-credentials: false
- uses: ./.github/actions/set-uv-exclude-newer
Expand All @@ -156,7 +156,7 @@ jobs:
name: Docs Checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7.0.0
- uses: actions/checkout@v7.0.1
with:
persist-credentials: false
- uses: ./.github/actions/set-uv-exclude-newer
Expand All @@ -179,7 +179,7 @@ jobs:
matrix:
python: ["3.10", "3.11"]
steps:
- uses: actions/checkout@v7.0.0
- uses: actions/checkout@v7.0.1
with:
persist-credentials: false
- uses: ./.github/actions/set-uv-exclude-newer
Expand All @@ -201,7 +201,7 @@ jobs:
runs-on: ubuntu-latest
name: Integration Tests
steps:
- uses: actions/checkout@v7.0.0
- uses: actions/checkout@v7.0.1
with:
persist-credentials: false
- uses: ./.github/actions/set-uv-exclude-newer
Expand Down Expand Up @@ -232,10 +232,10 @@ jobs:
runs-on: ubuntu-latest
name: "Make an sdist"
steps:
- uses: actions/checkout@v7.0.0
- uses: actions/checkout@v7.0.1
with:
persist-credentials: false
- uses: actions/setup-python@v6
- uses: actions/setup-python@v6.3.0
with:
cache: 'pip'
cache-dependency-path: 'pyproject.toml'
Expand Down Expand Up @@ -269,7 +269,7 @@ jobs:
mkdir test
tar --strip-components=1 -zxf *.tar.gz -C ./test
ls test
- uses: actions/setup-python@v6
- uses: actions/setup-python@v6.3.0
with:
cache: 'pip'
cache-dependency-path: 'sdist/test/pyproject.toml'
Expand All @@ -292,7 +292,7 @@ jobs:
runs-on: ubuntu-latest
name: Test minimum dependencies and Python
steps:
- uses: actions/checkout@v7.0.0
- uses: actions/checkout@v7.0.1
with:
persist-credentials: false
- uses: ./.github/actions/set-uv-exclude-newer
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/zizmor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v7.0.0
uses: actions/checkout@v7.0.1
with:
persist-credentials: false
- name: Run zizmor 🌈
uses: zizmorcore/zizmor-action@192e21d79ab29983730a13d1382995c2307fbcaa # v0.5.7
uses: zizmorcore/zizmor-action@6599ee8b7a49aef6a770f63d261d214911a7ce02 # v0.6.0
Loading