This commit is contained in:
dependabot[bot] 2026-01-26 04:47:24 +00:00 committed by GitHub
commit fcf943e2b7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 8 deletions

View file

@ -37,7 +37,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v5.0.0
uses: actions/checkout@v6.0.2
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL

View file

@ -12,7 +12,7 @@ jobs:
os: [macos-latest, windows-latest, ubuntu-latest]
steps:
- name: Checkout
uses: actions/checkout@v5.0.0
uses: actions/checkout@v6.0.2
with:
submodules: "true"
- name: Install dependencies
@ -54,7 +54,7 @@ jobs:
runs-on: macos-latest-xlarge
steps:
- name: Checkout
uses: actions/checkout@v5.0.0
uses: actions/checkout@v6.0.2
with:
submodules: "true"
- name: Install dependencies
@ -103,7 +103,7 @@ jobs:
container: python:latest
steps:
- name: Checkout
uses: actions/checkout@v5.0.0
uses: actions/checkout@v6.0.2
with:
submodules: "true"
- name: Install deps
@ -144,7 +144,7 @@ jobs:
run: |
apk add git
- name: Checkout
uses: actions/checkout@v5.0.0
uses: actions/checkout@v6.0.2
with:
submodules: "true"
- name: Upload coverage to Codecov (should fail due to missing dependencies)
@ -175,7 +175,7 @@ jobs:
run: |
apk add git curl gnupg bash
- name: Checkout
uses: actions/checkout@v5.0.0
uses: actions/checkout@v6.0.2
with:
submodules: "true"
- name: Upload coverage to Codecov (should succeed)
@ -212,7 +212,7 @@ jobs:
run: |
apk add git curl
- name: Checkout
uses: actions/checkout@v5.0.0
uses: actions/checkout@v6.0.2
with:
submodules: "true"
- name: Upload coverage to Codecov (should fail due to missing gpg and bash)

View file

@ -25,7 +25,7 @@ jobs:
steps:
- name: "Checkout code"
uses: actions/checkout@v5.0.0 # v3.0.0
uses: actions/checkout@v6.0.2 # v3.0.0
with:
persist-credentials: false