Skip to content

Commit

Permalink
Bump github/codeql-action in the actions-minor group
Browse files Browse the repository at this point in the history
Bumps the actions-minor group with 1 update: [github/codeql-action](https://github.com/github/codeql-action).


Updates `github/codeql-action` from 3.26.6 to 3.26.7
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@4dd1613...8214744)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent 8a9258b commit 95b75a2
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 @@ -55,7 +55,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@4dd16135b69a43b6c8efb853346f8437d92d3c93 # github/codeql-action/init@v3
uses: github/codeql-action/init@8214744c546c1e5c8f03dde8fab3a7353211988d # github/codeql-action/init@v3
with:
config-file: ./.github/codeql/codeql-config.yml
languages: ${{ matrix.language }}
Expand Down Expand Up @@ -83,6 +83,6 @@ jobs:
# exit 1

- name: Perform CodeQL Analysis
uses: github/codeql-action/init@4dd16135b69a43b6c8efb853346f8437d92d3c93 # github/codeql-action/init@v3
uses: github/codeql-action/init@8214744c546c1e5c8f03dde8fab3a7353211988d # github/codeql-action/init@v3
with:
category: '/language:${{matrix.language}}'

0 comments on commit 95b75a2

Please sign in to comment.