File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
99 - name : Installing Node.js v16
10- uses : actions/setup-node@v3
10+ uses : actions/setup-node@bea5baf987ba7aa777a8a0b4ace377a21c45c381 # 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@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
99 - name : Installing Node.js v16
10- uses : actions/setup-node@v3
10+ uses : actions/setup-node@bea5baf987ba7aa777a8a0b4ace377a21c45c381 # 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