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
3 changed files with 10 additions and 4 deletions
+3 -3
View File
@@ -41,7 +41,7 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v4.36.2
uses: github/codeql-action/init@v3.30.0
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -52,7 +52,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v4.36.2
uses: github/codeql-action/autobuild@v3.30.0
# ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
@@ -66,4 +66,4 @@ jobs:
# make release
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4.36.2
uses: github/codeql-action/analyze@v3.30.0
+1 -1
View File
@@ -57,6 +57,6 @@ jobs:
# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@v4.36.2 # v1.0.26
uses: github/codeql-action/upload-sarif@v3.30.0 # v1.0.26
with:
sarif_file: results.sarif
+6
View File
@@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
}