File tree Expand file tree Collapse file tree
Microsoft.Security.Application.Encoder.UnitTests
Microsoft.Security.Application.Encoder
Microsoft.Security.Application.HtmlSanitization.Tests
Microsoft.Security.Application.HtmlSanitization Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,18 +36,18 @@ jobs:
3636
3737 steps :
3838 - name : Checkout repository
39- uses : actions/checkout@v5 .0.0
39+ uses : actions/checkout@v7 .0.1
4040 with :
4141 fetch-depth : 0
4242
4343 # Initializes the CodeQL tools for scanning.
4444 - name : Initialize CodeQL
45- uses : github/codeql-action/init@v3.30.5
45+ uses : github/codeql-action/init@v4.37.7
4646 with :
4747 languages : ${{ matrix.language }}
4848
4949 - name : Autobuild
50- uses : github/codeql-action/autobuild@v3.30.5
50+ uses : github/codeql-action/autobuild@v4.37.7
5151
5252 - name : Perform CodeQL Analysis
53- uses : github/codeql-action/analyze@v3.30.5
53+ uses : github/codeql-action/analyze@v4.37.7
Original file line number Diff line number Diff line change 1212 dependency-submission :
1313 runs-on : ubuntu-slim
1414 steps :
15- - uses : actions/checkout@v5 .0.0
15+ - uses : actions/checkout@v7 .0.1
1616 - name : Component detection
17- uses : advanced-security/component-detection-dependency-submission-action@v0.1.0
17+ uses : advanced-security/component-detection-dependency-submission-action@v0.1.4
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-slim
1010 steps :
1111 - name : " Checkout Repository"
12- uses : actions/checkout@v5 .0.0
12+ uses : actions/checkout@v7 .0.1
1313 - name : " Dependency Review"
14- uses : actions/dependency-review-action@v4.8 .0
14+ uses : actions/dependency-review-action@v5.0 .0
Original file line number Diff line number Diff line change 2121 runs-on : ubuntu-slim
2222
2323 steps :
24- - uses : actions/checkout@v5 .0.0
24+ - uses : actions/checkout@v7 .0.1
2525 - name : Setup .NET
26- uses : actions/setup-dotnet@v5 .0.0
26+ uses : actions/setup-dotnet@v6 .0.0
2727 with :
2828 global-json-file : global.json
2929 - name : Restore tools
@@ -39,13 +39,13 @@ jobs:
3939 run : |
4040 find . -name "*.trx" -exec dotnet tool run trx2junit --output TestResults/JUnit {} +
4141 - name : Upload coverage reports to Codecov
42- uses : codecov/codecov-action@v5.5.1
42+ uses : codecov/codecov-action@v7.0.0
4343 with :
4444 token : ${{ secrets.CODECOV_TOKEN }}
4545 slug : AlbusKavaliro/AntiXss
4646 - name : Upload test results to Codecov
4747 if : ${{ !cancelled() }}
48- uses : codecov/test-results-action@v1.1 .1
48+ uses : codecov/test-results-action@v1.2 .1
4949 with :
5050 files : TestResults/JUnit/*.xml
5151 token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 4747 # Checkout the code base #
4848 # #########################
4949 - name : Checkout Code
50- uses : actions/checkout@v5 .0.0
50+ uses : actions/checkout@v7 .0.1
5151 with :
5252 # Full git history is needed to get a proper
5353 # list of changed files within `super-linter`
5757 # Run Linter against code base #
5858 # ###############################
5959 - name : Lint Code Base
60- uses : super-linter/super-linter@v8.3.1
60+ uses : super-linter/super-linter@v8.7.0
6161 env :
6262 VALIDATE_ALL_CODEBASE : false
6363 DEFAULT_BRANCH : main
Original file line number Diff line number Diff line change @@ -23,17 +23,17 @@ jobs:
2323 packages : write # to be able to publish to GitHub Packages
2424 steps :
2525 - name : Checkout
26- uses : actions/checkout@v5 .0.0
26+ uses : actions/checkout@v7 .0.1
2727 with :
2828 fetch-depth : 0
2929 - name : Setup .NET
30- uses : actions/setup-dotnet@v5 .0.0
30+ uses : actions/setup-dotnet@v6 .0.0
3131 with :
3232 global-json-file : global.json
3333 - name : Restore dependencies
3434 run : dotnet restore --locked-mode
3535 - name : Setup Node.js
36- uses : actions/setup-node@v5 .0.0
36+ uses : actions/setup-node@v7 .0.0
3737 with :
3838 node-version : " lts/*"
3939 check-latest : true
Original file line number Diff line number Diff line change 1+ ## [ 0.2.4-beta.2] ( https://github.com/AlbusKavaliro/AntiXss/compare/v0.2.4-beta.1...v0.2.4-beta.2 ) (2026-08-16)
2+
3+
4+ ### Bug Fixes
5+
6+ * ** deps:** Bump System.Configuration.ConfigurationManager to 10.0.11 ([ 8d988c1] ( https://github.com/AlbusKavaliro/AntiXss/commit/8d988c19c3cf68bb87bfae8957dc4fcdffd7461e ) )
7+
8+ ## [ 0.2.4-beta.1] ( https://github.com/AlbusKavaliro/AntiXss/compare/v0.2.3...v0.2.4-beta.1 ) (2026-07-14)
9+
10+
11+ ### Bug Fixes
12+
13+ * ** deps:** Update package lock files ([ 46b8259] ( https://github.com/AlbusKavaliro/AntiXss/commit/46b825992a8e3271d1a280ef1bcbfe9d12192eb2 ) )
14+ * ** deps:** Update package lock files ([ 9a10aaa] ( https://github.com/AlbusKavaliro/AntiXss/commit/9a10aaaa473a7c0f5d0b0e1682a6b045973f7b87 ) )
15+ * ** deps:** Update package lock files ([ d206308] ( https://github.com/AlbusKavaliro/AntiXss/commit/d206308d80e8208014775841227d9f6a2f7bef03 ) )
16+
117## [ 0.2.3] ( https://github.com/AlbusKavaliro/AntiXss/compare/v0.2.2...v0.2.3 ) (2026-03-26)
218
319
Original file line number Diff line number Diff line change 3333 <PublishRepositoryUrl >true</PublishRepositoryUrl >
3434 <RepositoryType >git</RepositoryType >
3535 <RepositoryBranch >main</RepositoryBranch >
36- <RepositoryCommit >3d5d5f3e61b9190cafa252d2617c6a25348ced5a </RepositoryCommit >
37- <Version >0.2.3 </Version >
36+ <RepositoryCommit >1b1379ae4611a9927d84d71eccf4b32b19c9b278 </RepositoryCommit >
37+ <Version >0.2.4-beta.2 </Version >
3838 </PropertyGroup >
3939
4040 <ItemGroup >
Original file line number Diff line number Diff line change 55 <RestorePackagesWithLockFile >true</RestorePackagesWithLockFile >
66 </PropertyGroup >
77 <ItemGroup Label =" Microsoft" >
8- <PackageVersion Include =" Microsoft.SourceLink.GitHub" Version =" 10.0.201 " />
9- <PackageVersion Include =" System.Configuration.ConfigurationManager" Version =" 10.0.5 " />
10- <PackageVersion Include =" Microsoft.Testing.Extensions.CodeCoverage" Version =" 18.5.2 " />
8+ <PackageVersion Include =" Microsoft.SourceLink.GitHub" Version =" 10.0.400 " />
9+ <PackageVersion Include =" System.Configuration.ConfigurationManager" Version =" 10.0.11 " />
10+ <PackageVersion Include =" Microsoft.Testing.Extensions.CodeCoverage" Version =" 18.10.0 " />
1111 </ItemGroup >
1212 <ItemGroup Label =" Roslynator" >
13- <PackageVersion Include =" Roslynator.Analyzers" Version =" 4.15 .0" />
14- <PackageVersion Include =" Roslynator.CodeFixes" Version =" 4.15 .0" />
13+ <PackageVersion Include =" Roslynator.Analyzers" Version =" 4.16 .0" />
14+ <PackageVersion Include =" Roslynator.CodeFixes" Version =" 4.16 .0" />
1515 </ItemGroup >
1616</Project >
You can’t perform that action at this time.
0 commit comments