Skip to content

Commit e6a41ed

Browse files
libotonyotherview
authored andcommitted
fix zizmor reported issues (#1539)
1 parent 995a9d2 commit e6a41ed

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.github/workflows/publish-docker-images.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ on:
3030

3131
permissions:
3232
contents: read
33-
packages: write
3433

3534
# -----------------------------------------------------------------------------
3635
# 🏗️ 1. Build and push per-architecture images
@@ -57,6 +56,9 @@ jobs:
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

.github/workflows/test.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,7 @@ jobs:
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

.github/zizmor.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ rules:
88
actions/setup-node: ref-pin
99
actions/download-artifact: ref-pin
1010
actions/upload-artifact: ref-pin
11+
actions/stale: ref-pin

0 commit comments

Comments
 (0)