Skip to content

Commit 481413e

Browse files
Bump JetBrains/qodana-action from 2025.1 to 2025.2
Bumps [JetBrains/qodana-action](https://github.com/jetbrains/qodana-action) from 2025.1 to 2025.2. - [Release notes](https://github.com/jetbrains/qodana-action/releases) - [Commits](JetBrains/qodana-action@v2025.1...v2025.2) --- updated-dependencies: - dependency-name: JetBrains/qodana-action dependency-version: '2025.2' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9f0649f commit 481413e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/qodana.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Build
4040
run: dotnet build --no-restore --configuration Release
4141
- name: Qodana scan
42-
uses: JetBrains/qodana-action@v2025.1
42+
uses: JetBrains/qodana-action@v2025.2
4343
with:
4444
args: --ide,QDNET,--profile-name,qodana.recommended,--configuration,Release,--apply-fixes
4545
push-fixes: pull-request

0 commit comments

Comments
 (0)