We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 012023c commit abf8cf6Copy full SHA for abf8cf6
.github/workflows/jscrambler-code-integrity.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Jscrambler Code Integrity
37
id: jscrambler
38
# the complete list of inputs can be found here: https://github.com/marketplace/actions/jscrambler#inputs
39
- uses: jscrambler/code-integrity-actions/protect@ab65962a2ecffcc362b75a997e24a181d0bde5fb
+ uses: jscrambler/code-integrity-actions/protect@d6ecf49e5b63c14700981df86e474016b8769762
40
with:
41
application-id: ${{ secrets.JSCRAMBLER_APPLICATION_ID }} # This value should be created within your Jscrambler account
42
secret-key: ${{ secrets.JSCRAMBLER_SECRET_KEY }} # This value can be found in your Jscrambler account
0 commit comments