mirror of
https://github.com/prometheus/prometheus.git
synced 2025-08-06 06:07:11 +02:00
* ci: address golangci-lint issue with persist-credentials
Fixes the following zizmor warning:
```
warning[artipacked]: credential persistence through GitHub Actions artifacts
--> scripts/golangci-lint.yml:26:9
|
26 | - name: Checkout repository
| _________-
27 | | uses: actions/checkout@11bd71901b # v4.2.2
28 | | # with:
29 | | # persist-credentials: false
| |______________________________________- does not set persist-credentials: false
```
All other actions have been fixed in https://github.com/prometheus/prometheus/pull/16530
Credit to @jharvey10 who also addressed this particular issue in
|
||
---|---|---|
.. | ||
check-go-mod-version.sh | ||
compress_assets.sh | ||
genproto.sh | ||
get_module_version.sh | ||
golangci-lint.yml | ||
npm-deps.sh | ||
package_assets.sh | ||
sync_repo_files.sh | ||
ui_release.sh |