File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6969 # Always login (even on smoke) for higher pull/cache-read rate limits; the credentials are in both the
7070 # Actions and Dependabot secret stores so a Dependabot push CI run can log in too. Forks cannot push here.
7171 - name : Login to Docker Hub step
72- uses : docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4.3 .0
72+ uses : docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4 .0
7373 with :
7474 username : ${{ secrets.DOCKER_HUB_USERNAME }}
7575 password : ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
Original file line number Diff line number Diff line change 6161 run : dotnet format style --verify-no-changes --severity=info --verbosity=detailed
6262
6363 - name : Lint markdown step
64- uses : DavidAnson/markdownlint-cli2-action@ded1f9488f68a970bc66ea5619e13e9b52e601cd # v23.2 .0
64+ uses : DavidAnson/markdownlint-cli2-action@8de2aa07cae85fd17c0b35642db70cf5495f1d25 # v24.0 .0
6565 with :
6666 globs : ' **/*.md'
6767
You can’t perform that action at this time.
0 commit comments