File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v4
13+ uses : actions/checkout@v5
1414 with :
1515 fetch-depth : 0 # otherwise, you will failed to push refs to dest repo
1616 - name : Generate auto-generated code
3333 runs-on : ubuntu-latest
3434 steps :
3535 - name : check out code
36- uses : actions/checkout@v4
36+ uses : actions/checkout@v5
3737 with :
3838 fetch-depth : 0 # otherwise, you will failed to push refs to dest repo
3939 - name : install python3
Original file line number Diff line number Diff line change 3939
4040 steps :
4141 - name : Checkout repository
42- uses : actions/checkout@v4
42+ uses : actions/checkout@v5
4343
4444 # Initializes the CodeQL tools for scanning.
4545 - name : Initialize CodeQL
You can’t perform that action at this time.
0 commit comments