File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ jobs:
2323 with :
2424 persist-credentials : false
2525 - name : Initialize CodeQL
26- uses : github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
26+ uses : github/codeql-action/init@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4.36.3
2727 with :
2828 languages : javascript-typescript
2929 build-mode : none
3030 config-file : .github/codeql/config.yml
3131 - name : Perform CodeQL Analysis
32- uses : github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
32+ uses : github/codeql-action/analyze@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4.36.3
3333 with :
3434 category : ' /language:javascript-typescript'
Original file line number Diff line number Diff line change 3838 - name : Setup Bazel
3939 uses : angular/dev-infra/github-actions/bazel/setup@ba726e7bca0b08b125ccc6f93c233749e1213c17
4040 - name : Setup ESLint Caching
41- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
41+ uses : actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0
4242 with :
4343 path : .eslintcache
4444 key : ${{ runner.os }}-${{ hashFiles('.eslintrc.json') }}
Original file line number Diff line number Diff line change 4646
4747 # Upload the results to GitHub's code scanning dashboard.
4848 - name : ' Upload to code-scanning'
49- uses : github/codeql-action/upload-sarif@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
49+ uses : github/codeql-action/upload-sarif@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4.36.3
5050 with :
5151 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments