Projects STRLCPY grype Commits 7861b639
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    .github/workflows/codeql-analysis.yml
    skipped 62 lines
    63 63   
    64 64   # Initializes the CodeQL tools for scanning.
    65 65   - name: Initialize CodeQL
    66  - uses: github/codeql-action/init@8662eabe0e9f338a07350b7fd050732745f93848 # v2.3.1
     66 + uses: github/codeql-action/init@f3feb00acb00f31a6f60280e6ace9ca31d91c76a # v2.3.2
    67 67   with:
    68 68   languages: ${{ matrix.language }}
    69 69   # If you wish to specify custom queries, you can do so here or in a config file.
    skipped 15 lines
    85 85   run: make grype
    86 86   
    87 87   - name: Perform CodeQL Analysis
    88  - uses: github/codeql-action/analyze@8662eabe0e9f338a07350b7fd050732745f93848 # v2.3.1
     88 + uses: github/codeql-action/analyze@f3feb00acb00f31a6f60280e6ace9ca31d91c76a # v2.3.2
    89 89   
  • ■ ■ ■ ■
    .github/workflows/scorecards.yml
    skipped 37 lines
    38 38   
    39 39   # Upload the results to GitHub's code scanning dashboard.
    40 40   - name: "Upload to code-scanning"
    41  - uses: github/codeql-action/upload-sarif@8662eabe0e9f338a07350b7fd050732745f93848 # tag=v1.0.26
     41 + uses: github/codeql-action/upload-sarif@f3feb00acb00f31a6f60280e6ace9ca31d91c76a # tag=v1.0.26
    42 42   with:
    43 43   sarif_file: results.sarif
    44 44   
Please wait...
Page is in error, reload to recover