File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout code
17- uses : actions/checkout@v6
17+ uses : actions/checkout@v7
1818 with :
1919 fetch-depth : 0 # Gitleaks needs the full history to scan properly
2020
2929
3030 steps :
3131 - name : Checkout code
32- uses : actions/checkout@v6
32+ uses : actions/checkout@v7
3333
3434 - name : Set up Python
3535 uses : actions/setup-python@v6
Original file line number Diff line number Diff line change 1111
1212 steps :
1313 - name : Check out the repo
14- uses : actions/checkout@v6
14+ uses : actions/checkout@v7
1515
1616 - name : Set up Python
1717 uses : actions/setup-python@v6
Original file line number Diff line number Diff line change 1212 if : (github.actor != 'dependabot[bot]')
1313 steps :
1414 # Fetch project source
15- - uses : actions/checkout@v6
15+ - uses : actions/checkout@v7
1616
1717 - uses : returntocorp/semgrep-action@v1
1818 with :
You can’t perform that action at this time.
0 commit comments