File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 # shell: cmd
2727 fail-fast : false
2828 steps :
29- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
29+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3030 - uses : you54f/pact-broker-in-a-box@32b14f7a159719ef997e651d02e393349ed553ab # main
3131 - uses : ./
3232
Original file line number Diff line number Diff line change 2727 name : Publish Container Images
2828 runs-on : ubuntu-latest
2929 steps :
30- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
30+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3131 - name : Resolve version
3232 id : version
3333 env :
Original file line number Diff line number Diff line change 2727 private-key : ${{ secrets.PACT_FOUNDATION_BOT_PRIVATE_KEY }}
2828
2929 - name : Checkout
30- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
30+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3131 with :
3232 fetch-depth : 0
3333 token : ${{ steps.app-token.outputs.token }}
6969 private-key : ${{ secrets.PACT_FOUNDATION_BOT_PRIVATE_KEY }}
7070
7171 - name : Checkout
72- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
72+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
7373 with :
7474 fetch-depth : 0
7575 token : ${{ steps.app-token.outputs.token }}
Original file line number Diff line number Diff line change 4949 github.event.pull_request.draft == false
5050 runs-on : ubuntu-latest
5151 steps :
52- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
52+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
5353 - uses : actions-rust-lang/setup-rust-toolchain@166cdcfd11aee3cb47222f9ddb555ce30ddb9659 # v1.17.0
5454 with :
5555 components : rustfmt
6363 github.event.pull_request.draft == false
6464 runs-on : ubuntu-latest
6565 steps :
66- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
66+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
6767 - uses : actions-rust-lang/setup-rust-toolchain@166cdcfd11aee3cb47222f9ddb555ce30ddb9659 # v1.17.0
6868 with :
6969 components : clippy
8181 matrix :
8282 os : [ubuntu-latest, macos-latest, windows-latest]
8383 steps :
84- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
84+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
8585 - uses : actions-rust-lang/setup-rust-toolchain@166cdcfd11aee3cb47222f9ddb555ce30ddb9659 # v1.17.0
8686 - uses : taiki-e/install-action@43aecc8d72668fbcfe75c31400bc4f890f1c5853 # v2.83.2
8787 with :
You can’t perform that action at this time.
0 commit comments