File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44
44
echo "PACKAGE_FILE=mongodb-${PACKAGE_VERSION}.tgz" >> "$GITHUB_ENV"
45
45
46
46
- name : " Create detached signature for PECL package"
47
- uses : mongodb-labs/drivers-github-tools/garasign/gpg-sign@main
47
+ uses : mongodb-labs/drivers-github-tools/garasign/gpg-sign@v1
48
48
with :
49
49
filenames : ${{ env.PACKAGE_FILE }}
50
50
garasign_username : ${{ secrets.GRS_CONFIG_USER1_USERNAME }}
@@ -146,7 +146,7 @@ jobs:
146
146
php_mongodb.pdb
147
147
148
148
- name : " Create detached DLL signature"
149
- uses : mongodb-labs/drivers-github-tools/garasign/gpg-sign@main
149
+ uses : mongodb-labs/drivers-github-tools/garasign/gpg-sign@v1
150
150
with :
151
151
filenames : php_mongodb.dll
152
152
garasign_username : ${{ secrets.GRS_CONFIG_USER1_USERNAME }}
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106
106
# our tag and creates the release tag. This is run inside the container in
107
107
# order to create signed git artifacts
108
108
- name : " Create package commit and release tag"
109
- uses : mongodb-labs/drivers-github-tools/garasign/git-sign@main
109
+ uses : mongodb-labs/drivers-github-tools/garasign/git-sign@v1
110
110
with :
111
111
command : " $(pwd)/.github/workflows/commit-and-tag.sh ${{ env.PACKAGE_VERSION }} ${{ vars.GPG_KEY_ID }} tag-message"
112
112
garasign_username : ${{ secrets.GRS_CONFIG_USER1_USERNAME }}
@@ -121,7 +121,7 @@ jobs:
121
121
122
122
# Create a signed "back to -dev" commit, again inside the container
123
123
- name : " Create dev commit"
124
- uses : mongodb-labs/drivers-github-tools/garasign/git-sign@main
124
+ uses : mongodb-labs/drivers-github-tools/garasign/git-sign@v1
125
125
with :
126
126
# Setup can be skipped as it was already done before
127
127
skip_setup : true
You can’t perform that action at this time.
0 commit comments