Skip to content

Commit 784e26a

Browse files
build(deps): bump github/codeql-action from 3.25.8 to 3.26.6
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.8 to 3.26.6. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@2e230e8...4dd1613) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8efc3ca commit 784e26a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: ⤵️ Check out code from GitHub
2323
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
2424
- name: 🏗 Initialize CodeQL
25-
uses: github/codeql-action/init@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff
25+
uses: github/codeql-action/init@4dd16135b69a43b6c8efb853346f8437d92d3c93
2626
- run: |
2727
INSTALL_PATH="/usr/local"
2828
export PATH=$INSTALL_PATH/bin:"$PATH"
@@ -32,4 +32,4 @@ jobs:
3232
CFLAGS="-g -Wall -O3" ./configure --disable-gdbm --without-tcsetpgrp --quiet
3333
make
3434
- name: 🚀 Perform CodeQL Analysis
35-
uses: github/codeql-action/analyze@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff
35+
uses: github/codeql-action/analyze@4dd16135b69a43b6c8efb853346f8437d92d3c93

0 commit comments

Comments
 (0)