We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47df9ae commit c579402Copy full SHA for c579402
1 file changed
.github/actions/dfetch-action.yml .github/actions/dfetch-action/action.yml.github/actions/dfetch-action.yml renamed to .github/actions/dfetch-action/action.yml
@@ -1,11 +1,12 @@
1
-
2
# Dfetch SARIF Check Action
3
# =========================
4
#
5
# This action installs dfetch, runs `dfetch check --sarif`, and uploads the SARIF file for code scanning.
6
7
# ## Usage Example
8
+# > **Note:** You must use `actions/checkout@v4` before this action to ensure your repository is available.
9
+#
10
# ```yaml
11
# jobs:
12
# dfetch-scan:
0 commit comments