File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 1+
2+ version : 2
3+ updates :
4+ - package-ecosystem : " github-actions"
5+ directory : " /" # Location of your workflow files
6+ schedule :
7+ interval : " weekly" # Options: daily, weekly, monthly
Original file line number Diff line number Diff line change 2525 steps :
2626 - name : Checkout
2727 uses : actions/checkout@v3
28+ with :
29+ persist-credentials : false
2830
2931 - name : Initialize CodeQL
3032 uses : github/codeql-action/init@v2
Original file line number Diff line number Diff line change 11
22name : Validate Python Code
3+ permissions :
4+ contents : read
35
46on :
57 push :
2123
2224 steps :
2325 - uses : actions/checkout@v3
26+ with :
27+ persist-credentials : false
2428 - name : Set up Python ${{ matrix.python-version }}
2529 uses : actions/setup-python@v3
2630 with :
6569
6670 steps :
6771 - uses : actions/checkout@v3
72+ with :
73+ persist-credentials : false
6874 - name : Set up Python ${{ matrix.python-version }}
6975 uses : actions/setup-python@v3
7076 with :
You can’t perform that action at this time.
0 commit comments