Skip to content

Commit

Permalink
build(deps): bump the prod-github-actions group across 1 directory wi…
Browse files Browse the repository at this point in the history
…th 2 updates (#97)

Bumps the prod-github-actions group with 2 updates in the / directory: [github/codeql-action](https://github.com/github/codeql-action) and [gradle/actions](https://github.com/gradle/actions).


Updates `github/codeql-action` from 3.25.12 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](github/codeql-action@v3.25.12...v3.25.15)

Updates `gradle/actions` from 3.4.2 to 3.5.0
- [Release notes](https://github.com/gradle/actions/releases)
- [Commits](gradle/actions@v3.4.2...v3.5.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 29, 2024
1 parent 16885d0 commit b5a85e1
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/[email protected].12
uses: github/codeql-action/[email protected].15
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand All @@ -74,7 +74,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/[email protected].12
uses: github/codeql-action/[email protected].15

# ℹ️ Command-line programs to run using the OS shell.
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
Expand All @@ -87,6 +87,6 @@ jobs:
# ./location_of_script_within_repo/buildscript.sh

- name: Perform CodeQL Analysis
uses: github/codeql-action/[email protected].12
uses: github/codeql-action/[email protected].15
with:
category: "/language:${{matrix.language}}"
4 changes: 2 additions & 2 deletions .github/workflows/detekt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:

# Sets up Gradle as a prerequisite to run Detekt
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3.4.2
uses: gradle/actions/setup-gradle@v3.5.0
with:
gradle-home-cache-cleanup: true

Expand All @@ -76,7 +76,7 @@ jobs:

# Uploads Sarif Report to GitHub
- name: Upload SARIF to GitHub
uses: github/codeql-action/[email protected].12
uses: github/codeql-action/[email protected].15
if: success() || failure()
with:
sarif_file: build/reports/detekt/merge.sarif.json
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

# Sets up Gradle as a prerequisite to run Android Lint
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3.4.2
uses: gradle/actions/setup-gradle@v3.5.0
with:
gradle-home-cache-cleanup: true

Expand All @@ -70,7 +70,7 @@ jobs:

# Uploads Sarif Report for the library to GitHub
- name: Upload kotlin library report
uses: github/codeql-action/[email protected].12
uses: github/codeql-action/[email protected].15
if: success() || failure()
with:
sarif_file: library/build/reports/lint-results-debug.sarif
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:

# Sets up Gradle as a prerequisite to run Android Lint
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3.4.2
uses: gradle/actions/setup-gradle@v3.5.0
with:
gradle-home-cache-cleanup: true

Expand All @@ -127,7 +127,7 @@ jobs:

# Uploads Sarif Report for the app to GitHub
- name: Upload kotlin app report
uses: github/codeql-action/[email protected].12
uses: github/codeql-action/[email protected].15
if: success() || failure()
with:
sarif_file: app/build/reports/lint-results-debug.sarif
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mobsf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

# Uploads Sarif Report to GitHub
- name: Upload mobsfscan report
uses: github/codeql-action/[email protected].12
uses: github/codeql-action/[email protected].15
if: success() || failure()
with:
sarif_file: mobsf.sarif.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

# Sets up Gradle as a prerequisite to run Maven Pre-Release
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3.4.2
uses: gradle/actions/setup-gradle@v3.5.0
with:
gradle-home-cache-cleanup: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:

# Sets up Gradle as a prerequisite to run Maven Release
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3.4.2
uses: gradle/actions/setup-gradle@v3.5.0
with:
gradle-home-cache-cleanup: true

Expand Down

0 comments on commit b5a85e1

Please sign in to comment.