We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3670162 + 704fe1d commit fcb140bCopy full SHA for fcb140b
.github/workflows/codeql.yml
@@ -51,7 +51,7 @@ jobs:
51
52
# Initializes the CodeQL tools for scanning.
53
- name: Initialize CodeQL
54
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@v4
55
with:
56
languages: ${{ matrix.language }}
57
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -82,6 +82,6 @@ jobs:
82
run: mvn clean package --file pom.xml
83
84
- name: Perform CodeQL Analysis
85
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
86
87
category: "/language:${{matrix.language}}"
0 commit comments