Skip to content

Commit

Permalink
Merge pull request #9 from cooljeanius/dependabot/github_actions/gith…
Browse files Browse the repository at this point in the history
…ub/codeql-action-3

Bump github/codeql-action from 2 to 3
  • Loading branch information
cooljeanius committed Dec 18, 2023
2 parents 5236c9c + 88d8a10 commit 3ed7eda
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand Down Expand Up @@ -165,6 +165,6 @@ jobs:
make -j"$(nproc)" syntax-check V=0 || ls .sc-start-sc_* || stat GNUmakefile || stat maint.mk; \
fi
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{matrix.language}}"
4 changes: 2 additions & 2 deletions .github/workflows/emacs-apple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
HOMEBREW_VERBOSE_USING_DOTS: 1
run: |
set -x
brew install make automake gettext texinfo gawk gdb coreutils gnu-sed gnu-which libstxxl rsync
brew install make automake gettext texinfo gawk coreutils gnu-sed gnu-which libstxxl rsync
if test "${{ matrix.compiler }}" = "gcc"; then \
brew install lcov libgccjit mingw-w64; \
elif test "${{ matrix.compiler }}" = "clang"; then \
brew install clang-build-analyzer clang-format compiledb emacs-clang-complete-async rtags; \
brew install clang-build-analyzer clang-format compiledb; \
elif test -n "${{ matrix.compiler }}"; then \
echo "Unknown compiler ${{ matrix.compiler }} may or may not need additional dependencies..."; \
else \
Expand Down

0 comments on commit 3ed7eda

Please sign in to comment.