File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Intended to be used with a Certum code signing certificate.
1616
1717``` yaml
1818 - name : Run the action for a single file
19- uses : toitlang/action-sign-server@c0ddf849f5d30d53189381ea35daec08b1457e0d # v1.0.4
19+ uses : toitlang/action-sign-server@16ae3053b2ecf4a51fb6c9c4372c0578ddd601ed # v1.0.5
2020 with :
2121 uri : ${{ vars.SIGNING_URI }}
2222 password : ${{ secrets.SIGNING_PASSWORD }}
@@ -27,7 +27,7 @@ Intended to be used with a Certum code signing certificate.
2727
2828` ` ` yaml
2929 - name : Run the action for a multiple files
30- uses : toitlang/action-sign-server@c0ddf849f5d30d53189381ea35daec08b1457e0d # v1.0.4
30+ uses : toitlang/action-sign-server@16ae3053b2ecf4a51fb6c9c4372c0578ddd601ed # v1.0.5
3131 with :
3232 uri : ${{ vars.SIGNING_URI }}
3333 password : ${{ secrets.SIGNING_PASSWORD }}
@@ -43,7 +43,7 @@ will be signed. Additional paths can be added to the list.
4343
4444` ` ` yaml
4545 - name : Run the action for all exe files in a folder
46- uses : toitlang/action-sign-server@c0ddf849f5d30d53189381ea35daec08b1457e0d # v1.0.4
46+ uses : toitlang/action-sign-server@16ae3053b2ecf4a51fb6c9c4372c0578ddd601ed # v1.0.5
4747 with :
4848 uri : ${{ vars.SIGNING_URI }}
4949 password : ${{ secrets.SIGNING_PASSWORD }}
You can’t perform that action at this time.
0 commit comments