File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ jobs:
1616 app_name : ${{ env.APP_NAME }}
1717 steps :
1818 - id : shortsha
19- uses : metal-toolbox/ci-toolbox/actions/short-sha@init
19+ uses : metal-toolbox/ci-toolbox/actions/short-sha@v0.0.1
2020
2121 lint :
2222 name : 📎 lint
2323 runs-on : ubuntu-latest
2424 steps :
25- - uses : metal-toolbox/ci-toolbox/actions/golangci-lint@init
25+ - uses : metal-toolbox/ci-toolbox/actions/golangci-lint@v0.0.1
2626
2727 test :
2828 name : 🧪 test
5656 CGO_ENABLED : 0
5757 GOOS : linux
5858 steps :
59- - uses : metal-toolbox/ci-toolbox/actions/setup-go@init
59+ - uses : metal-toolbox/ci-toolbox/actions/setup-go@v0.0.1
6060 - name : build
6161 run : go build -buildvcs=false -mod=mod -a -o bin/${{ env.APP_NAME }}
6262 - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
7777 contents : write
7878 id-token : write
7979 packages : write
80- uses : metal-toolbox/ci-toolbox/.github/workflows/build-docker.yaml@init
80+ uses : metal-toolbox/ci-toolbox/.github/workflows/build-docker.yaml@v0.0.1
8181 with :
8282 artifact-name : ${{ needs.build-go.outputs.artifact-name }}
8383 artifact-path : bin
9696 permissions :
9797 contents : read
9898 security-events : write
99- uses : metal-toolbox/ci-toolbox/.github/workflows/trivy.yaml@init
99+ uses : metal-toolbox/ci-toolbox/.github/workflows/trivy.yaml@v0.0.1
100100 with :
101101 scan-type : image
102102 image-ref : ${{ needs.setup.outputs.image_repo }}:${{ needs.setup.outputs.image_tag }}
You can’t perform that action at this time.
0 commit comments