File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed 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@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
26+ uses : github/codeql-action/init@303c0aef88fc2fe5ff6d63d3b1596bfd83dfa1f9 # v3.30.4
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@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
32+ uses : github/codeql-action/analyze@303c0aef88fc2fe5ff6d63d3b1596bfd83dfa1f9 # v3.30.4
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@7b35868fc5f723448a6a7fadab13273585d30861
4040 - name : Setup ESLint Caching
41- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
41+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.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@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
49+ uses : github/codeql-action/upload-sarif@303c0aef88fc2fe5ff6d63d3b1596bfd83dfa1f9 # v3.30.4
5050 with :
5151 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments