File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -76,10 +76,10 @@ jobs:
76
76
python-version : ' 3.11'
77
77
78
78
- name : Set up Docker Buildx
79
- uses : docker/setup-buildx-action@v3
79
+ uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3
80
80
81
81
- name : Login to GitHub Container Registry
82
- uses : docker/login-action@v3
82
+ uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
83
83
with :
84
84
registry : ghcr.io
85
85
username : ${{ github.actor }}
Original file line number Diff line number Diff line change 35
35
with :
36
36
submodules : recursive
37
37
38
- - uses : extractions/setup-just@v2
38
+ - uses : extractions/setup-just@dd310ad5a97d8e7b41793f8ef055398d51ad4de6 # v2
39
39
40
40
# Perform a release in dry-run mode.
41
41
- run : just release-dry-run ${{ secrets.GITHUB_TOKEN }} ${{ github.event.inputs.sha }} ${{ github.event.inputs.tag }}
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109
109
fetch-depth : 0
110
110
111
111
- name : Install Cygwin Environment
112
- uses : cygwin/cygwin-install-action@49f298a7ebb00d4b3ddf58000c3e78eff5fbd6b9
112
+ uses : cygwin/cygwin-install-action@49f298a7ebb00d4b3ddf58000c3e78eff5fbd6b9 # v2
113
113
with :
114
114
packages : autoconf automake libtool
115
115
You can’t perform that action at this time.
0 commit comments