Skip to content

Commit 65a49ad

Browse files
build(deps): bump github/codeql-action from 2 to 3
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v2...v3) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4b58b02 commit 65a49ad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/codeql.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
9191
# Initializes the CodeQL tools for scanning.
9292
- name: Initialize CodeQL
93-
uses: github/codeql-action/init@v2
93+
uses: github/codeql-action/init@v3
9494
with:
9595
languages: ${{ matrix.language }}
9696
setup-python-dependencies: true
@@ -152,12 +152,12 @@ jobs:
152152
# ./fbt
153153
# uses: github/codeql-action/autobuild@v2
154154
- name: Resolve CodeQL Build Env
155-
uses: github/codeql-action/resolve-environment@v2
155+
uses: github/codeql-action/resolve-environment@v3
156156
with:
157157
language: ${{ matrix.language }}
158158

159159
- name: Perform CodeQL Analysis
160-
uses: github/codeql-action/analyze@v2
160+
uses: github/codeql-action/analyze@v3
161161
env:
162162
REF_NAME: ${{ env.REF_NAME }}
163163
CHECKOUT_PATH: ${{ env.OFW_PATH }}
@@ -174,7 +174,7 @@ jobs:
174174
checkout_path: "${{ github.workspace }}/${{ env.CHECKOUT_PATH }}"
175175

176176
- name: Upload CodeQL SARIF
177-
uses: github/codeql-action/upload-sarif@v2
177+
uses: github/codeql-action/upload-sarif@v3
178178
env:
179179
REF_NAME: ${{ env.REF_NAME }}
180180
CHECKOUT_PATH: ${{ env.OFW_PATH }}

0 commit comments

Comments
 (0)