Browse Source

build(deps): bump github/codeql-action from 3.25.14 to 3.25.15 (#3664)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.14 to 3.25.15.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](5cf07d8b70...afb54ba388)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/3672/head v2.41.0
dependabot[bot] 2 years ago committed by GitHub
parent
commit
257a821cca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/analysis-scorecard.yaml
  2. 2
      .github/workflows/artifacts.yaml

2
.github/workflows/analysis-scorecard.yaml

@ -42,6 +42,6 @@ jobs:
retention-days: 5 retention-days: 5
- name: Upload results to GitHub Security tab - name: Upload results to GitHub Security tab
uses: github/codeql-action/upload-sarif@5cf07d8b700b67e235fbb65cbc84f69c0cf10464 # v3.25.14 uses: github/codeql-action/upload-sarif@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
with: with:
sarif_file: results.sarif sarif_file: results.sarif

2
.github/workflows/artifacts.yaml

@ -208,6 +208,6 @@ jobs:
overwrite: true overwrite: true
- name: Upload Trivy scan results to GitHub Security tab - name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@5cf07d8b700b67e235fbb65cbc84f69c0cf10464 # v3.25.14 uses: github/codeql-action/upload-sarif@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
with: with:
sarif_file: trivy-results.sarif sarif_file: trivy-results.sarif

Loading…
Cancel
Save