We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e4a63e commit 4ddd909Copy full SHA for 4ddd909
.github/workflows/codeql-analysis.yml
@@ -62,7 +62,7 @@ jobs:
62
# If this step fails, then you should remove it and run the build manually (see below)
63
- name: Autobuild
64
if: ${{ matrix.language != 'java' }}
65
- uses: github/codeql-action/autobuild@v3
+ uses: github/codeql-action/autobuild@v4
66
67
# ℹ️ Command-line programs to run using the OS shell.
68
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
.github/workflows/typos.yaml
@@ -39,5 +39,5 @@ jobs:
39
- name: Use custom config file
40
uses: crate-ci/typos@v1.36.2
41
with:
42
- config: .github/_typos.toml
+ config: .github/workflows/_typos.toml
43
write_changes: false
0 commit comments