Skip to content

Commit cfd40b7

Browse files
dependabot[bot]david-waltermire
authored andcommitted
Bump github/codeql-action from 3.24.7 to 3.25.3 (usnistgov#23)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.7 to 3.25.3. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@3ab4101...d39d31e) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fa656ea commit cfd40b7

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
@@ -60,7 +60,7 @@ jobs:
6060
cache: 'maven'
6161
- name: Initialize CodeQL
6262
if: github.event_name == 'push'
63-
uses: github/codeql-action/init@3ab4101902695724f9365a384f86c1074d94e18c
63+
uses: github/codeql-action/init@d39d31e687223d841ef683f52467bd88e9b21c14
6464
with:
6565
languages: java
6666
# -------------------------
@@ -81,7 +81,7 @@ jobs:
8181
mvn -B -e -Prelease -Preporting install
8282
- name: Perform CodeQL Analysis
8383
if: github.event_name == 'push'
84-
uses: github/codeql-action/analyze@3ab4101902695724f9365a384f86c1074d94e18c
84+
uses: github/codeql-action/analyze@d39d31e687223d841ef683f52467bd88e9b21c14
8585
with:
8686
upload: ${{ (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && github.ref_name == 'develop' && 'always' || 'never' }}
8787
- name: Test Website

0 commit comments

Comments
 (0)