Skip to content

Commit 5ed7314

Browse files
Bump github/codeql-action from 3.25.3 to 3.25.4 (metaschema-framework#30)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.3 to 3.25.4. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@d39d31e...ccf74c9) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2c62f33 commit 5ed7314

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@d39d31e687223d841ef683f52467bd88e9b21c14
63+
uses: github/codeql-action/init@ccf74c947955fd1cf117aef6a0e4e66191ef6f61
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@d39d31e687223d841ef683f52467bd88e9b21c14
84+
uses: github/codeql-action/analyze@ccf74c947955fd1cf117aef6a0e4e66191ef6f61
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)