1919 contents : read
2020 steps :
2121 - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
22+ with :
23+ persist-credentials : ' false'
2224
2325 - uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
2426 with :
5658 steps :
5759 - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
5860 with :
61+ persist-credentials : ' false'
5962 fetch-depth : 0
6063
6164 - uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
9396 contents : read
9497 steps :
9598 - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
99+ with :
100+ persist-credentials : ' false'
101+
96102 - uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
97103 with :
98104 go-version-file : ' go.mod'
@@ -116,6 +122,7 @@ jobs:
116122 - name : Checkout Code
117123 uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
118124 with :
125+ persist-credentials : ' false'
119126 fetch-depth : 0
120127
121128 - name : Lint Code Base
@@ -124,13 +131,15 @@ jobs:
124131 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
125132 MULTI_STATUS : false
126133 LINTER_RULES_PATH : .
134+ GITHUB_ACTIONS_ZIZMOR_CONFIG_FILE : ./.github/zizmor.yml
127135 VALIDATE_ALL_CODEBASE : true
128136 VALIDATE_BASH : true
129137 VALIDATE_BASH_EXEC : true
130138 VALIDATE_EDITORCONFIG : true
131139 VALIDATE_ENV : true
132- # VALIDATE_GO_RELEASER: true
140+ VALIDATE_GO_RELEASER : true
133141 VALIDATE_GITHUB_ACTIONS : true
142+ VALIDATE_GITHUB_ACTIONS_ZIZMOR : true
134143 VALIDATE_HTML : true
135144 VALIDATE_JSON : true
136145 VALIDATE_NATURAL_LANGUAGE : true
@@ -158,6 +167,7 @@ jobs:
158167 steps :
159168 - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
160169 with :
170+ persist-credentials : ' false'
161171 fetch-depth : 0
162172
163173 - uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
0 commit comments