Compare commits

..

1 Commits

Author SHA1 Message Date
Renovate 266128b2c8 Add renovate.json
Workflow for Codecov Action / run-alpine-missing-deps (push) Failing after 7s
Workflow for Codecov Action / run-alpine-success (push) Failing after 4s
Workflow for Codecov Action / run (ubuntu-latest) (push) Failing after 13s
Workflow for Codecov Action / run-container (push) Failing after 21s
CodeQL / Analyze (javascript) (pull_request) Failing after 2s
Workflow for Codecov Action / run-alpine-partial-deps (push) Failing after 12s
Workflow for Codecov Action / run (ubuntu-latest) (pull_request) Failing after 6s
Workflow for Codecov Action / run-container (pull_request) Failing after 3s
Workflow for Codecov Action / run-alpine-success (pull_request) Failing after 4s
Workflow for Codecov Action / run-alpine-partial-deps (pull_request) Failing after 5s
Workflow for Codecov Action / run-alpine-missing-deps (pull_request) Failing after 11s
Workflow for Codecov Action / run (macos-latest) (pull_request) Has been cancelled
Workflow for Codecov Action / run (windows-latest) (pull_request) Has been cancelled
Workflow for Codecov Action / run (macos-latest) (push) Has been cancelled
Workflow for Codecov Action / run (windows-latest) (push) Has been cancelled
Workflow for Codecov Action / run-macos-latest-xlarge (pull_request) Has been cancelled
Workflow for Codecov Action / run-macos-latest-xlarge (push) Has been cancelled
2026-07-28 03:05:14 +00:00
4 changed files with 14 additions and 8 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v6.0.3
uses: actions/checkout@v5.0.0
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
+6 -6
View File
@@ -12,7 +12,7 @@ jobs:
os: [macos-latest, windows-latest, ubuntu-latest]
steps:
- name: Checkout
uses: actions/checkout@v6.0.3
uses: actions/checkout@v5.0.0
with:
submodules: "true"
- name: Install dependencies
@@ -54,7 +54,7 @@ jobs:
runs-on: macos-latest-xlarge
steps:
- name: Checkout
uses: actions/checkout@v6.0.3
uses: actions/checkout@v5.0.0
with:
submodules: "true"
- name: Install dependencies
@@ -103,7 +103,7 @@ jobs:
container: python:latest
steps:
- name: Checkout
uses: actions/checkout@v6.0.3
uses: actions/checkout@v5.0.0
with:
submodules: "true"
- name: Install deps
@@ -144,7 +144,7 @@ jobs:
run: |
apk add git
- name: Checkout
uses: actions/checkout@v6.0.3
uses: actions/checkout@v5.0.0
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@v6.0.3
uses: actions/checkout@v5.0.0
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@v6.0.3
uses: actions/checkout@v5.0.0
with:
submodules: "true"
- name: Upload coverage to Codecov (should fail due to missing gpg and bash)
+1 -1
View File
@@ -25,7 +25,7 @@ jobs:
steps:
- name: "Checkout code"
uses: actions/checkout@v6.0.3 # v3.0.0
uses: actions/checkout@v5.0.0 # v3.0.0
with:
persist-credentials: false
+6
View File
@@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
}