We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f4fbf4 commit a41ede6Copy full SHA for a41ede6
.github/workflows/ci.yml
@@ -97,6 +97,8 @@ jobs:
97
if: startsWith(github.ref, 'refs/heads/main')
98
needs: themis
99
steps:
100
+ - name: checkout
101
+ uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
102
- name: download artifacts
103
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
104
with:
0 commit comments