File tree Expand file tree Collapse file tree 9 files changed +12
-12
lines changed
Expand file tree Collapse file tree 9 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 4040
4141 steps :
4242 - name : Checkout repository
43- uses : actions/checkout@v4
43+ uses : actions/checkout@v5
4444
4545 # Initializes the CodeQL tools for scanning.
4646 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 2121 name : ' Build Docker Image'
2222 runs-on : ubuntu-latest
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v5
2525 - uses : docker/setup-buildx-action@v3
2626
2727 - name : ' Set Docker Image Build-Args'
Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : ' Checkout GitHub repository'
23- uses : actions/checkout@v4
23+ uses : actions/checkout@v5
2424 with :
2525 fetch-depth : 0
2626 clean : true
4848 runs-on : ubuntu-latest
4949 steps :
5050 - name : ' Checkout GitHub repository'
51- uses : actions/checkout@v4
51+ uses : actions/checkout@v5
5252 with :
5353 fetch-depth : 0
5454 clean : true
Original file line number Diff line number Diff line change 1818 build :
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v5
2222 with :
2323 fetch-depth : 0
2424
Original file line number Diff line number Diff line change 1717 concurrency :
1818 group : ${{ github.workflow }}-${{ github.ref }}
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v5
2121 with :
2222 submodules : true # Fetch Hugo themes (true OR recursive)
2323 fetch-depth : 0 # Fetch all history for .GitInfo and .Lastmod
Original file line number Diff line number Diff line change 1818 build :
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v5
2222 with :
2323 fetch-depth : 0
2424
Original file line number Diff line number Diff line change 2020 contents : write
2121 steps :
2222 - name : ' Checkout GitHub repository'
23- uses : actions/checkout@v4
23+ uses : actions/checkout@v5
2424 with :
2525 fetch-depth : 0
2626 clean : true
Original file line number Diff line number Diff line change 3434 NEXT_VERSION : ${{ steps.version.outputs.NEXT_VERSION }}
3535 steps :
3636 - name : ' Checkout GitHub repository'
37- uses : actions/checkout@v4
37+ uses : actions/checkout@v5
3838 with :
3939 clean : true
4040
@@ -129,7 +129,7 @@ jobs:
129129 runs-on : ubuntu-latest
130130 steps :
131131 - name : ' Checkout GitHub repository'
132- uses : actions/checkout@v4
132+ uses : actions/checkout@v5
133133 with :
134134 ref : ${{ needs.set-release-version.outputs.HEAD }}
135135 fetch-depth : 0
@@ -159,7 +159,7 @@ jobs:
159159 runs-on : ubuntu-latest
160160 steps :
161161 - name : ' Checkout GitHub repository'
162- uses : actions/checkout@v4
162+ uses : actions/checkout@v5
163163 with :
164164 ref : ${{ needs.set-release-version.outputs.HEAD }}
165165 fetch-depth : 0
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-20.04
1717 steps :
1818 - name : Checkout code
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v5
2020
2121 - name : Run Trivy vulnerability scanner in repo mode
2222 uses : aquasecurity/trivy-action@master
You can’t perform that action at this time.
0 commit comments