Skip to content

Commit ac511d5

Browse files
Bump github/codeql-action from 2.3.3 to 2.3.5 (#2741)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.3.3 to 2.3.5.
1 parent 16cd2b6 commit ac511d5

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@29b1f65c5e92e24fe6b6647da1eaabe529cec70f # pin@v2
43+
uses: github/codeql-action/init@0225834cc549ee0ca93cb085b92954821a145866 # 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@29b1f65c5e92e24fe6b6647da1eaabe529cec70f # pin@v2
51+
uses: github/codeql-action/analyze@0225834cc549ee0ca93cb085b92954821a145866 # pin@v2

0 commit comments

Comments
 (0)