File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2929 publish : ${{ steps.version.outputs.publish }}
3030 steps :
3131 - name : Checkout the repository
32- uses : actions/checkout@v6.0.1
32+ uses : actions/checkout@v6.0.2
3333 with :
3434 fetch-depth : 0
3535
5656 arch : ${{ fromJson(needs.init.outputs.architectures) }}
5757 steps :
5858 - name : Checkout the repository
59- uses : actions/checkout@v6.0.1
59+ uses : actions/checkout@v6.0.2
6060
6161 - name : Login to GitHub Container Registry
6262 if : needs.init.outputs.publish == 'true'
8787 steps :
8888 - name : Checkout the repository
8989 if : needs.init.outputs.publish == 'true'
90- uses : actions/checkout@v6.0.1
90+ uses : actions/checkout@v6.0.2
9191
9292 - name : Initialize git
9393 if : needs.init.outputs.publish == 'true'
Original file line number Diff line number Diff line change 99 name : lint
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v6.0.1
12+ - uses : actions/checkout@v6.0.2
1313 - name : golangci-lint
1414 uses : golangci/golangci-lint-action@v9.2.0
1515 with :
Original file line number Diff line number Diff line change 99 name : lint
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v6.0.1
12+ - uses : actions/checkout@v6.0.2
1313 - uses : brpaz/hadolint-action@v1.5.0
Original file line number Diff line number Diff line change 1111 name : Release Drafter
1212 steps :
1313 - name : Checkout the repository
14- uses : actions/checkout@v6.0.1
14+ uses : actions/checkout@v6.0.2
1515 with :
1616 fetch-depth : 0
1717
You can’t perform that action at this time.
0 commit comments