]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
chore(deps): bump github/codeql-action from 2 to 4 dependabot/github_actions/github/codeql-action-4 2711/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 7 Oct 2025 18:02:13 +0000 (18:02 +0000)
committerGitHub <noreply@github.com>
Tue, 7 Oct 2025 18:02:13 +0000 (18:02 +0000)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 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/v2...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>
.github/workflows/codeql.yml

index e6f8e42e76713fd0731043078e50e0e36b09cbd7..5c4db4e68122169eac10bb698f25188351175b5f 100644 (file)
@@ -36,7 +36,7 @@ jobs:
         uses: actions/checkout@v3
 
       - name: Initialize CodeQL
-        uses: github/codeql-action/init@v2
+        uses: github/codeql-action/init@v4
         with:
           languages: ${{ matrix.language }}
           queries: +security-extended,security-and-quality
@@ -47,7 +47,7 @@ jobs:
           sudo apt -y install asciidoc gcc libkmod-dev libsystemd-dev pkg-config
 
       - name: Autobuild
-        uses: github/codeql-action/autobuild@v2
+        uses: github/codeql-action/autobuild@v4
 
       - name: Perform CodeQL Analysis
-        uses: github/codeql-action/analyze@v2
+        uses: github/codeql-action/analyze@v4