This is an automated email from the ASF dual-hosted git repository.
sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x-extras.git
The following commit(s) were added to refs/heads/develop by this push:
new 6d6790f8 chore(deps): bump github/codeql-action from 4.37.3 to 4.37.6
(#756)
6d6790f8 is described below
commit 6d6790f87b60083200e14699b8fd8fcccd93cff4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 10 07:55:11 2026 +0200
chore(deps): bump github/codeql-action from 4.37.3 to 4.37.6 (#756)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from
4.37.3 to 4.37.6.
- [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/v4.37.3...v4.37.6)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 4.37.6
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>
---
.github/workflows/sast.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/sast.yaml b/.github/workflows/sast.yaml
index b8c0c24c..f25db065 100644
--- a/.github/workflows/sast.yaml
+++ b/.github/workflows/sast.yaml
@@ -47,6 +47,6 @@ jobs:
severity: 'CRITICAL'
- name: Upload Trivy scan results to GitHub Security tab
- uses: github/codeql-action/[email protected]
+ uses: github/codeql-action/[email protected]
with:
sarif_file: 'trivy-results.sarif'