mirror of
https://github.com/mikefarah/yq.git
synced 2026-08-29 11:34:54 +08:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
93ccb10657 | ||
|
|
8b5af0694b |
@@ -69,4 +69,4 @@ jobs:
|
||||
# make release
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
|
||||
uses: github/codeql-action/analyze@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4.37.8
|
||||
|
||||
+1
-1
@@ -17,7 +17,7 @@ func TestFormatStringFromFilename(t *testing.T) {
|
||||
{"FILE.JSON", "json"},
|
||||
{"file.properties", "properties"},
|
||||
{"file.xml", "xml"},
|
||||
{"file.unknown", "unknown"},
|
||||
{"file.unknown", "yaml"},
|
||||
|
||||
// filenames without extensions
|
||||
{"file", "yaml"},
|
||||
|
||||
Reference in New Issue
Block a user