1 Commits

Author SHA1 Message Date
dependabot[bot] c3a97fc26a Bump github/codeql-action from 3 to 4
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-13 16:24:08 +00:00
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ jobs:
uses: actions/checkout@v5
- name: Setup Node.js ${{inputs.node-version}}
uses: actions/setup-node@v6
uses: actions/setup-node@v4
with:
node-version: ${{inputs.node-version}}
cache: ${{inputs.node-caching}}
+2 -2
View File
@@ -32,7 +32,7 @@ jobs:
uses: actions/checkout@v5
- name: Setup Node.js ${{inputs.node-version}}
uses: actions/setup-node@v6
uses: actions/setup-node@v4
with:
node-version: ${{inputs.node-version}}
cache: ${{inputs.node-caching}}
@@ -55,7 +55,7 @@ jobs:
# If inners of the dist directory were different than expected, upload the expected version as an artifact
- name: Upload artifact
if: ${{failure() && steps.diff.conclusion == 'failure'}}
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v4
with:
name: dist
path: ${{inputs.dist-path}}
+3 -3
View File
@@ -41,7 +41,7 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
uses: github/codeql-action/init@v4
with:
languages: ${{matrix.language}}
config-file: ${{inputs.codeql-cfg-path}}
@@ -50,7 +50,7 @@ jobs:
# If this step fails, configure a build command manually using build-command input. This command will be executed in the corresponding step.
- name: Autobuild
if: ${{!inputs.build-command}}
uses: github/codeql-action/autobuild@v3
uses: github/codeql-action/autobuild@v4
- name: Manual build
if: ${{inputs.build-command}}
@@ -58,4 +58,4 @@ jobs:
${{inputs.build-command}}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
uses: github/codeql-action/analyze@v4
+1 -1
View File
@@ -84,7 +84,7 @@ jobs:
- name: Install Node.js
if: ${{ steps.successful-update.outputs.STATUS == 'true' }}
uses: actions/setup-node@v6
uses: actions/setup-node@v4
with:
node-version: 24