Skip to content

Commit d2be54b

Browse files
dependabot[bot]david-waltermire
authored andcommitted
Bump github/codeql-action from 3.25.5 to 3.25.6 (usnistgov#362)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eaa91bf commit d2be54b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
cache: 'maven'
6262
- name: Initialize CodeQL
6363
if: github.event_name == 'push'
64-
uses: github/codeql-action/init@b7cec7526559c32f1616476ff32d17ba4c59b2d6
64+
uses: github/codeql-action/init@9fdb3e49720b44c48891d036bb502feb25684276
6565
with:
6666
languages: java
6767
# -------------------------
@@ -82,7 +82,7 @@ jobs:
8282
mvn -B -e -Prelease -Preporting install
8383
- name: Perform CodeQL Analysis
8484
if: github.event_name == 'push'
85-
uses: github/codeql-action/analyze@b7cec7526559c32f1616476ff32d17ba4c59b2d6
85+
uses: github/codeql-action/analyze@9fdb3e49720b44c48891d036bb502feb25684276
8686
with:
8787
upload: ${{ (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && github.ref_name == 'develop' && 'always' || 'never' }}
8888
- name: Test Website

0 commit comments

Comments
 (0)