From dbf9878e2c64b92e15b8a221cf999d7b7901c03d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 16:58:55 +0100 Subject: [PATCH] Bump the github-actions group with 2 updates (#20571) Bumps the github-actions group with 2 updates: [codecov/codecov-action](https://github.com/codecov/codecov-action) and [github/codeql-action](https://github.com/github/codeql-action). Updates `codecov/codecov-action` from 4 to 5 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v4...v5) Updates `github/codeql-action` from 3.27.0 to 3.27.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/662472033e021d55d94146f66f6058822b0b39fd...f09c1c0a94de965c15400f5634aa42fac8fb8f88) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/actions.yml | 4 ++-- .github/workflows/scorecard.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 88c5ce49893..83b1aa9fe4c 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -58,7 +58,7 @@ jobs: coverage xml --include='keras/src/applications/*' -o apps-coverage.xml - name: Codecov keras.applications if: ${{ steps.filter.outputs.applications == 'true' }} - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: env_vars: PYTHON,KERAS_HOME flags: keras.applications,keras.applications-${{ matrix.backend }} @@ -89,7 +89,7 @@ jobs: pytest keras --ignore keras/src/applications --cov=keras --cov-config=pyproject.toml coverage xml --omit='keras/src/applications/*,keras/api' -o core-coverage.xml - name: Codecov keras - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: env_vars: PYTHON,KERAS_HOME flags: keras,keras-${{ matrix.backend }} diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 710acfd8caa..8d9717466db 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -56,6 +56,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard. - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0 + uses: github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5 with: sarif_file: results.sarif