File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 3030
3131permissions :
3232 contents : read
33- packages : write
3433
3534# -----------------------------------------------------------------------------
3635# 🏗️ 1. Build and push per-architecture images
5756 name : Build (${{ matrix.platform }})
5857 needs :
5958 - visibility
59+ permissions :
60+ contents : read
61+ packages : write
6062 strategy :
6163 fail-fast : false
6264 matrix :
@@ -203,6 +205,9 @@ jobs:
203205 if : ${{ github.event_name != 'pull_request' }}
204206 runs-on : ubuntu-24.04
205207 environment : ${{ inputs.environment }}
208+ permissions :
209+ contents : read
210+ packages : write
206211 steps :
207212 - name : Checkout Repo
208213 uses : actions/checkout@v5
Original file line number Diff line number Diff line change 1717 go-version : [1.25.4]
1818 os : [ubuntu-latest, macos-latest, windows-latest]
1919 include :
20- <<<<<<< HEAD
21- - go-version : 1.23.x
22- =======
2320 - go-version : 1.25.x
24- >>>>>>> 3226ee24 (chore: add go 1.25 go test suite (#1469))
25- os : ubuntu-latest
2621 runs-on : ${{ matrix.os }}
2722 steps :
2823 - name : Checkout code
Original file line number Diff line number Diff line change 88 actions/setup-node : ref-pin
99 actions/download-artifact : ref-pin
1010 actions/upload-artifact : ref-pin
11+ actions/stale : ref-pin
You can’t perform that action at this time.
0 commit comments