Skip to content

Commit 0f665eb

Browse files
chore(deps): update github/codeql-action action to v4.32.6
1 parent 0c2c567 commit 0f665eb

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.4
98+
uses: github/codeql-action/init@v4.32.6
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.4
127+
uses: github/codeql-action/analyze@v4.32.6
128128
with:
129129
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)