File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+ - package-ecosystem : " github-actions"
4+ directory : " /"
5+ schedule :
6+ interval : " weekly"
7+ cooldown :
8+ default-days : 7
Original file line number Diff line number Diff line change @@ -37,11 +37,11 @@ jobs:
3737 build-mode : manual
3838 steps :
3939 - name : Checkout repository
40- uses : actions/checkout@v4
40+ uses : actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
4141
4242 # Initializes the CodeQL tools for scanning.
4343 - name : Initialize CodeQL
44- uses : github/codeql-action/init@v4
44+ uses : github/codeql-action/init@b96794f015dfd88f77b49b1c93e0fa7110f94c63 # v4.38.0
4545 with :
4646 languages : ${{ matrix.language }}
4747 build-mode : ${{ matrix.build-mode }}
7070 CODE_SIGNING_ALLOWED="NO"
7171
7272 - name : Perform CodeQL Analysis
73- uses : github/codeql-action/analyze@v4
73+ uses : github/codeql-action/analyze@b96794f015dfd88f77b49b1c93e0fa7110f94c63 # v4.38.0
7474 with :
7575 category : " /language:${{matrix.language}}"
You can’t perform that action at this time.
0 commit comments