Skip to content

Commit

Permalink
Update Service Connection (#601)
Browse files Browse the repository at this point in the history
* Update GitHub service connection for pipeline

* Update App Inspector dependency

* Update Changelog.md
  • Loading branch information
gfs authored Jan 19, 2024
1 parent 5b7d83e commit bd77ec3
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.29] - 2024-1-17
### Pipeline
Fix GitHub binary release process

### Dependencies
Update Application Inspector dependency

## [1.0.28] - 2024-1-4
### Fix
Remove trailing period after general guidance URI in output to make it clickable when automatically converted to uri by terminal
Expand Down
2 changes: 1 addition & 1 deletion DevSkim-DotNet/Microsoft.DevSkim/Microsoft.DevSkim.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CST.ApplicationInspector.RulesEngine" Version="1.9.16" />
<PackageReference Include="Microsoft.CST.ApplicationInspector.RulesEngine" Version="1.9.17" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion Pipelines/cli/devskim-cli-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ stages:
- task: GitHubRelease@1
displayName: Release to GitHub
inputs:
gitHubConnection: 'DevSkim'
gitHubConnection: 'github.com_gfs'
repositoryName: 'microsoft/DevSkim'
action: 'create'
target: '$(Build.SourceVersion)'
Expand Down
2 changes: 1 addition & 1 deletion Pipelines/vs/devskim-visualstudio-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ stages:
- task: GitHubRelease@1
displayName: Release to GitHub
inputs:
gitHubConnection: 'DevSkim'
gitHubConnection: 'github.com_gfs'
repositoryName: 'microsoft/DevSkim'
action: 'create'
target: '$(Build.SourceVersion)'
Expand Down
2 changes: 1 addition & 1 deletion Pipelines/vscode/devskim-vscode-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ stages:
- task: GitHubRelease@1
displayName: Release to GitHub
inputs:
gitHubConnection: 'DevSkim'
gitHubConnection: 'github.com_gfs'
repositoryName: 'microsoft/DevSkim'
action: 'create'
target: '$(Build.SourceVersion)'
Expand Down

0 comments on commit bd77ec3

Please sign in to comment.