File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed
Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change 66 - main
77 - release/**
88
9- permissions :
10- contents : write
11- pull-requests : write
12-
139jobs :
1410 build-image :
1511 runs-on : ${{ matrix.os }}
2319 if : github.repository_owner == 'getsentry'
2420 name : build-${{ matrix.platform }}
2521 steps :
26- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
22+ - uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v5.0.0
2723
2824 - name : Set up Docker Buildx
2925 uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
5854 - build-image
5955 if : ${{ github.event_name != 'pull_request' }}
6056 steps :
61- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
57+ - uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v5.0.0
6258 - run : docker login --username '${{ github.actor }}' --password-stdin ghcr.io <<< "$GHCR_TOKEN"
6359 env :
6460 GHCR_TOKEN : ${{ secrets.GITHUB_TOKEN }}
@@ -110,7 +106,7 @@ jobs:
110106 needs :
111107 - assemble-image
112108 steps :
113- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
109+ - uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v5.0.0
114110 - name : Push built docker image
115111 shell : bash
116112 run : |
@@ -153,7 +149,7 @@ jobs:
153149 contents : read
154150 id-token : write
155151 steps :
156- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
152+ - uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
157153
158154 - name : Build and push image to single-region registry
159155 uses : getsentry/action-build-and-push-images@b172ab61a5f7eabd58bd42ce231b517e79947c01
You can’t perform that action at this time.
0 commit comments