Projects STRLCPY grype Commits aa52d673
🤬
  • chore(deps): bump github/codeql-action from 2.3.0 to 2.3.1 (#1258)

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.3.0 to 2.3.1.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/github/codeql-action/compare/b2c19fb9a2a485599ccf4ed5d65527d94bc57226...8662eabe0e9f338a07350b7fd050732745f93848)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading...
  • dependabot[bot] committed with GitHub 1 year ago
    aa52d673
    1 parent ae2fe4f0
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@b2c19fb9a2a485599ccf4ed5d65527d94bc57226 # v2.3.0
     66 + uses: github/codeql-action/init@8662eabe0e9f338a07350b7fd050732745f93848 # v2.3.1
    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@b2c19fb9a2a485599ccf4ed5d65527d94bc57226 # v2.3.0
     88 + uses: github/codeql-action/analyze@8662eabe0e9f338a07350b7fd050732745f93848 # v2.3.1
    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@b2c19fb9a2a485599ccf4ed5d65527d94bc57226 # tag=v1.0.26
     41 + uses: github/codeql-action/upload-sarif@8662eabe0e9f338a07350b7fd050732745f93848 # tag=v1.0.26
    42 42   with:
    43 43   sarif_file: results.sarif
    44 44   
Please wait...
Page is in error, reload to recover