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 4444 echo "PACKAGE_FILE=mongodb-${PACKAGE_VERSION}.tgz" >> "$GITHUB_ENV"
4545
4646 - 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
4848 with :
4949 filenames : ${{ env.PACKAGE_FILE }}
5050 garasign_username : ${{ secrets.GRS_CONFIG_USER1_USERNAME }}
@@ -146,7 +146,7 @@ jobs:
146146 php_mongodb.pdb
147147
148148 - 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
150150 with :
151151 filenames : php_mongodb.dll
152152 garasign_username : ${{ secrets.GRS_CONFIG_USER1_USERNAME }}
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106106 # our tag and creates the release tag. This is run inside the container in
107107 # order to create signed git artifacts
108108 - 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
110110 with :
111111 command : " $(pwd)/.github/workflows/commit-and-tag.sh ${{ env.PACKAGE_VERSION }} ${{ vars.GPG_KEY_ID }} tag-message"
112112 garasign_username : ${{ secrets.GRS_CONFIG_USER1_USERNAME }}
@@ -121,7 +121,7 @@ jobs:
121121
122122 # Create a signed "back to -dev" commit, again inside the container
123123 - 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
125125 with :
126126 # Setup can be skipped as it was already done before
127127 skip_setup : true
You can’t perform that action at this time.
0 commit comments