File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3838
3939 steps :
4040 - name : Checkout repository
41- uses : actions/checkout@v4
41+ uses : actions/checkout@v5
4242
4343 # Initializes the CodeQL tools for scanning.
4444 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout repository
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v5
1616 with :
1717 fetch-depth : 0
1818
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout repository
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v5
1717 with :
1818 fetch-depth : 0
1919
Original file line number Diff line number Diff line change 2323 name : ${{ matrix.os }} @ Go ${{ matrix.go }}
2424 steps :
2525 - name : Checkout repository
26- uses : actions/checkout@v4
26+ uses : actions/checkout@v5
2727 with :
2828 fetch-depth : 0
2929
5757 go-version : ${{ matrix.go }}
5858
5959 - name : Checkout Code
60- uses : actions/checkout@v4
60+ uses : actions/checkout@v5
6161 with :
6262 ref : ${{ github.ref }}
6363
8181 commitlint :
8282 runs-on : ubuntu-latest
8383 steps :
84- - uses : actions/checkout@v4
84+ - uses : actions/checkout@v5
8585 with :
8686 fetch-depth : 0
8787 - uses : wagoid/commitlint-github-action@v5
@@ -111,7 +111,7 @@ jobs:
111111 # To report GitHub Actions status checks
112112 statuses : write
113113 steps :
114- - uses : actions/checkout@v4
114+ - uses : actions/checkout@v5
115115 with :
116116 # super-linter needs the full git history to get the
117117 # list of files that changed across commits
You can’t perform that action at this time.
0 commit comments