Projects STRLCPY grype Commits ae2fe4f0
🤬
  • chore(deps): bump github/codeql-action from 2.2.12 to 2.3.0 (#1256)

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.2.12 to 2.3.0.
    - [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/7df0ce34898d659f95c0c4a09eaa8d4e32ee64db...b2c19fb9a2a485599ccf4ed5d65527d94bc57226)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    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
    ae2fe4f0
    1 parent 2cd2998d
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@7df0ce34898d659f95c0c4a09eaa8d4e32ee64db # v2.2.12
     66 + uses: github/codeql-action/init@b2c19fb9a2a485599ccf4ed5d65527d94bc57226 # v2.3.0
    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@7df0ce34898d659f95c0c4a09eaa8d4e32ee64db # v2.2.12
     88 + uses: github/codeql-action/analyze@b2c19fb9a2a485599ccf4ed5d65527d94bc57226 # v2.3.0
    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@7df0ce34898d659f95c0c4a09eaa8d4e32ee64db # tag=v1.0.26
     41 + uses: github/codeql-action/upload-sarif@b2c19fb9a2a485599ccf4ed5d65527d94bc57226 # tag=v1.0.26
    42 42   with:
    43 43   sarif_file: results.sarif
    44 44   
Please wait...
Page is in error, reload to recover