Skip to content

Commit e2e0437

Browse files
chore(deps): update github/codeql-action action to v4.32.4 (#383)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c31461f commit e2e0437

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rhiza_codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595

9696
# Initializes the CodeQL tools for scanning.
9797
- name: Initialize CodeQL
98-
uses: github/codeql-action/init@v4.32.3
98+
uses: github/codeql-action/init@v4.32.4
9999
with:
100100
languages: ${{ matrix.language }}
101101
build-mode: ${{ matrix.build-mode }}
@@ -124,6 +124,6 @@ jobs:
124124
exit 1
125125
126126
- name: Perform CodeQL Analysis
127-
uses: github/codeql-action/analyze@v4.32.3
127+
uses: github/codeql-action/analyze@v4.32.4
128128
with:
129129
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)