Skip to content

Commit

Permalink
Merge branch 'main' of github.com:getsentry/vroom into txiao/chore/re…
Browse files Browse the repository at this point in the history
…move-unreleased-regression-issue
  • Loading branch information
Zylphrex committed Feb 12, 2024
2 parents d49e2b1 + 6ac4715 commit ffd1f3d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
fetch-depth: 0
- name: TruffleHog OSS
uses: trufflesecurity/[email protected].4
uses: trufflesecurity/[email protected].5
with:
path: ./
base: ${{ github.event.repository.default_branch }}
Expand All @@ -46,7 +46,7 @@ jobs:
cache: false
- run: go install golang.org/x/tools/cmd/goimports@latest
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v4
with:
version: latest
- uses: pre-commit/[email protected]
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
- Bump trufflesecurity/trufflehog from 3.67.1 to 3.67.3 ([#404](https://github.com/getsentry/vroom/pull/404))
- Bump pre-commit/action from 3.0.0 to 3.0.1 ([#405](https://github.com/getsentry/vroom/pull/405))
- Bump trufflesecurity/trufflehog from 3.67.3 to 3.67.4 ([#406](https://github.com/getsentry/vroom/pull/406))
- Bump trufflesecurity/trufflehog from 3.67.4 to 3.67.5 ([#407](https://github.com/getsentry/vroom/pull/407))
- Bump golangci/golangci-lint-action from 3 to 4 ([#408](https://github.com/getsentry/vroom/pull/408))
- Remove experimental function regression issue ([#409](https://github.com/getsentry/vroom/pull/409))

## 23.12.0
Expand Down

0 comments on commit ffd1f3d

Please sign in to comment.