File tree Expand file tree Collapse file tree 4 files changed +14
-14
lines changed Expand file tree Collapse file tree 4 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout
12- uses : actions/checkout@v4
12+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
1313
1414 - name : Batch changes
15- uses : miniscruff/changie-action@v2
15+ uses : miniscruff/changie-action@6dcc2533cac0495148ed4046c438487e4dceaa23 # v2
1616 with :
1717 version : latest
1818 args : batch auto
1919
2020 - name : Merge changes
21- uses : miniscruff/changie-action@v2
21+ uses : miniscruff/changie-action@6dcc2533cac0495148ed4046c438487e4dceaa23 # v2
2222 with :
2323 version : latest
2424 args : merge
2525
2626 - name : Get the latest version
2727 id : latest
28- uses : miniscruff/changie-action@v2
28+ uses : miniscruff/changie-action@6dcc2533cac0495148ed4046c438487e4dceaa23 # v2
2929 with :
3030 version : latest
3131 args : latest
3232
3333 - name : Create Pull Request
34- uses : peter-evans/create-pull-request@v6
34+ uses : peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6
3535 with :
3636 title : Release ${{ steps.latest.outputs.output }}
3737 branch : release/${{ steps.latest.outputs.output }}
Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ jobs:
1111 runs-on : ubuntu-latest
1212
1313 steps :
14- - uses : actions/checkout@v5
14+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1515 with :
1616 repository : neo-technology/whitelist-check
1717 token : ${{ secrets.TEAM_GRAPHQL_PERSONAL_ACCESS_TOKEN }}
18- - uses : actions/setup-python@v5
18+ - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
1919 with :
2020 python-version : 3
2121 - name : Install dependencies
Original file line number Diff line number Diff line change 99 release :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
1313
1414 - name : Set up Go
15- uses : actions/setup-go@v5
15+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
1616 with :
1717 go-version : " stable"
1818
1919 - name : Get the latest version
2020 id : latest
21- uses : miniscruff/changie-action@v2
21+ uses : miniscruff/changie-action@6dcc2533cac0495148ed4046c438487e4dceaa23 # v2
2222 with :
2323 version : latest
2424 args : latest
2929 echo RELEASE_NOTES_PATH=.changes/${{ steps.latest.outputs.output }}.md >> $GITHUB_ENV
3030
3131 - name : Run GoReleaser
32- uses :
goreleaser/[email protected] 32+ uses : goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0
3333 with :
3434 version : latest
3535 args : --clean --release-notes=${{ env.RELEASE_NOTES_PATH }} --skip=validate --verbose
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
1717 os : [ubuntu-latest, windows-latest, macos-latest]
1818 runs-on : ${{ matrix.os }}
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
2121
2222 - name : Set up Go
23- uses : actions/setup-go@v5
23+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
2424 with :
2525 go-version : " stable"
2626
3636 - name : fmt
3737 run : go fmt ./...
3838
39- -
uses :
dominikh/[email protected] 39+ - uses : dominikh/staticcheck-action@fe1dd0c3658873b46f8c9bb3291096a617310ca6 # v1.3.1
4040 with :
4141 install-go : false
You can’t perform that action at this time.
0 commit comments