We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aaa85a commit 695b998Copy full SHA for 695b998
1 file changed
.github/workflows/style.yaml
@@ -4,6 +4,7 @@
4
name: Code Style
5
6
env:
7
+ GO_RELEASE: "go-1.26"
8
YARA_X_RELEASE: "v1.13.0"
9
10
permissions: {}
@@ -146,7 +147,7 @@ jobs:
146
147
- name: Install dependencies
148
run: |
149
apk update
- apk add curl findutils git go-1.26 nodejs yara-x~1.13.0
150
+ apk add curl findutils git ${{ env.GO_RELEASE }} nodejs yara-x~${{ env.YARA_X_RELEASE }}
151
152
- name: Checkout code
153
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
0 commit comments