Skip to content

Commit 7b7c552

Browse files
authored
Bump github/codeql-action from 4.31.9 to 4.35.1 in /.github/workflows (11ty#4256)
2 parents ae2f719 + 1e8ca64 commit 7b7c552

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
@@ -62,7 +62,7 @@ jobs:
6262

6363
# Initializes the CodeQL tools for scanning.
6464
- name: Initialize CodeQL
65-
uses: github/codeql-action/init@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 #4.31.9
65+
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 #4.35.1
6666
with:
6767
languages: ${{ matrix.language }}
6868
build-mode: ${{ matrix.build-mode }}
@@ -90,6 +90,6 @@ jobs:
9090
exit 1
9191
9292
- name: Perform CodeQL Analysis
93-
uses: github/codeql-action/analyze@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 #4.31.9
93+
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 #4.35.1
9494
with:
9595
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)