Projects STRLCPY grype Commits ac67a27a
🤬
  • chore(deps): bump github/codeql-action from 2.3.3 to 2.3.5 (#1321)

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.3.3 to 2.3.5.
    - [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/29b1f65c5e92e24fe6b6647da1eaabe529cec70f...0225834cc549ee0ca93cb085b92954821a145866)
    
    ---
    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 11 months ago
    ac67a27a
    1 parent 0f71006f
  • ■ ■ ■ ■ ■ ■
    .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@29b1f65c5e92e24fe6b6647da1eaabe529cec70f # v2.3.3
     66 + uses: github/codeql-action/init@0225834cc549ee0ca93cb085b92954821a145866 # v2.3.5
    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@29b1f65c5e92e24fe6b6647da1eaabe529cec70f # v2.3.3
     88 + uses: github/codeql-action/analyze@0225834cc549ee0ca93cb085b92954821a145866 # v2.3.5
    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@29b1f65c5e92e24fe6b6647da1eaabe529cec70f # tag=v1.0.26
     41 + uses: github/codeql-action/upload-sarif@0225834cc549ee0ca93cb085b92954821a145866 # tag=v1.0.26
    42 42   with:
    43 43   sarif_file: results.sarif
    44 44   
Please wait...
Page is in error, reload to recover