Skip to content

Commit a4e32e0

Browse files
Bump github/codeql-action from 2.2.8 to 2.2.12 (#2657)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a91c3e1 commit a4e32e0

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@67a35a08586135a9573f4327e904ecbf517a882d # pin@v2
43+
uses: github/codeql-action/init@7df0ce34898d659f95c0c4a09eaa8d4e32ee64db # 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@67a35a08586135a9573f4327e904ecbf517a882d # pin@v2
51+
uses: github/codeql-action/analyze@7df0ce34898d659f95c0c4a09eaa8d4e32ee64db # pin@v2

0 commit comments

Comments
 (0)