Skip to content

Commit 4ddd909

Browse files
committed
add pipeline fixes
1 parent 5e4a63e commit 4ddd909

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
# If this step fails, then you should remove it and run the build manually (see below)
6363
- name: Autobuild
6464
if: ${{ matrix.language != 'java' }}
65-
uses: github/codeql-action/autobuild@v3
65+
uses: github/codeql-action/autobuild@v4
6666

6767
# ℹ️ Command-line programs to run using the OS shell.
6868
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun

.github/workflows/typos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ jobs:
3939
- name: Use custom config file
4040
uses: crate-ci/typos@v1.36.2
4141
with:
42-
config: .github/_typos.toml
42+
config: .github/workflows/_typos.toml
4343
write_changes: false

0 commit comments

Comments
 (0)