mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-28 04:19:41 -08:00
chore(deps): bump github/codeql-action
Bumps [github/codeql-action](https://github.com/github/codeql-action) from fd4dc5bf31bec2a626bf9a89113359953a1fba43 to 2.1.24. This release includes the previously tagged commit.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](fd4dc5bf31...904260d7d9
)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
52dae0bf2c
commit
000ef40009
6
.github/workflows/codeql.yml
vendored
6
.github/workflows/codeql.yml
vendored
|
@ -26,10 +26,10 @@ jobs:
|
|||
- name: Checkout code
|
||||
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@fd4dc5bf31bec2a626bf9a89113359953a1fba43
|
||||
uses: github/codeql-action/init@904260d7d935dff982205cbdb42025ce30b7a34f
|
||||
with:
|
||||
languages: go
|
||||
- name: Autobuild
|
||||
uses: github/codeql-action/autobuild@fd4dc5bf31bec2a626bf9a89113359953a1fba43
|
||||
uses: github/codeql-action/autobuild@904260d7d935dff982205cbdb42025ce30b7a34f
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@fd4dc5bf31bec2a626bf9a89113359953a1fba43
|
||||
uses: github/codeql-action/analyze@904260d7d935dff982205cbdb42025ce30b7a34f
|
||||
|
|
Loading…
Reference in a new issue