File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 matrix :
1414 os : [macos-latest, windows-latest, ubuntu-latest]
1515 steps :
16- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
16+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1717 - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
1818 with :
1919 python-version : " 3.11.9"
Original file line number Diff line number Diff line change 2323 with :
2424 app-id : ${{ vars.SENTRY_RELEASE_BOT_CLIENT_ID }}
2525 private-key : ${{ secrets.SENTRY_RELEASE_BOT_PRIVATE_KEY }}
26- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
26+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2727 with :
2828 token : ${{ steps.token.outputs.token }}
2929 fetch-depth : 0
Original file line number Diff line number Diff line change 1313 name : Build
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
16+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1717 - uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
1818 - name : Set up Ruby
1919 uses : ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310.0
Original file line number Diff line number Diff line change 1111 test :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
14+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1515
1616 - name : Install sentry-cli
1717 run : curl -sL https://sentry.io/get-cli/ | bash
Original file line number Diff line number Diff line change 5252 private-key : ${{ secrets.SENTRY_FASTLANE_PLUGIN_UPDATER_GITHUB_APP_PRIVATE_KEY }}
5353 owner : ${{ github.repository_owner }}
5454 - name : Checkout PR branch
55- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
55+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
5656 with :
5757 ref : ${{ needs.update-cli.outputs.prBranch }}
5858 token : ${{ steps.app_token.outputs.token }}
You can’t perform that action at this time.
0 commit comments