Skip to content

Commit

Permalink
Merge pull request #39 from z-shell/dependabot/github_actions/github/…
Browse files Browse the repository at this point in the history
…codeql-action-3.25.8

build(deps): bump github/codeql-action from 2.13.4 to 3.25.8
  • Loading branch information
ss-o authored Jul 12, 2024
2 parents fe20961 + 395235d commit 8efc3ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
- name: 🏗 Initialize CodeQL
uses: github/codeql-action/init@cdcdbb579706841c47f7063dda365e292e5cad7a
uses: github/codeql-action/init@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff
- run: |
INSTALL_PATH="/usr/local"
export PATH=$INSTALL_PATH/bin:"$PATH"
Expand All @@ -32,4 +32,4 @@ jobs:
CFLAGS="-g -Wall -O3" ./configure --disable-gdbm --without-tcsetpgrp --quiet
make
- name: 🚀 Perform CodeQL Analysis
uses: github/codeql-action/analyze@cdcdbb579706841c47f7063dda365e292e5cad7a
uses: github/codeql-action/analyze@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff

0 comments on commit 8efc3ca

Please sign in to comment.