File tree Expand file tree Collapse file tree 7 files changed +13
-13
lines changed
Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1616 - name : Check out code into the Go module directory
1717 uses : actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
1818 - name : Set up Go 1.x
19- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
19+ uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c
2020 with :
2121 go-version-file : go.mod
2222 - name : build
Original file line number Diff line number Diff line change @@ -45,13 +45,13 @@ jobs:
4545 uses : actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
4646
4747 - name : Set up Go 1.x
48- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
48+ uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c
4949 with :
5050 go-version-file : go.mod
5151
5252 # Initializes the CodeQL tools for scanning.
5353 - name : Initialize CodeQL
54- uses : github/codeql-action/init@60168efe1c415ce0f5521ea06d5c2062adbeed1b
54+ uses : github/codeql-action/init@5d4e8d1aca955e8d8589aabd499c5cae939e33c7
5555 with :
5656 languages : ${{ matrix.language }}
5757 # If you wish to specify custom queries, you can do so here or in a config file.
6262 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6363 # If this step fails, then you should remove it and run the build manually (see below)
6464 - name : Autobuild
65- uses : github/codeql-action/autobuild@60168efe1c415ce0f5521ea06d5c2062adbeed1b
65+ uses : github/codeql-action/autobuild@5d4e8d1aca955e8d8589aabd499c5cae939e33c7
6666
6767 # ℹ️ Command-line programs to run using the OS shell.
6868 # 📚 https://git.io/JvXDl
7676 # make release
7777
7878 - name : Perform CodeQL Analysis
79- uses : github/codeql-action/analyze@60168efe1c415ce0f5521ea06d5c2062adbeed1b
79+ uses : github/codeql-action/analyze@5d4e8d1aca955e8d8589aabd499c5cae939e33c7
Original file line number Diff line number Diff line change @@ -30,19 +30,19 @@ jobs:
3030 uses : docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130
3131
3232 - name : Set up Docker Buildx
33- uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435
33+ uses : docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f
3434
3535 - name : vuls/vuls image meta
3636 id : oss-meta
37- uses : docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f
37+ uses : docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051
3838 with :
3939 images : vuls/vuls
4040 tags : |
4141 type=ref,event=tag
4242
4343 - name : vuls/fvuls image meta
4444 id : fvuls-meta
45- uses : docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f
45+ uses : docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051
4646 with :
4747 images : vuls/fvuls
4848 tags : |
Original file line number Diff line number Diff line change 1616 - name : Check out code into the Go module directory
1717 uses : actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
1818 - name : Set up Go 1.x
19- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
19+ uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c
2020 with :
2121 go-version-file : go.mod
2222 - name : golangci-lint
Original file line number Diff line number Diff line change 3030 - name : Unshallow
3131 run : git fetch --prune --unshallow
3232 - name : Set up Go
33- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
33+ uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c
3434 with :
3535 go-version-file : go.mod
3636 - name : Run GoReleaser
Original file line number Diff line number Diff line change 6464 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6565 # format to the repository Actions tab.
6666 - name : " Upload artifact"
67- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
67+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
6868 with :
6969 name : SARIF file
7070 path : results.sarif
7373 # Upload the results to GitHub's code scanning dashboard (optional).
7474 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
7575 - name : " Upload to code-scanning"
76- uses : github/codeql-action/upload-sarif@a8d1ac45b9a34d11fe398d5503176af0d06b303e # v3.30.7
76+ uses : github/codeql-action/upload-sarif@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
7777 with :
7878 sarif_file : results.sarif
Original file line number Diff line number Diff line change 1212 - name : Check out code into the Go module directory
1313 uses : actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
1414 - name : Set up Go 1.x
15- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
15+ uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c
1616 with :
1717 go-version-file : go.mod
1818 - name : Test
You can’t perform that action at this time.
0 commit comments