Skip to content
This repository was archived by the owner on Jun 30, 2026. It is now read-only.

Commit 54f19ab

Browse files
authored
Merge pull request #44 from factory-x-contributions/dependabot/github_actions/github/codeql-action-3.28.18
chore: bump github/codeql-action from 3.28.10 to 3.28.18
2 parents 75409b6 + 47a07b6 commit 54f19ab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
# Initializes the CodeQL tools for scanning.
3636
- name: Initialize CodeQL
37-
uses: github/codeql-action/init@v3.28.10
37+
uses: github/codeql-action/init@v3.28.18
3838
with:
3939
languages: ${{ matrix.language }}
4040
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -48,7 +48,7 @@ jobs:
4848
# Automates dependency installation for Python, Ruby, and JavaScript, optimizing the CodeQL analysis setup.
4949
# If this step fails, then you should remove it and run the build manually (see below)
5050
- name: Autobuild
51-
uses: github/codeql-action/autobuild@v3.28.10
51+
uses: github/codeql-action/autobuild@v3.28.18
5252

5353
- name: Perform CodeQL Analysis
5454
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)