Skip to content

Commit 8e59040

Browse files
chore(deps): bump github/codeql-action from 4.36.1 to 4.36.2 (#5)
1 parent 6c95393 commit 8e59040

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
# Initializes the CodeQL tools for scanning.
6060
- name: Initialize CodeQL
61-
uses: github/codeql-action/init@87557b9c84dde89fdd9b10e88954ac2f4248e463
61+
uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e
6262
with:
6363
languages: ${{ matrix.language }}
6464
build-mode: ${{ matrix.build-mode }}
@@ -73,7 +73,7 @@ jobs:
7373
# If this step fails, then you should remove it and run the build manually (see below)
7474
- name: Autobuild
7575
if: matrix.build-mode == 'autobuild'
76-
uses: github/codeql-action/autobuild@87557b9c84dde89fdd9b10e88954ac2f4248e463
76+
uses: github/codeql-action/autobuild@8aad20d150bbac5944a9f9d289da16a4b0d87c1e
7777

7878
# If the analyze step fails for one of the languages you are analyzing with
7979
# "We were unable to automatically build your code", modify the matrix above
@@ -93,6 +93,6 @@ jobs:
9393
# exit 1
9494

9595
- name: Perform CodeQL Analysis
96-
uses: github/codeql-action/analyze@87557b9c84dde89fdd9b10e88954ac2f4248e463
96+
uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e
9797
with:
9898
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)