File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed
Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -12,36 +12,36 @@ jobs:
1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout code
15- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
15+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
1616 with :
1717 fetch-depth : 0
1818
1919 - name : Install Go
20- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
20+ uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
2121 with :
2222 go-version-file : go.mod
2323
2424 - name : Run linters
25- uses : golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0 .0
25+ uses : golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2 .0
2626 with :
2727 problem-matchers : true
2828 args : --issues-exit-code=0 --output.sarif.path linter-results.sarif # we expect some findings, but for this demo just continue
2929
3030 - name : Upload SARIF to Code Scanning
31- uses : github/codeql-action/upload-sarif@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
31+ uses : github/codeql-action/upload-sarif@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8
3232 with :
3333 sarif_file : ./linter-results.sarif
3434
3535 test :
3636 runs-on : ubuntu-latest
3737 steps :
3838 - name : Checkout code
39- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
39+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
4040 with :
4141 fetch-depth : 0
4242
4343 - name : Install Go
44- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
44+ uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
4545 with :
4646 go-version-file : go.mod
4747
Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ jobs:
1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout code
18- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
18+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
1919 with :
2020 fetch-depth : 0
2121
2222 - name : Install Go
23- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
23+ uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
2424 with :
2525 go-version-file : go.mod
2626
3333 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3434
3535 - name : Upload binary artifact
36- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
36+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
3737 with :
3838 name : binary
3939 path : dist/go-ci-demo_linux_amd64_v1/${{ env.BINARY }}
4949 runs-on : ubuntu-latest
5050 steps :
5151 - name : Checkout code
52- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
52+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
5353 with :
5454 fetch-depth : 0
5555
6868
6969 # Download the binary artifact from the build job
7070 - name : Download binary artifact
71- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
71+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
7272 with :
7373 name : binary
7474 path : ./docker-build
You can’t perform that action at this time.
0 commit comments