Skip to content

Commit

Permalink
Use SHA-256 for checksums
Browse files Browse the repository at this point in the history
Fix `BA2004` warning from Binskim.
  • Loading branch information
martincostello authored Oct 6, 2023
1 parent b56c058 commit 4b29887
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<PropertyGroup>
<AnalysisMode>AllEnabledByDefault</AnalysisMode>
<Authors>martin_costello</Authors>
<ChecksumAlgorithm>SHA256</ChecksumAlgorithm>
<CodeAnalysisRuleSet>$(MSBuildThisFileDirectory)LondonTravel.Skill.ruleset</CodeAnalysisRuleSet>
<Company>https://github.com/martincostello/alexa-london-travel</Company>
<ContinuousIntegrationBuild Condition=" '$(CI)' != '' ">true</ContinuousIntegrationBuild>
Expand Down

0 comments on commit 4b29887

Please sign in to comment.