Skip to content

Commit

Permalink
Bump github/codeql-action from 2.2.9 to 2.3.0
Browse files Browse the repository at this point in the history
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.2.9 to 2.3.0.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@04df126...b2c19fb)

---
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>
  • Loading branch information
dependabot[bot] authored and sethmlarson committed Apr 24, 2023
1 parent 4c4451b commit 3007816
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
uses: "actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3"

- name: "Run CodeQL init"
uses: "github/codeql-action/init@04df1262e6247151b5ac09cd2c303ac36ad3f62b"
uses: "github/codeql-action/init@b2c19fb9a2a485599ccf4ed5d65527d94bc57226"
with:
config-file: "./.github/codeql.yml"
languages: "python"

- name: "Run CodeQL autobuild"
uses: "github/codeql-action/autobuild@04df1262e6247151b5ac09cd2c303ac36ad3f62b"
uses: "github/codeql-action/autobuild@b2c19fb9a2a485599ccf4ed5d65527d94bc57226"

- name: "Run CodeQL analyze"
uses: "github/codeql-action/analyze@04df1262e6247151b5ac09cd2c303ac36ad3f62b"
uses: "github/codeql-action/analyze@b2c19fb9a2a485599ccf4ed5d65527d94bc57226"

0 comments on commit 3007816

Please sign in to comment.