Browse Source

build(deps): bump github/codeql-action in the github-actions group (#4701)

Bumps the github-actions group with 1 update: [github/codeql-action](https://github.com/github/codeql-action).


Updates `github/codeql-action` from 3.28.19 to 3.29.2
- [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/fca7ace96b7d713c7035871441bd52efbe39e27e...181d5eefc20863364f96762470ba6f862bdef56b)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 3.29.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 1 month ago
parent
commit
b87eac51b1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/ossf-scorecard.yml

+ 1 - 1
.github/workflows/ossf-scorecard.yml

@@ -39,7 +39,7 @@ jobs:
       -
       -
         # Upload the results to GitHub's code scanning dashboard.
         # Upload the results to GitHub's code scanning dashboard.
         name: "Upload to results to dashboard"
         name: "Upload to results to dashboard"
-        uses: github/codeql-action/upload-sarif@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
+        uses: github/codeql-action/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
         with:
         with:
           sarif_file: results.sarif
           sarif_file: results.sarif
       -
       -