3232 - uses : actions/checkout@v6
3333 with :
3434 persist-credentials : false
35- - uses : extractions/setup-just@v3
35+ # e33e0265a09d6d736e2ee1e0eb685ef1de4669ff is tag v3, pinned to avoid supply chain attacks
36+ - uses : extractions/setup-just@e33e0265a09d6d736e2ee1e0eb685ef1de4669ff
3637 - name : Initialize CodeQL
3738 if : matrix.runner-os == 'ubuntu-latest'
3839 uses : github/codeql-action/init@v4
6364 run : cp coverage/**/coverage.cobertura.xml coverage/coverage.cobertura.xml
6465
6566 - name : Code Coverage Summary Report
66- 67+ # 51cc3a756ddcd398d447c044c02cb6aa83fdae95 is tag v1.3.0, pinned to avoid supply chain attacks
68+ uses : irongut/CodeCoverageSummary@51cc3a756ddcd398d447c044c02cb6aa83fdae95
6769 if : always() && matrix.runner-os == 'ubuntu-latest' && matrix.language == 'csharp'
6870 with :
6971 filename : coverage/coverage.cobertura.xml
@@ -118,7 +120,8 @@ jobs:
118120 - uses : actions/checkout@v6
119121 with :
120122 persist-credentials : false
121- - uses : extractions/setup-just@v3
123+ # e33e0265a09d6d736e2ee1e0eb685ef1de4669ff is tag v3, pinned to avoid supply chain attacks
124+ - uses : extractions/setup-just@e33e0265a09d6d736e2ee1e0eb685ef1de4669ff
122125
123126 - name : Setup .NET
124127 uses : actions/setup-dotnet@v5
@@ -266,7 +269,8 @@ jobs:
266269 run : dotnet test src/OctoshiftCLI.IntegrationTests/OctoshiftCLI.IntegrationTests.csproj --filter "${{ matrix.source-vcs }}ToGithub" --logger:"junit;LogFilePath=integration-tests.xml" --logger "console;verbosity=normal" /p:VersionPrefix=9.9
267270
268271 - name : Publish Integration Test Results
269- uses : EnricoMi/publish-unit-test-result-action@v2
272+ # 6e8f8c55b476f977d1c58cfbd7e337cbf86d917f is tag v2, pinned to avoid supply chain attacks
273+ uses : EnricoMi/publish-unit-test-result-action@6e8f8c55b476f977d1c58cfbd7e337cbf86d917f
270274 if : always() && matrix.runner-os == 'ubuntu-latest' && github.actor != 'dependabot[bot]'
271275 with :
272276 files : " **/*-tests.xml"
@@ -333,7 +337,8 @@ jobs:
333337 CLI_VERSION : ${{ github.ref }}
334338
335339 - name : Create gh-gei Release
336- uses : softprops/action-gh-release@v2
340+ # a06a81a03ee405af7f2048a818ed3f03bbf83c7b is tag v2, pinned to avoid supply chain attacks
341+ uses : softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b
337342 with :
338343 body_path : ./RELEASENOTES.md
339344 files : |
@@ -349,7 +354,8 @@ jobs:
349354 ./dist/osx-x64/gei-darwin-amd64
350355
351356 - name : Create gh-ado2gh Release
352- uses : softprops/action-gh-release@v2
357+ # a06a81a03ee405af7f2048a818ed3f03bbf83c7b is tag v2, pinned to avoid supply chain attacks
358+ uses : softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b
353359 with :
354360 body_path : ./RELEASENOTES.md
355361 repository : github/gh-ado2gh
@@ -362,7 +368,8 @@ jobs:
362368 ./dist/osx-x64/ado2gh-darwin-amd64
363369
364370 - name : Create gh-bbs2gh Release
365- uses : softprops/action-gh-release@v2
371+ # a06a81a03ee405af7f2048a818ed3f03bbf83c7b is tag v2, pinned to avoid supply chain attacks
372+ uses : softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b
366373 with :
367374 body_path : ./RELEASENOTES.md
368375 repository : github/gh-bbs2gh
0 commit comments