File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,12 +29,12 @@ jobs:
2929
3030 # Initializes the CodeQL tools for scanning.
3131 - name : Initialize CodeQL
32- uses : github/codeql-action/init@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
32+ uses : github/codeql-action/init@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
3333 with :
3434 languages : ${{ matrix.language }}
3535 queries : security-extended,security-and-quality
3636
3737 - name : Perform CodeQL Analysis
38- uses : github/codeql-action/analyze@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
38+ uses : github/codeql-action/analyze@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
3939 with :
4040 category : ' /language:${{matrix.language}}'
Original file line number Diff line number Diff line change 1616 env :
1717 SEMGREP_APP_TOKEN : ${{ secrets.SEMGREP_APP_TOKEN }}
1818 container :
19- image : returntocorp/semgrep@sha256:3947ff700c40fdad4d9431875d649279f162eeb3b6b7a16ba7ba911b4a88358f # latest
19+ image : returntocorp/semgrep@sha256:8f85dbfb5d38592d0b916caac855cf18facba40674988caf763d52b9fe916694 # latest
2020 steps :
2121 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2222 - run : semgrep ci
Original file line number Diff line number Diff line change 3434 "@types/console-log-level" : " 1.4.5" ,
3535 "@types/gulp" : " 4.0.17" ,
3636 "@types/js-yaml" : " 4.0.9" ,
37- "@types/node" : " 22.15.30 " ,
37+ "@types/node" : " 22.15.31 " ,
3838 "@yarnpkg/shell" : " 4.1.3" ,
3939 "autoprefixer" : " 10.4.21" ,
4040 "bootstrap" : " 5.3.6" ,
104104 "retext-syntax-urls" : " 4.0.0" ,
105105 "strip-comments" : " 2.0.1" ,
106106 "stylelint" : " 16.20.0" ,
107- "stylelint-config-recess-order" : " 6.0 .0" ,
107+ "stylelint-config-recess-order" : " 6.1 .0" ,
108108 "stylelint-config-standard-scss" : " 14.0.0" ,
109- "tsx" : " 4.19.4 " ,
109+ "tsx" : " 4.20.3 " ,
110110 "typescript" : " 5.8.3" ,
111111 "unified" : " 11.0.5" ,
112112 "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 "
115115 }
116116}
You can’t perform that action at this time.
0 commit comments