chore(deps): update github/codeql-action digest to 67a35a0

This commit is contained in:
renovate[bot] 2023-03-22 21:09:02 +00:00 committed by GitHub
parent 3c2c577628
commit 9e1893612c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,12 +15,12 @@ jobs:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3 uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3
- name: Initialize CodeQL - name: Initialize CodeQL
uses: github/codeql-action/init@168b99b3c22180941ae7dbdd5f5c9678ede476ba # v2 uses: github/codeql-action/init@67a35a08586135a9573f4327e904ecbf517a882d # v2
with: with:
languages: java languages: java
- name: Autobuild - name: Autobuild
uses: github/codeql-action/autobuild@168b99b3c22180941ae7dbdd5f5c9678ede476ba # v2 uses: github/codeql-action/autobuild@67a35a08586135a9573f4327e904ecbf517a882d # v2
- name: Perform CodeQL Analysis - name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@168b99b3c22180941ae7dbdd5f5c9678ede476ba # v2 uses: github/codeql-action/analyze@67a35a08586135a9573f4327e904ecbf517a882d # v2
with: with:
category: "/language:java" category: "/language:java"