Skip to content

Commit 5a3822e

Browse files
committed
fix(deps): update action versions in main workflow to v0.0.1
Signed-off-by: Bailin He <bahe@equinix.com>
1 parent 889dbd4 commit 5a3822e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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
@@ -56,7 +56,7 @@ jobs:
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
@@ -77,7 +77,7 @@ jobs:
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
@@ -96,7 +96,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)