Skip to content

Commit d7fa64d

Browse files
authored
Merge pull request #3683 from dev-hato/Goryudyuma-patch-1
codeqlのversionを変更
2 parents 3689876 + 517fd17 commit d7fa64d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
cache: pipenv
5151
# Initializes the CodeQL tools for scanning.
5252
- name: Initialize CodeQL
53-
uses: github/codeql-action/init@4075abfb065d705660b25161b8db80d9181f0f9a # codeql-bundle-v2.16.1
53+
uses: github/codeql-action/init@e675ced7a7522a761fc9c8eb26682c8b27c42b2b # v3.24.1
5454
with:
5555
languages: ${{ matrix.language }}
5656
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -62,7 +62,7 @@ jobs:
6262
# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
6363
# queries: security-extended,security-and-quality
6464

65-
uses: github/codeql-action/autobuild@4075abfb065d705660b25161b8db80d9181f0f9a # codeql-bundle-v2.16.1
65+
uses: github/codeql-action/autobuild@e675ced7a7522a761fc9c8eb26682c8b27c42b2b # v3.24.1
6666
# - run: |
6767
# echo "Run, Build Application using script"
6868
# ./location_of_script_within_repo/buildscript.sh
@@ -72,7 +72,7 @@ jobs:
7272

7373
# If the Autobuild fails above, remove it and uncomment the following three lines.
7474
# modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.
75-
uses: github/codeql-action/analyze@4075abfb065d705660b25161b8db80d9181f0f9a # codeql-bundle-v2.16.1
75+
uses: github/codeql-action/analyze@e675ced7a7522a761fc9c8eb26682c8b27c42b2b # v3.24.1
7676
with:
7777
category: "/language:${{matrix.language}}"
7878
concurrency:

0 commit comments

Comments
 (0)