File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 runs-on : ubuntu-latest
2525 steps :
2626 # Checkout with full history for to allow compare with base branch
27- - uses : actions/checkout@v6
27+ - uses : actions/checkout@v7
2828 with :
2929 fetch-depth : 0
3030 - uses : actions/setup-python@v6
4747 - uses : actions/setup-python@v6
4848 - name : Install tools
4949 run : pip install detect-secrets[gibberish]==1.5.0 && pip list
50- - uses : actions/checkout@v6
50+ - uses : actions/checkout@v7
5151 with :
5252 fetch-depth : 0
5353 # FIXME; GitLeaks now requires a licence.
7474 name : Build and test
7575 runs-on : ${{ matrix.os }}
7676 steps :
77- - uses : actions/checkout@v6
77+ - uses : actions/checkout@v7
7878 - name : Set up Go
7979 uses : actions/setup-go@v6
8080 with :
Original file line number Diff line number Diff line change 3939
4040 steps :
4141 - name : Checkout repository
42- uses : actions/checkout@v6
42+ uses : actions/checkout@v7
4343
4444 # Initializes the CodeQL tools for scanning.
4545 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1111 if : ${{ github.actor == 'dependabot[bot]' }}
1212 steps :
1313 # Checkout with full history for to allow compare with base branch
14- - uses : actions/checkout@v6
14+ - uses : actions/checkout@v7
1515 with :
1616 fetch-depth : 0
1717 - uses : actions/setup-python@v6
Original file line number Diff line number Diff line change 1515 name : Carry out a release
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v6
18+ - uses : actions/checkout@v7
1919 with :
2020 # Get the full history as this is required by goreleaser
2121 fetch-depth : 0
Original file line number Diff line number Diff line change 3232
3333 steps :
3434 - name : " Checkout code"
35- uses : actions/checkout@v6 # v3.1.0
35+ uses : actions/checkout@v7 # v3.1.0
3636 with :
3737 persist-credentials : false
3838
You can’t perform that action at this time.
0 commit comments