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 e5d12b3Copy full SHA for e5d12b3
.github/workflows/ci.yml
@@ -76,6 +76,8 @@ jobs:
76
runs-on: ubuntu-latest
77
needs: themis
78
steps:
79
+ - name: checkout
80
+ uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
81
- name: download artifacts
82
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
83
with:
@@ -97,6 +99,8 @@ jobs:
97
99
if: startsWith(github.ref, 'refs/heads/main')
98
100
101
102
103
104
105
106
0 commit comments