diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-12-16 02:49:07 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-16 02:49:07 +0000 |
commit | b23ebbefb568a923e400432256e9e6458b993d58 (patch) | |
tree | bc8a46040e1c6fcdd34c267b633604fc6e8312e1 /.github/workflows/static-code-analysis.yml | |
parent | 538041b6e702f7163594a36b1e0c14dddc28aab7 (diff) | |
download | nextcloud-server-b23ebbefb568a923e400432256e9e6458b993d58.tar.gz nextcloud-server-b23ebbefb568a923e400432256e9e6458b993d58.zip |
chore(deps): Bump github/codeql-action from 2 to 3
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3.
- [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/v2...v3)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github/workflows/static-code-analysis.yml')
-rw-r--r-- | .github/workflows/static-code-analysis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/static-code-analysis.yml b/.github/workflows/static-code-analysis.yml index 1a58fe413f8..01f30f2574c 100644 --- a/.github/workflows/static-code-analysis.yml +++ b/.github/workflows/static-code-analysis.yml @@ -40,7 +40,7 @@ jobs: - name: Upload Analysis results to GitHub if: always() - uses: github/codeql-action/upload-sarif@v2 + uses: github/codeql-action/upload-sarif@v3 with: sarif_file: results.sarif @@ -68,7 +68,7 @@ jobs: - name: Upload Security Analysis results to GitHub if: always() - uses: github/codeql-action/upload-sarif@v2 + uses: github/codeql-action/upload-sarif@v3 with: sarif_file: results.sarif |