File tree Expand file tree Collapse file tree 4 files changed +50
-50
lines changed Expand file tree Collapse file tree 4 files changed +50
-50
lines changed Original file line number Diff line number Diff line change @@ -29,12 +29,12 @@ jobs:
29
29
30
30
# Initializes the CodeQL tools for scanning.
31
31
- name : Initialize CodeQL
32
- uses : github/codeql-action/init@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
32
+ uses : github/codeql-action/init@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
33
33
with :
34
34
languages : ${{ matrix.language }}
35
35
queries : security-extended,security-and-quality
36
36
37
37
- name : Perform CodeQL Analysis
38
- uses : github/codeql-action/analyze@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
38
+ uses : github/codeql-action/analyze@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
39
39
with :
40
40
category : ' /language:${{matrix.language}}'
Original file line number Diff line number Diff line change 16
16
env :
17
17
SEMGREP_APP_TOKEN : ${{ secrets.SEMGREP_APP_TOKEN }}
18
18
container :
19
- image : returntocorp/semgrep@sha256:3947ff700c40fdad4d9431875d649279f162eeb3b6b7a16ba7ba911b4a88358f # latest
19
+ image : returntocorp/semgrep@sha256:8f85dbfb5d38592d0b916caac855cf18facba40674988caf763d52b9fe916694 # latest
20
20
steps :
21
21
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
22
22
- run : semgrep ci
Original file line number Diff line number Diff line change 34
34
"@types/console-log-level" : " 1.4.5" ,
35
35
"@types/gulp" : " 4.0.17" ,
36
36
"@types/js-yaml" : " 4.0.9" ,
37
- "@types/node" : " 22.15.30 " ,
37
+ "@types/node" : " 22.15.31 " ,
38
38
"@yarnpkg/shell" : " 4.1.3" ,
39
39
"autoprefixer" : " 10.4.21" ,
40
40
"bootstrap" : " 5.3.6" ,
104
104
"retext-syntax-urls" : " 4.0.0" ,
105
105
"strip-comments" : " 2.0.1" ,
106
106
"stylelint" : " 16.20.0" ,
107
- "stylelint-config-recess-order" : " 6.0 .0" ,
107
+ "stylelint-config-recess-order" : " 6.1 .0" ,
108
108
"stylelint-config-standard-scss" : " 14.0.0" ,
109
- "tsx" : " 4.19.4 " ,
109
+ "tsx" : " 4.20.3 " ,
110
110
"typescript" : " 5.8.3" ,
111
111
"unified" : " 11.0.5" ,
112
112
"vnu-jar" : " 24.10.17" ,
113
- "zod" : " 3.25.56 " ,
114
- "zod-validation-error" : " 3.4.1 "
113
+ "zod" : " 3.25.64 " ,
114
+ "zod-validation-error" : " 3.5.0 "
115
115
}
116
116
}
You can’t perform that action at this time.
0 commit comments