File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2727 ' pactflow-provider-dotnet'
2828 ]
2929 steps :
30- - uses : actions/checkout@v4
30+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3131 - name : Setup .NET Core SDK ${{ matrix.dotnet-version }}
32- uses : actions/setup-dotnet@v4
32+ uses : actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # v4
3333 with :
3434 dotnet-version : ${{ matrix.dotnet-version }}
3535 - name : test for ${{ matrix.pact_provider }}
4747 runs-on : ubuntu-latest
4848 needs : test
4949 steps :
50- - uses : actions/checkout@v4
50+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
5151 - run : docker pull pactfoundation/pact-cli:latest
5252 - name : Can I deploy?
5353 run : GIT_BRANCH=${GITHUB_REF:11} make can_i_deploy
5757 runs-on : ubuntu-latest
5858 needs : can-i-deploy
5959 steps :
60- - uses : actions/checkout@v4
60+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
6161 - run : docker pull pactfoundation/pact-cli:latest
6262 - name : Deploy
6363 run : GIT_BRANCH=${GITHUB_REF:11} make deploy
You can’t perform that action at this time.
0 commit comments