Skip to content

Commit ca170fd

Browse files
authored
Merge pull request #129 from AOSSIE-Org/dependabot-github_actions-github-codeql-action-4
chore(deps)(deps): bump github/codeql-action from 3 to 4
2 parents 6339d75 + 18c2ad3 commit ca170fd

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
@@ -106,7 +106,7 @@ jobs:
106106
# --------------------------------------------------
107107

108108
- name: Initialize CodeQL
109-
uses: github/codeql-action/init@v3
109+
uses: github/codeql-action/init@v4
110110
with:
111111
languages: ${{ matrix.language }}
112112
build-mode: ${{ matrix.build-mode }}
@@ -136,6 +136,6 @@ jobs:
136136
# --------------------------------------------------
137137

138138
- name: Perform CodeQL Analysis
139-
uses: github/codeql-action/analyze@v3
139+
uses: github/codeql-action/analyze@v4
140140
with:
141141
category: "/language:${{ matrix.language }}"

0 commit comments

Comments
 (0)