Bump github/codeql-action from 4.35.1 to 4.36.0

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.35.1 to 4.36.0.
- [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/c10b8064de6f491fea524254123dbe5e09572f13...7211b7c8077ea37d8641b6271f6a365a22a5fbfa)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 4.36.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
1 file changed
tree: f89a9506614cb8894dd78cf53a90910395b9cd84
  1. .github/
  2. dev/
  3. docs/
  4. examples/
  5. internal/
  6. .asf.yaml
  7. .gitignore
  8. .golangci.yml
  9. .pre-commit-config.yaml
  10. AGENTS.md
  11. build.sh
  12. go.mod
  13. go.sum
  14. LICENSE
  15. main.go
  16. Makefile
  17. NOTICE
  18. README.md
  19. SECURITY-THREAT-MODEL.md
README.md

Iceberg Terraform Provider

This Terraform and OpenTofu provider allows you to manage Iceberg resources, such as namespaces and tables.

Supported Resources

The provider currently supports the following resources:

  • iceberg_namespace: Manage Iceberg namespaces and their properties.
  • iceberg_table: Manage Iceberg tables, including schema definitions and properties.

Local Development

Prerequisites

Building the Provider

To build the provider and install it locally , run the build.sh script:

./build.sh

This script will:

  1. Compile the provider binary.
  2. Create a local provider registry at ./terraform-plugins.
  3. Provide a configuration snippet for your ~/.terraformrc (or terraform.rc) file to point Terraform to this local registry.

Get in Touch