-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump opslevel-go version to v2024.6.17, update submodule hash (#297)
* bump opslevel-go version to v2024.6.17, update submodule hash * add changie log
- Loading branch information
1 parent
caa5a2c
commit 3c8ea44
Showing
4 changed files
with
42 additions
and
32 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
kind: Dependency | ||
body: bump opslevel-go version to v2024.6.17 | ||
time: 2024-06-24T08:20:29.049674-05:00 |
This file contains 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
This file contains 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
Submodule opslevel-go
updated
24 files
+3 −0 | .changes/unreleased/Feature-20240617-115124.yaml | |
+3 −0 | .changes/unreleased/Feature-20240618-085940.yaml | |
+5 −0 | .changes/v2024.5.31.md | |
+6 −0 | .changes/v2024.6.11.md | |
+7 −0 | .changes/v2024.6.17.md | |
+1 −1 | .github/workflows/release.yml | |
+1 −0 | .goreleaser.yml | |
+21 −0 | CHANGELOG.md | |
+80 −0 | aliases.go | |
+95 −2 | check_test.go | |
+4 −0 | domain.go | |
+26 −5 | filters.go | |
+9 −9 | go.mod | |
+19 −21 | go.sum | |
+4 −0 | infra.go | |
+52 −0 | predicate.go | |
+45 −0 | predicate_test.go | |
+43 −0 | scorecards.go | |
+32 −0 | scorecards_test.go | |
+4 −0 | service.go | |
+4 −0 | system.go | |
+51 −0 | tags.go | |
+4 −0 | team.go | |
+1 −1 | version.go |