File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
evaluation_plans/osps/build_release Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 5858 steps :
5959 - name : Checkout repository
6060 uses : actions/checkout@v5
61+ with :
62+ persist-credentials : false
6163
6264 # Add any setup steps before running the `github/codeql-action/init` action.
6365 # This includes steps like installing compilers or runtimes (`actions/setup-node`
Original file line number Diff line number Diff line change 2626 uses : actions/checkout@v5
2727 with :
2828 fetch-depth : 0
29+ persist-credentials : false
2930 - name : Set up Go
3031 uses : actions/setup-go@v5
3132 with :
Original file line number Diff line number Diff line change 2020
2121 steps:
2222 - name: Checkout repository
23- uses: actions/checkout@v4
23+ uses: actions/checkout@v5
24+ with:
25+ persist-credentials: false
2426
2527 - name: Pull the pvtr-github-repo image
2628 run: docker pull eddieknight/pvtr-github-repo:latest
4648
4749 steps:
4850 - name: Checkout repository
49- uses: actions/checkout@v4
51+ uses: actions/checkout@v5
52+ with:
53+ persist-credentials: false
5054
5155 - name: Pull the pvtr-github-repo image
5256 run: docker pull eddieknight/pvtr-github-repo:latest
You can’t perform that action at this time.
0 commit comments