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.
2 parents 7828116 + 5961774 commit ae3f3d0Copy full SHA for ae3f3d0
.github/workflows/ruby-build.yml
@@ -140,6 +140,7 @@ jobs:
140
path: |
141
${{ runner.temp }}/query-packs/*
142
retention-days: 1
143
+ include-hidden-files: true
144
145
package:
146
runs-on: ubuntu-latest
@@ -176,6 +177,7 @@ jobs:
176
177
name: codeql-ruby-pack
178
path: ruby/codeql-ruby.zip
179
180
181
- uses: actions/download-artifact@v3
182
with:
183
name: codeql-ruby-queries
@@ -193,6 +195,7 @@ jobs:
193
195
name: codeql-ruby-bundle
194
196
path: ruby/codeql-ruby-bundle.zip
197
198
199
200
test:
201
defaults:
0 commit comments