From c0960fb625948b32c6ea59881a4782dc6fdd2644 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 01:46:56 +0000 Subject: [PATCH] Bump actions/checkout to v5 and github/codeql-action to 3.29.9 --- .github/workflows/codeql.yml | 6 +++--- .github/workflows/dist.yml | 2 +- .github/workflows/linters.yml | 4 ++-- .github/workflows/test-python-atlas.yml | 4 ++-- .github/workflows/test-python-geo.yml | 4 ++-- .github/workflows/test-python.yml | 4 ++-- .github/workflows/zizmor.yml | 2 +- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 94cf7534e..997d3a5bf 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -45,7 +45,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: ${{ inputs.ref }} persist-credentials: false @@ -56,7 +56,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.5 + uses: github/codeql-action/init@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.9 with: languages: ${{ matrix.language }} build-mode: none @@ -72,6 +72,6 @@ jobs: pip install -e . - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.5 + uses: github/codeql-action/analyze@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.9 with: category: "/language:${{ matrix.language }}" diff --git a/.github/workflows/dist.yml b/.github/workflows/dist.yml index 878f78390..68a8754b7 100644 --- a/.github/workflows/dist.yml +++ b/.github/workflows/dist.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest environment: release steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: ref: ${{ inputs.ref }} persist-credentials: false diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 4f877334c..e3514825f 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -12,7 +12,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: persist-credentials: false - uses: actions/setup-python@v5 @@ -32,7 +32,7 @@ jobs: name: Docs Checks runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: persist-credentials: false - uses: actions/setup-python@v5 diff --git a/.github/workflows/test-python-atlas.yml b/.github/workflows/test-python-atlas.yml index 6eab2b7e9..6f9553422 100644 --- a/.github/workflows/test-python-atlas.yml +++ b/.github/workflows/test-python-atlas.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout django-mongodb-backend - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: persist-credentials: false - name: install django-mongodb-backend @@ -30,7 +30,7 @@ jobs: pip3 install --upgrade pip pip3 install -e . - name: Checkout Django - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: 'mongodb-forks/django' ref: 'mongodb-5.2.x' diff --git a/.github/workflows/test-python-geo.yml b/.github/workflows/test-python-geo.yml index 39b4ac742..0976bb064 100644 --- a/.github/workflows/test-python-geo.yml +++ b/.github/workflows/test-python-geo.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout django-mongodb-backend - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: persist-credentials: false - name: install django-mongodb-backend @@ -31,7 +31,7 @@ jobs: pip3 install --upgrade pip pip3 install -e . - name: Checkout Django - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: 'mongodb-forks/django' ref: 'mongodb-5.2.x' diff --git a/.github/workflows/test-python.yml b/.github/workflows/test-python.yml index ce7d300d0..ff36c8949 100644 --- a/.github/workflows/test-python.yml +++ b/.github/workflows/test-python.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout django-mongodb-backend - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: persist-credentials: false - name: install django-mongodb-backend @@ -30,7 +30,7 @@ jobs: pip3 install --upgrade pip pip3 install -e . - name: Checkout Django - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: 'mongodb-forks/django' ref: 'mongodb-5.2.x' diff --git a/.github/workflows/zizmor.yml b/.github/workflows/zizmor.yml index 253003bb4..2fdb62827 100644 --- a/.github/workflows/zizmor.yml +++ b/.github/workflows/zizmor.yml @@ -14,7 +14,7 @@ jobs: security-events: write steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: persist-credentials: false - name: Run zizmor