Skip to content

Commit b290db5

Browse files
Bump github/codeql-action from 2.2.5 to 2.2.6 (#2600)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 08b072d commit b290db5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ jobs:
4040
${{ runner.os }}-gradle-
4141
4242
- name: Initialize CodeQL
43-
uses: github/codeql-action/init@32dc499307d133bb5085bae78498c0ac2cf762d5 # pin@v2
43+
uses: github/codeql-action/init@16964e90ba004cdf0cd845b866b5df21038b7723 # pin@v2
4444
with:
4545
languages: ${{ matrix.language }}
4646

4747
- run: |
4848
./gradlew assemble
4949
5050
- name: Perform CodeQL Analysis
51-
uses: github/codeql-action/analyze@32dc499307d133bb5085bae78498c0ac2cf762d5 # pin@v2
51+
uses: github/codeql-action/analyze@16964e90ba004cdf0cd845b866b5df21038b7723 # pin@v2

0 commit comments

Comments
 (0)