Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github/codeql-action from 3.26.3 to 3.26.5 #18

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
cache: 'maven'
- name: Initialize CodeQL
if: github.event_name == 'push'
uses: github/codeql-action/init@883d8588e56d1753a8a58c1c86e88976f0c23449
uses: github/codeql-action/init@2c779ab0d087cd7fe7b826087247c2c81f27bfa6
with:
languages: java
# -------------------------
Expand All @@ -70,7 +70,7 @@ jobs:
mvn -B -e -Prelease package
- name: Perform CodeQL Analysis
if: github.event_name == 'push'
uses: github/codeql-action/analyze@883d8588e56d1753a8a58c1c86e88976f0c23449
uses: github/codeql-action/analyze@2c779ab0d087cd7fe7b826087247c2c81f27bfa6
with:
upload: ${{ github.ref_name == 'develop' && 'always' || 'never' }}
build-website:
Expand Down
Loading