Skip to content

Commit

Permalink
build(deps): bump github/codeql-action from 2.2.8 to 2.2.11
Browse files Browse the repository at this point in the history
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.2.8 to 2.2.11.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@67a35a0...d186a2a)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 7, 2023
1 parent 8d48a3a commit 37d77e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # tag=v3.5.0
- name: Initialize CodeQL
uses: github/codeql-action/init@67a35a08586135a9573f4327e904ecbf517a882d # tag=v2.11.2
uses: github/codeql-action/init@d186a2a36cc67bfa1b860e6170d37fb9634742c7 # tag=v2.11.2
with:
languages: "go"
- name: Run Autobuild
uses: github/codeql-action/autobuild@67a35a08586135a9573f4327e904ecbf517a882d # tag=v2.11.2
uses: github/codeql-action/autobuild@d186a2a36cc67bfa1b860e6170d37fb9634742c7 # tag=v2.11.2
- name: Perform Analysis
uses: github/codeql-action/analyze@67a35a08586135a9573f4327e904ecbf517a882d # tag=v2.11.2
uses: github/codeql-action/analyze@d186a2a36cc67bfa1b860e6170d37fb9634742c7 # tag=v2.11.2

0 comments on commit 37d77e4

Please sign in to comment.