Skip to content

Commit 9de3de4

Browse files
authored
CI CodeQL: Actionsのバージョン固定 (#2185)
1 parent ca60889 commit 9de3de4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
4242
steps:
4343
- name: Checkout repository
44-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
44+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
4545
with:
4646
persist-credentials: false
4747
# Initializes the CodeQL tools for scanning.

0 commit comments

Comments
 (0)