We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de9ef24 commit 9bb6d08Copy full SHA for 9bb6d08
2 files changed
.github/workflows/cd-production.yml
@@ -38,7 +38,7 @@ jobs:
38
needs: [pack-and-publish]
39
runs-on: ubuntu-latest
40
steps:
41
- - uses: neolution-ch/action-release-notifier@v1.3.0
+ - uses: neolution-ch/action-release-notifier@v1
42
with:
43
slack-token: ${{ secrets.SLACK_RELEASE_NOTIFIER_TOKEN }}
44
slack-channel-ids: ${{ vars.SLACK_CHANNEL_ID_RELEASE_ANNOUNCEMENTS }}
CHANGELOG.md
@@ -7,6 +7,10 @@ and adheres to a project-specific [Versioning](/README.md).
7
8
## [Unreleased]
9
10
+### Changed
11
+
12
+- Updated SonarAnalyzer.CSharp to version 9.20.0.85982
13
14
### Added
15
16
- S2925: "Thread.Sleep" should not be used in tests
0 commit comments