File tree Expand file tree Collapse file tree 4 files changed +10
-0
lines changed
Expand file tree Collapse file tree 4 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 2929 - 5432:5432
3030 steps :
3131 - uses : actions/checkout@v4
32+ with :
33+ persist-credentials : false
3234 - name : Set up Python ${{ matrix.python-version }}
3335 uses : actions/setup-python@v5
3436 with :
Original file line number Diff line number Diff line change 1818 - id : checkout
1919 name : Checkout
2020 uses : actions/checkout@v4
21+ with :
22+ persist-credentials : false
2123
2224 - id : auth
2325 name : Authenticate with Google Cloud
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - uses : actions/checkout@v4
12+ with :
13+ persist-credentials : false
1214 - uses : actions/setup-node@v4
1315 with :
1416 node-version : 20
2325 python-version : ["3.13"]
2426 steps :
2527 - uses : actions/checkout@v4
28+ with :
29+ persist-credentials : false
2630 - name : Set up Python ${{ matrix.python-version }}
2731 uses : actions/setup-python@v5
2832 with :
Original file line number Diff line number Diff line change 1818 if : (github.actor != 'dependabot[bot]')
1919 steps :
2020 - uses : actions/checkout@v4
21+ with :
22+ persist-credentials : false
2123 - run : semgrep ci
You can’t perform that action at this time.
0 commit comments