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 4242 run : if [ "${{ github.event_name }}" = "release" ]; then echo ::set-output name=name::; else echo ::set-output name=name::-dev; fi
4343
4444 - id : string
45- uses : ASzc/change-string-case-action@v2
45+ uses : ASzc/change-string-case-action@bafc781cc39d14efd3aaa6cd793c6b5f9f94d86a # v2
4646 with :
4747 string : ${{ github.repository }}
4848
Original file line number Diff line number Diff line change 2828 version : 1.0
2929
3030 - name : Setup Golang
31- uses : actions/setup-go@v3
31+ uses : actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3
3232 with :
3333 go-version : ' 1.20'
3434
Original file line number Diff line number Diff line change 55 generate :
66 runs-on : ubuntu-latest
77 steps :
8- - uses : actions/checkout@v3
8+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
99 - name : Installing Node.js v16
10- uses : actions/setup-node@v3
10+ uses : actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3
1111 with :
1212 node-version : ' 16'
1313 registry-url : ' https://registry.npmjs.org/'
Original file line number Diff line number Diff line change 55 generate :
66 runs-on : ubuntu-latest
77 steps :
8- - uses : actions/checkout@v3
8+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
99 - name : Installing Node.js v16
10- uses : actions/setup-node@v3
10+ uses : actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3
1111 with :
1212 node-version : ' 16'
1313 registry-url : ' https://registry.npmjs.org/'
You can’t perform that action at this time.
0 commit comments