Skip to content

Commit c20fe97

Browse files
authored
Merge pull request #5 from z-shell/dependabot/github_actions/github/codeql-action-3
build(deps): bump github/codeql-action from 2 to 3
2 parents 3299793 + eea7d2c commit c20fe97

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ jobs:
2222
- name: ⤵️ Check out code from GitHub
2323
uses: actions/checkout@v4
2424
- name: 🏗 Initialize CodeQL
25-
uses: github/codeql-action/init@v2
25+
uses: github/codeql-action/init@v3
2626
- name: 🏗 Dependencies
2727
run: sudo apt-get update && sudo apt-get install zsh -yq
2828
- name: 🏗 Configure
2929
run: |
3030
CPPFLAGS="$cppf" CFLAGS="$cf${macro:+ $macro}" LDFLAGS="$ldf" ./module/configure --enable-gdbm --without-tcsetpgrp ${=cfgopts}
3131
shell: zsh {0}
3232
- name: 🏗 Autobuild
33-
uses: github/codeql-action/autobuild@v2
33+
uses: github/codeql-action/autobuild@v3
3434
- name: 🚀 Perform CodeQL Analysis
35-
uses: github/codeql-action/analyze@v2
35+
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)