File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed
Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 88 name : changelog
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v5
11+ - uses : actions/checkout@v5.0.0
1212 - uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
1313 env :
1414 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 2323 lint :
2424 runs-on : ubuntu-latest
2525 steps :
26- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
26+ - uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v5.0.0
2727 with :
2828 fetch-depth : 0
2929
7878 test-vroom :
7979 runs-on : ubuntu-latest
8080 steps :
81- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
81+ - uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v5.0.0
8282 with :
8383 fetch-depth : 0
8484 - uses : actions/setup-go@v6
Original file line number Diff line number Diff line change 4040
4141 steps :
4242 - name : Checkout repository
43- uses : actions/checkout@v5
43+ uses : actions/checkout@v5.0.0
4444
4545 # Initializes the CodeQL tools for scanning.
4646 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1919 if : github.repository_owner == 'getsentry'
2020 name : build-${{ matrix.platform }}
2121 steps :
22- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
22+ - uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v5.0.0
2323
2424 - name : Set up Docker Buildx
2525 uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
5454 - build-image
5555 if : ${{ github.event_name != 'pull_request' }}
5656 steps :
57- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
57+ - uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v5.0.0
5858 - run : docker login --username '${{ github.actor }}' --password-stdin ghcr.io <<< "$GHCR_TOKEN"
5959 env :
6060 GHCR_TOKEN : ${{ secrets.GITHUB_TOKEN }}
@@ -106,7 +106,7 @@ jobs:
106106 needs :
107107 - assemble-image
108108 steps :
109- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
109+ - uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v5.0.0
110110 - name : Push built docker image
111111 shell : bash
112112 run : |
@@ -149,7 +149,7 @@ jobs:
149149 contents : read
150150 id-token : write
151151 steps :
152- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
152+ - uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
153153
154154 - name : Build and push image
155155 uses : getsentry/action-build-and-push-images@b172ab61a5f7eabd58bd42ce231b517e79947c01
Original file line number Diff line number Diff line change 2626 with :
2727 app-id : ${{ vars.SENTRY_RELEASE_BOT_CLIENT_ID }}
2828 private-key : ${{ secrets.SENTRY_RELEASE_BOT_PRIVATE_KEY }}
29- - uses : actions/checkout@v5
29+ - uses : actions/checkout@v5.0.0
3030 with :
3131 token : ${{ steps.token.outputs.token }}
3232 fetch-depth : 0
Original file line number Diff line number Diff line change 1717 outputs :
1818 gocd : ${{ steps.changes.outputs.gocd }}
1919 steps :
20- - uses : actions/checkout@v5
20+ - uses : actions/checkout@v5.0.0
2121 - name : Check for relevant file changes
2222 uses : getsentry/paths-filter@4512585405083f25c027a35db413c2b3b9006d50 # v2.11.1
2323 id : changes
3939 id-token : " write"
4040
4141 steps :
42- - uses : actions/checkout@v5
42+ - uses : actions/checkout@v5.0.0
4343 - id : ' auth'
4444 uses : google-github-actions/auth@v3
4545 with :
You can’t perform that action at this time.
0 commit comments