Skip to content

Commit

Permalink
Bump github/codeql-action from 3.24.7 to 3.25.6 (usnistgov#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and david-waltermire committed May 28, 2024
1 parent f5d6f89 commit b0e7894
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
cache: 'maven'
- name: Initialize CodeQL
if: github.event_name == 'push'
uses: github/codeql-action/init@3ab4101902695724f9365a384f86c1074d94e18c
uses: github/codeql-action/init@9fdb3e49720b44c48891d036bb502feb25684276
with:
languages: java
# -------------------------
Expand All @@ -82,7 +82,7 @@ jobs:
mvn -B -e -Prelease -Preporting install
- name: Perform CodeQL Analysis
if: github.event_name == 'push'
uses: github/codeql-action/analyze@3ab4101902695724f9365a384f86c1074d94e18c
uses: github/codeql-action/analyze@9fdb3e49720b44c48891d036bb502feb25684276
with:
upload: ${{ (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && github.ref_name == 'develop' && 'always' || 'never' }}
- name: Test Website
Expand Down

0 comments on commit b0e7894

Please sign in to comment.