chore: add dependabot config; branch CI with lint and security scanning; harden release workflow; update Go ver; pre-commit hook#99
Merged
Yakitrak merged 17 commits intoYakitrak:mainfrom Mar 4, 2026
Conversation
chore: add dependabot config; branch CI with lint and security scanning; harden release workflow; update Go ver
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 2 to 7. - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](goreleaser/goreleaser-action@v2...v7) --- updated-dependencies: - dependency-name: goreleaser/goreleaser-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…easer/goreleaser-action-7 chore(deps): bump goreleaser/goreleaser-action from 2 to 7
- Disable fieldalignment govet check (too aggressive for CLI structs) - Exclude gosec false positives G204/G301/G302/G304/G306 (local CLI) - Add nolint:nilerr to intentional WalkDir skip and config fallback patterns - Fix ineffassign in vault_default_name_test.go (lines 33, 76, 90, 172) - Apply gosimple S1009 in frontmatter.go (nil map has len 0) - Fix errcheck violations in config_test.go, open_test.go, obsidian_path_test.go
…re-commit - Remove trailing tabs on blank lines in utils_test.go (gofmt) - Simplify //nolint:nilerr comments to standard format (no -- suffix) - Add golangci-lint to pre-commit hook when available
branch CI with lint and security scanning; harden release workflow; update Go ver; pre-commit hook
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This project requires some security.
It will be easier to review one by one:
TriplEight#5
TriplEight#6
TriplEight#10
After you merge it
make install-hooks