Skip to content

Commit 79260aa

Browse files
Bump github/codeql-action from 4 to 4.37.4
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4 to 4.37.4. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v4...v4.37.4) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.37.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 73d0e3b commit 79260aa

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,28 +46,28 @@ jobs:
4646

4747
- name: Upload Lint SARIF (materialdrawer)
4848
if: (success() || failure()) && github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork == false && hashFiles('materialdrawer/build/reports/lint-results-debug.sarif') != ''
49-
uses: github/codeql-action/upload-sarif@v4
49+
uses: github/codeql-action/upload-sarif@v4.37.4
5050
with:
5151
sarif_file: 'materialdrawer/build/reports/lint-results-debug.sarif'
5252
category: android-lint-materialdrawer
5353

5454
- name: Upload Lint SARIF (materialdrawer-iconics)
5555
if: (success() || failure()) && github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork == false && hashFiles('materialdrawer-iconics/build/reports/lint-results-debug.sarif') != ''
56-
uses: github/codeql-action/upload-sarif@v4
56+
uses: github/codeql-action/upload-sarif@v4.37.4
5757
with:
5858
sarif_file: 'materialdrawer-iconics/build/reports/lint-results-debug.sarif'
5959
category: android-lint-materialdrawer-iconics
6060

6161
- name: Upload Lint SARIF (materialdrawer-nav)
6262
if: (success() || failure()) && github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork == false && hashFiles('materialdrawer-nav/build/reports/lint-results-debug.sarif') != ''
63-
uses: github/codeql-action/upload-sarif@v4
63+
uses: github/codeql-action/upload-sarif@v4.37.4
6464
with:
6565
sarif_file: 'materialdrawer-nav/build/reports/lint-results-debug.sarif'
6666
category: android-lint-materialdrawer-nav
6767

6868
- name: Upload Lint SARIF (app)
6969
if: (success() || failure()) && github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork == false && hashFiles('app/build/reports/lint-results-debug.sarif') != ''
70-
uses: github/codeql-action/upload-sarif@v4
70+
uses: github/codeql-action/upload-sarif@v4.37.4
7171
with:
7272
sarif_file: 'app/build/reports/lint-results-debug.sarif'
7373
category: android-lint-app

0 commit comments

Comments
 (0)