@@ -22,32 +22,32 @@ jobs:
22
22
fail-fast : false
23
23
matrix :
24
24
include :
25
- - language : javascript-typescript
26
- build-mode : none
27
- - language : python
28
- build-mode : none
25
+ - language : javascript-typescript
26
+ build-mode : none
27
+ - language : python
28
+ build-mode : none
29
29
steps :
30
- - name : Checkout repository
31
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
30
+ - name : Checkout repository
31
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
32
32
33
- # Initializes the CodeQL tools for scanning.
34
- - name : Initialize CodeQL
35
- uses : github/codeql-action/init@b611370bb5703a7efb587f9d136a52ea24c5c38c
36
- with :
37
- languages : ${{ matrix.language }}
38
- build-mode : ${{ matrix.build-mode }}
39
-
40
- - if : matrix.build-mode == 'manual'
41
- shell : bash
42
- run : |
43
- echo 'If you are using a "manual" build mode for one or more of the' \
44
- 'languages you are analyzing, replace this with the commands to build' \
45
- 'your code, for example:'
46
- echo ' make bootstrap'
47
- echo ' make release'
48
- exit 1
33
+ # Initializes the CodeQL tools for scanning.
34
+ - name : Initialize CodeQL
35
+ uses : github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
36
+ with :
37
+ languages : ${{ matrix.language }}
38
+ build-mode : ${{ matrix.build-mode }}
49
39
50
- - name : Perform CodeQL Analysis
51
- uses : github/codeql-action/analyze@b611370bb5703a7efb587f9d136a52ea24c5c38c
52
- with :
53
- category : " /language:${{matrix.language}}"
40
+ - if : matrix.build-mode == 'manual'
41
+ shell : bash
42
+ run : |
43
+ echo 'If you are using a "manual" build mode for one or more of the' \
44
+ 'languages you are analyzing, replace this with the commands to build' \
45
+ 'your code, for example:'
46
+ echo ' make bootstrap'
47
+ echo ' make release'
48
+ exit 1
49
+
50
+ - name : Perform CodeQL Analysis
51
+ uses : github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
52
+ with :
53
+ category : " /language:${{matrix.language}}"
0 commit comments