Skip to content

Commit d08c640

Browse files
ci(github-action): update action github/codeql-action ( v4.33.0 ➔ v4.34.1 ) (#627)
| datasource | package | from | to | | ----------- | -------------------- | ------- | ------- | | github-tags | github/codeql-action | v4.33.0 | v4.34.1 | Co-authored-by: mortyops[bot] <224312435+mortyops[bot]@users.noreply.github.com>
1 parent a1ea817 commit d08c640

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ jobs:
4646

4747
- name: Initialize CodeQL
4848
id: initialize
49-
uses: github/codeql-action/init@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0
49+
uses: github/codeql-action/init@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
5050
with:
5151
languages: ${{ matrix.language }}
5252
build-mode: ${{ matrix.build-mode }}
5353
source-root: ${{ matrix.source-root }}
5454

5555
- name: Perform CodeQL Analysis
5656
id: analyze
57-
uses: github/codeql-action/analyze@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0
57+
uses: github/codeql-action/analyze@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
5858
with:
5959
category: '/language:${{matrix.language}}'

0 commit comments

Comments
 (0)