Skip to content

Commit

Permalink
Merge pull request #24 from usnistgov/refresh_github_action
Browse files Browse the repository at this point in the history
Refresh GitHub action
  • Loading branch information
ajnelson-nist authored Mar 18, 2024
2 parents 233e9f8 + 52f9864 commit 65e13bc
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 @@ -57,7 +57,7 @@ jobs:
cache: 'maven'
- name: Initialize CodeQL
if: github.event_name == 'push'
uses: github/codeql-action/init@6a28655e3dcb49cb0840ea372fd6d17733edd8a4
uses: github/codeql-action/init@05963f47d870e2cb19a537396c1f668a348c7d8f
with:
languages: java
# -------------------------
Expand All @@ -78,7 +78,7 @@ jobs:
mvn -B -e -Prelease -Preporting install
- name: Perform CodeQL Analysis
if: github.event_name == 'push'
uses: github/codeql-action/analyze@6a28655e3dcb49cb0840ea372fd6d17733edd8a4
uses: github/codeql-action/analyze@05963f47d870e2cb19a537396c1f668a348c7d8f
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 65e13bc

Please sign in to comment.