File tree Expand file tree Collapse file tree 4 files changed +15
-0
lines changed
Expand file tree Collapse file tree 4 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 1717 uses : actions/checkout@v5
1818 with :
1919 fetch-depth : 0 # Fetch all history to ensure all SHAs are available
20+ persist-credentials : false
2021 - name : Check PR Commits
2122 run :
2223 util/check-commit-messages.sh
Original file line number Diff line number Diff line change 2828 steps :
2929 - name : Checkout repository
3030 uses : actions/checkout@v5
31+ with :
32+ persist-credentials : false
3133
3234 # Initializes the CodeQL tools for scanning.
3335 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1414 steps :
1515 - name : checkout-action
1616 uses : actions/checkout@v5
17+ with :
18+ persist-credentials : false
1719
1820 - name : actionlint
1921 uses :
raven-actions/[email protected] 2325 steps :
2426 - name : checkout-action
2527 uses : actions/checkout@v5
28+ with :
29+ persist-credentials : false
2630
2731 - name : yamllint
2832 uses : ibiqlik/action-yamllint@v3
3236 steps :
3337 - name : checkout-action
3438 uses : actions/checkout@v5
39+ with :
40+ persist-credentials : false
3541
3642 - name : ls-lint
3743 uses : ls-lint/action@v2
4349 steps :
4450 - name : checkout-action
4551 uses : actions/checkout@v5
52+ with :
53+ persist-credentials : false
4654
4755 - name : typos-action
4856 uses : crate-ci/typos@v1
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - uses : actions/checkout@v5
14+ with :
15+ persist-credentials : false
1416 - name : Set up Go
1517 uses : actions/setup-go@v6
1618 with :
3638 go-versions : ${{ fromJSON(needs.go-versions.outputs.matrix) }}
3739 steps :
3840 - uses : actions/checkout@v5
41+ with :
42+ persist-credentials : false
3943 - name : Set up Go
4044 uses : actions/setup-go@v6
4145 with :
You can’t perform that action at this time.
0 commit comments