[geos-commits] [SCM] GEOS branch dependabot/github_actions/all-actions-6c4df93294 created. 446752af7b7a34f4c484b7bf7f991ff8913da14e
git at osgeo.org
git at osgeo.org
Fri May 1 11:59:31 PDT 2026
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GEOS".
The branch, dependabot/github_actions/all-actions-6c4df93294 has been created
at 446752af7b7a34f4c484b7bf7f991ff8913da14e (commit)
- Log -----------------------------------------------------------------
commit 446752af7b7a34f4c484b7bf7f991ff8913da14e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri May 1 18:59:06 2026 +0000
Bump the all-actions group with 2 updates
Bumps the all-actions group with 2 updates: [github/codeql-action](https://github.com/github/codeql-action) and [softprops/action-gh-release](https://github.com/softprops/action-gh-release).
Updates `github/codeql-action` from 4 to 4.35.2
- [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...v4.35.2)
Updates `softprops/action-gh-release` from 2 to 3
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](https://github.com/softprops/action-gh-release/compare/v2...v3)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 4.35.2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: all-actions
- dependency-name: softprops/action-gh-release
dependency-version: '3'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: all-actions
...
Signed-off-by: dependabot[bot] <support at github.com>
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 46eb081ac..ae1720446 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -40,7 +40,7 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init at v4
+ uses: github/codeql-action/init at v4.35.2
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -63,6 +63,6 @@ jobs:
make -j$(nproc)
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze at v4
+ uses: github/codeql-action/analyze at v4.35.2
with:
category: "/language:${{matrix.language}}"
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 2edbafad7..db43f25c3 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -67,7 +67,7 @@ jobs:
- name: Create Release
if: ${{ steps.tag.outputs.tag == steps.version.outputs.geosversion }}
id: create_release
- uses: softprops/action-gh-release at v2
+ uses: softprops/action-gh-release at v3
with:
body_path: ${{ steps.notes.outputs.geosnotes }}
name: Release ${{ steps.version.outputs.geosversion }}
-----------------------------------------------------------------------
hooks/post-receive
--
GEOS
More information about the geos-commits
mailing list