Merge pull request #11389 from kata-containers/checkout-persist-credentials-false

workflows: Set persist-credentials: false on checkout
This commit is contained in:
Steve Horsman
2025-06-16 09:58:22 +01:00
committed by GitHub
44 changed files with 100 additions and 7 deletions

View File

@@ -18,6 +18,8 @@ jobs:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v4
with:
persist-credentials: false
- name: golangci-lint
uses: golangci/golangci-lint-action@4696ba8babb6127d732c3c6dde519db15edab9ea # v6.5.1
with: