| commit | e2cd9109a9bddacc321ff8af1cb61387947e9ebe | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Thu Sep 11 17:04:19 2025 +0000 |
| committer | Brian Demers <brian.demers@gmail.com> | Fri Sep 12 11:15:06 2025 -0400 |
| tree | a40ce097726c7df6bcf8c193077ebfa35836c25e | |
| parent | b904bc0bc807086d91f7ef6996742e16e884365f [diff] |
Bump github/codeql-action from 3.30.0 to 3.30.3 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.30.0 to 3.30.3. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d...192325c86100d080feab897ff886c34abd4c83a3) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 3.30.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 6dacd5f..6df63a2 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml
@@ -57,7 +57,7 @@ # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d #v3.30.0 + uses: github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 #v3.30.3 with: languages: ${{ matrix.language }} @@ -68,11 +68,11 @@ -Ddevelocity.cache.remote.enabled=false - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d #v3.30.0 + uses: github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 #v3.30.3 with: category: "/language:${{matrix.language}}" - name: Upload PMD Analysis - uses: github/codeql-action/upload-sarif@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d #v3.30.0 + uses: github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3 #v3.30.3 with: sarif_file: target/pmd.sarif.json