Skip to content

Commit bd77ec3

Browse files
authored
Update Service Connection (#601)
* Update GitHub service connection for pipeline * Update App Inspector dependency * Update Changelog.md
1 parent 5b7d83e commit bd77ec3

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

Changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.0.29] - 2024-1-17
8+
### Pipeline
9+
Fix GitHub binary release process
10+
11+
### Dependencies
12+
Update Application Inspector dependency
13+
714
## [1.0.28] - 2024-1-4
815
### Fix
916
Remove trailing period after general guidance URI in output to make it clickable when automatically converted to uri by terminal

DevSkim-DotNet/Microsoft.DevSkim/Microsoft.DevSkim.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</ItemGroup>
2525

2626
<ItemGroup>
27-
<PackageReference Include="Microsoft.CST.ApplicationInspector.RulesEngine" Version="1.9.16" />
27+
<PackageReference Include="Microsoft.CST.ApplicationInspector.RulesEngine" Version="1.9.17" />
2828
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
2929
</ItemGroup>
3030

Pipelines/cli/devskim-cli-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ stages:
539539
- task: GitHubRelease@1
540540
displayName: Release to GitHub
541541
inputs:
542-
gitHubConnection: 'DevSkim'
542+
gitHubConnection: 'github.com_gfs'
543543
repositoryName: 'microsoft/DevSkim'
544544
action: 'create'
545545
target: '$(Build.SourceVersion)'

Pipelines/vs/devskim-visualstudio-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ stages:
172172
- task: GitHubRelease@1
173173
displayName: Release to GitHub
174174
inputs:
175-
gitHubConnection: 'DevSkim'
175+
gitHubConnection: 'github.com_gfs'
176176
repositoryName: 'microsoft/DevSkim'
177177
action: 'create'
178178
target: '$(Build.SourceVersion)'

Pipelines/vscode/devskim-vscode-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ stages:
220220
- task: GitHubRelease@1
221221
displayName: Release to GitHub
222222
inputs:
223-
gitHubConnection: 'DevSkim'
223+
gitHubConnection: 'github.com_gfs'
224224
repositoryName: 'microsoft/DevSkim'
225225
action: 'create'
226226
target: '$(Build.SourceVersion)'

0 commit comments

Comments
 (0)