File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed
Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1515 pr-analysis :
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 # v2
18+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 # v4 # v2
1919
2020 - name : Run danger action
2121 id : danger
3939 extra-dangerfile-test :
4040 runs-on : ubuntu-latest
4141 steps :
42- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 # v2
42+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 # v4 # v2
4343
4444 - name : Run danger with extra dangerfile
4545 id : danger-extra
6464 extra-packages-test :
6565 runs-on : ubuntu-latest
6666 steps :
67- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 # v2
67+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 # v4 # v2
6868
6969 # Create a test dangerfile that requires curl
7070 - name : Create test dangerfile requiring curl
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@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 # v2
26+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 # v4 # v2
2727 with :
2828 token : ${{ steps.token.outputs.token }}
2929 fetch-depth : 0
Original file line number Diff line number Diff line change 2020 steps :
2121 - run : git config --global core.autocrlf false
2222
23- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 # v2
23+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 # v4 # v2
2424
2525 - run : Invoke-Pester
2626 working-directory : updater
3535 run :
3636 working-directory : danger
3737 steps :
38- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 # v2
38+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 # v4 # v2
3939
40- - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
40+ - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 # v4
4141 with :
4242 node-version : ' 18'
4343
Original file line number Diff line number Diff line change 1414 updater-pr-creation :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 # v2
17+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 # v4 # v2
1818
1919 - name : Run updater action
2020 id : updater
6363 updater-target-branch :
6464 runs-on : ubuntu-latest
6565 steps :
66- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 # v2
66+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 # v4 # v2
6767
6868 - name : Run updater action with target-branch
6969 id : updater
@@ -113,7 +113,7 @@ jobs:
113113 updater-no-changes :
114114 runs-on : macos-latest
115115 steps :
116- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 # v2
116+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 # v4 # v2
117117
118118 - name : Run updater action
119119 id : updater
@@ -167,7 +167,7 @@ jobs:
167167 - macos
168168 - windows
169169 steps :
170- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 # v2
170+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 # v4 # v2
171171
172172 - uses : ./sentry-cli/integration-test/
173173 with :
You can’t perform that action at this time.
0 commit comments