Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump iotdb.version from 0.12.4 to 0.13.0 #6

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 24, 2022

Bumps iotdb.version from 0.12.4 to 0.13.0.
Updates tsfile from 0.12.4 to 0.13.0

Commits

Updates service-rpc from 0.12.4 to 0.13.0

Release notes

Sourced from service-rpc's releases.

Apache IoTDB 0.13.0

New Features

  • [IOTDB-924] Support insert multi rows in SQL
  • [IOTDB-959] Add Create Storage Group Grammar
  • [IOTDB-1037] set rpc_compression as a parameter in JDBC URL
  • [IOTDB-1059] Support sql statement insert without timestamp
  • [IOTDB-1143] Support Continuous query
  • [IOTDB-1199] Support aligned timeseries and schema template
  • [IOTDB-1319] Support Trigger
  • [IOTDB-1391] Add a new Aggregation function extreme (max absolute value)
  • [IOTDB-1399] Add a session interface to connect multiple nodes
  • [IOTDB-1400] Support arithmetic operations in SELECT clauses
  • [IOTDB-1403] Dictionary encoding for TEXT
  • [IOTDB-1490] Add built-in UDTFs: sinh, conh, tanh
  • [IOTDB-1514] Support null in insertTablet
  • [IOTDB-1524] Support SELECT ... INTO ... clause
  • [IOTDB-1647] Nested Expressions in SELECT clauses
  • [IOTDB-1673] CLI upgrade to JLine3
  • [IOTDB-1739] Constant timeseries generating functions (const, pi and e)
  • [IOTDB-1760] Support avg, count, extreme, first_value, last_value, max_time, max_value, min_time, min_value, sum aggregations in group by fill
  • [IOTDB-1761] Add metric framework for IoTDB
  • [IOTDB-1775] Add CAST function to convert data type
  • [IOTDB-1823] Support group by multi level
  • [IOTDB-1844] Query support timeseries prefix and suffix matching: root.*sg*
  • [IOTDB-1859] Support REST API
  • [IOTDB-1860] New Grafana plugin
  • [IOTDB-1886] Support Constant Expressions in Select Clauses
  • [IOTDB-1973] Supports aggregate queries, constants, and arithmetic nested expressions in SELECT clauses
  • [IOTDB-1986] Support select UDF as alisa clauses
  • [IOTDB-1989] Spark-IoTDB-connector support inserting data
  • [IOTDB-2131] Support previous, linear, constant value fill funtion New fill
  • [IOTDB-2593] Support using IoTDB with JDK17
  • [ISSUE-3811] Provide a data type column for the last query dataset
  • add rabbitmq example

Improvements

  • [IOTDB-1280] Rewrite the Antlr grammar file
  • [IOTDB-1372] Enhance management of TsFileResource
  • [IOTDB-1428] Ask query threads to quit if query is timeout
  • [IOTDB-1450] Deletion should only delete related time partitions
  • [IOTDB-1463] Implement builder pattern for Session and SessionPool
  • [IOTDB-1477] Optimize code logic of generateAlignByDevicePlan()
  • [IOTDB-1559] Refactor the IT framework
  • [IOTDB-1564] Make hearbeat and election timeout parameters be configurable
  • [IOTDB-1581] Consider deletions when recovering tsFileResource of incomplete tsfile
  • [IOTDB-1607] Optimize Tracing
  • [IOTDB-1613] Recover mods file if write modification failed
  • [IOTDB-1639] Refactoring the cluster class structure to make it consistent with the server module

... (truncated)

Changelog

Sourced from service-rpc's changelog.

Apache IoTDB 0.13.0

New Features

  • [IOTDB-924] Support insert multi rows in SQL
  • [IOTDB-959] Add Create Storage Group Grammar
  • [IOTDB-1037] set rpc_compression as a parameter in JDBC URL
  • [IOTDB-1059] Support sql statement insert without timestamp
  • [IOTDB-1143] Support Continuous query
  • [IOTDB-1199] Support aligned timeseries and schema template
  • [IOTDB-1319] Support Trigger
  • [IOTDB-1391] Add a new Aggregation function extreme (max absolute value)
  • [IOTDB-1399] Add a session interface to connect multiple nodes
  • [IOTDB-1400] Support arithmetic operations in SELECT clauses
  • [IOTDB-1403] Dictionary encoding for TEXT
  • [IOTDB-1490] Add built-in UDTFs: sinh, conh, tanh
  • [IOTDB-1514] Support null in insertTablet
  • [IOTDB-1524] Support SELECT ... INTO ... clause
  • [IOTDB-1647] Nested Expressions in SELECT clauses
  • [IOTDB-1673] CLI upgrade to JLine3
  • [IOTDB-1739] Constant timeseries generating functions (const, pi and e)
  • [IOTDB-1760] Support avg, count, extreme, first_value, last_value, max_time, max_value, min_time, min_value, sum aggregations in group by fill
  • [IOTDB-1761] Add metric framework for IoTDB
  • [IOTDB-1775] Add CAST function to convert data type
  • [IOTDB-1823] Support group by multi level
  • [IOTDB-1844] Query support timeseries prefix and suffix matching: root.*sg*
  • [IOTDB-1859] Support REST API
  • [IOTDB-1860] New Grafana plugin
  • [IOTDB-1886] Support Constant Expressions in Select Clauses
  • [IOTDB-1973] Supports aggregate queries, constants, and arithmetic nested expressions in SELECT clauses
  • [IOTDB-1986] Support select UDF as alisa clauses
  • [IOTDB-1989] Spark-IoTDB-connector support inserting data
  • [IOTDB-2131] Support previous, linear, constant value fill funtion New fill
  • [ISSUE-3811] Provide a data type column for the last query dataset
  • add rabbitmq example

Improvements

  • [IOTDB-1280] Rewrite the Antlr grammar file
  • [IOTDB-1372] Enhance management of TsFileResource
  • [IOTDB-1428] Ask query threads to quit if query is timeout
  • [IOTDB-1450] Deletion should only delete related time partitions
  • [IOTDB-1463] Implement builder pattern for Session and SessionPool
  • [IOTDB-1477] Optimize code logic of generateAlignByDevicePlan()
  • [IOTDB-1559] Refactor the IT framework
  • [IOTDB-1564] Make hearbeat and election timeout parameters be configurable
  • [IOTDB-1581] Consider deletions when recovering tsFileResource of incomplete tsfile
  • [IOTDB-1607] Optimize Tracing
  • [IOTDB-1613] Recover mods file if write modification failed
  • [IOTDB-1639] Refactoring the cluster class structure to make it consistent with the server module

... (truncated)

Commits
  • 4f985dd [maven-release-plugin] prepare release v0.13.0
  • 0d8e3fb Fix flink-tsfile-connector error
  • 14c0bf7 add 0.13.0 dockerfile
  • fbd7963 [To rel/0.13][IOTDB-2749]Fix isPathExist check on MTree (#5259)
  • a90f490 [IOTDB-1593] Fix generated files in client-py have unapproved license (#5257)
  • 8ce9a7e Enhance check statement before writing mlog (#5252)
  • b0d0af3 [IOTDB-2723] Fix sequence inner space compaction loses data (#5249)
  • 963b754 [To rel/0.13][IOTDB-2614]Fix inserting tablet with null value in TsFileWriter...
  • 2662204 Modify cross priority param to upper case in doc (#5243)
  • 31dc01c [IOTDB-2742] Hide IDTable configurations (#5236)
  • Additional commits viewable in compare view

Updates iotdb-jdbc from 0.12.4 to 0.13.0

Release notes

Sourced from iotdb-jdbc's releases.

Apache IoTDB 0.13.0

New Features

  • [IOTDB-924] Support insert multi rows in SQL
  • [IOTDB-959] Add Create Storage Group Grammar
  • [IOTDB-1037] set rpc_compression as a parameter in JDBC URL
  • [IOTDB-1059] Support sql statement insert without timestamp
  • [IOTDB-1143] Support Continuous query
  • [IOTDB-1199] Support aligned timeseries and schema template
  • [IOTDB-1319] Support Trigger
  • [IOTDB-1391] Add a new Aggregation function extreme (max absolute value)
  • [IOTDB-1399] Add a session interface to connect multiple nodes
  • [IOTDB-1400] Support arithmetic operations in SELECT clauses
  • [IOTDB-1403] Dictionary encoding for TEXT
  • [IOTDB-1490] Add built-in UDTFs: sinh, conh, tanh
  • [IOTDB-1514] Support null in insertTablet
  • [IOTDB-1524] Support SELECT ... INTO ... clause
  • [IOTDB-1647] Nested Expressions in SELECT clauses
  • [IOTDB-1673] CLI upgrade to JLine3
  • [IOTDB-1739] Constant timeseries generating functions (const, pi and e)
  • [IOTDB-1760] Support avg, count, extreme, first_value, last_value, max_time, max_value, min_time, min_value, sum aggregations in group by fill
  • [IOTDB-1761] Add metric framework for IoTDB
  • [IOTDB-1775] Add CAST function to convert data type
  • [IOTDB-1823] Support group by multi level
  • [IOTDB-1844] Query support timeseries prefix and suffix matching: root.*sg*
  • [IOTDB-1859] Support REST API
  • [IOTDB-1860] New Grafana plugin
  • [IOTDB-1886] Support Constant Expressions in Select Clauses
  • [IOTDB-1973] Supports aggregate queries, constants, and arithmetic nested expressions in SELECT clauses
  • [IOTDB-1986] Support select UDF as alisa clauses
  • [IOTDB-1989] Spark-IoTDB-connector support inserting data
  • [IOTDB-2131] Support previous, linear, constant value fill funtion New fill
  • [IOTDB-2593] Support using IoTDB with JDK17
  • [ISSUE-3811] Provide a data type column for the last query dataset
  • add rabbitmq example

Improvements

  • [IOTDB-1280] Rewrite the Antlr grammar file
  • [IOTDB-1372] Enhance management of TsFileResource
  • [IOTDB-1428] Ask query threads to quit if query is timeout
  • [IOTDB-1450] Deletion should only delete related time partitions
  • [IOTDB-1463] Implement builder pattern for Session and SessionPool
  • [IOTDB-1477] Optimize code logic of generateAlignByDevicePlan()
  • [IOTDB-1559] Refactor the IT framework
  • [IOTDB-1564] Make hearbeat and election timeout parameters be configurable
  • [IOTDB-1581] Consider deletions when recovering tsFileResource of incomplete tsfile
  • [IOTDB-1607] Optimize Tracing
  • [IOTDB-1613] Recover mods file if write modification failed
  • [IOTDB-1639] Refactoring the cluster class structure to make it consistent with the server module

... (truncated)

Changelog

Sourced from iotdb-jdbc's changelog.

Apache IoTDB 0.13.0

New Features

  • [IOTDB-924] Support insert multi rows in SQL
  • [IOTDB-959] Add Create Storage Group Grammar
  • [IOTDB-1037] set rpc_compression as a parameter in JDBC URL
  • [IOTDB-1059] Support sql statement insert without timestamp
  • [IOTDB-1143] Support Continuous query
  • [IOTDB-1199] Support aligned timeseries and schema template
  • [IOTDB-1319] Support Trigger
  • [IOTDB-1391] Add a new Aggregation function extreme (max absolute value)
  • [IOTDB-1399] Add a session interface to connect multiple nodes
  • [IOTDB-1400] Support arithmetic operations in SELECT clauses
  • [IOTDB-1403] Dictionary encoding for TEXT
  • [IOTDB-1490] Add built-in UDTFs: sinh, conh, tanh
  • [IOTDB-1514] Support null in insertTablet
  • [IOTDB-1524] Support SELECT ... INTO ... clause
  • [IOTDB-1647] Nested Expressions in SELECT clauses
  • [IOTDB-1673] CLI upgrade to JLine3
  • [IOTDB-1739] Constant timeseries generating functions (const, pi and e)
  • [IOTDB-1760] Support avg, count, extreme, first_value, last_value, max_time, max_value, min_time, min_value, sum aggregations in group by fill
  • [IOTDB-1761] Add metric framework for IoTDB
  • [IOTDB-1775] Add CAST function to convert data type
  • [IOTDB-1823] Support group by multi level
  • [IOTDB-1844] Query support timeseries prefix and suffix matching: root.*sg*
  • [IOTDB-1859] Support REST API
  • [IOTDB-1860] New Grafana plugin
  • [IOTDB-1886] Support Constant Expressions in Select Clauses
  • [IOTDB-1973] Supports aggregate queries, constants, and arithmetic nested expressions in SELECT clauses
  • [IOTDB-1986] Support select UDF as alisa clauses
  • [IOTDB-1989] Spark-IoTDB-connector support inserting data
  • [IOTDB-2131] Support previous, linear, constant value fill funtion New fill
  • [ISSUE-3811] Provide a data type column for the last query dataset
  • add rabbitmq example

Improvements

  • [IOTDB-1280] Rewrite the Antlr grammar file
  • [IOTDB-1372] Enhance management of TsFileResource
  • [IOTDB-1428] Ask query threads to quit if query is timeout
  • [IOTDB-1450] Deletion should only delete related time partitions
  • [IOTDB-1463] Implement builder pattern for Session and SessionPool
  • [IOTDB-1477] Optimize code logic of generateAlignByDevicePlan()
  • [IOTDB-1559] Refactor the IT framework
  • [IOTDB-1564] Make hearbeat and election timeout parameters be configurable
  • [IOTDB-1581] Consider deletions when recovering tsFileResource of incomplete tsfile
  • [IOTDB-1607] Optimize Tracing
  • [IOTDB-1613] Recover mods file if write modification failed
  • [IOTDB-1639] Refactoring the cluster class structure to make it consistent with the server module

... (truncated)

Commits
  • 4f985dd [maven-release-plugin] prepare release v0.13.0
  • 0d8e3fb Fix flink-tsfile-connector error
  • 14c0bf7 add 0.13.0 dockerfile
  • fbd7963 [To rel/0.13][IOTDB-2749]Fix isPathExist check on MTree (#5259)
  • a90f490 [IOTDB-1593] Fix generated files in client-py have unapproved license (#5257)
  • 8ce9a7e Enhance check statement before writing mlog (#5252)
  • b0d0af3 [IOTDB-2723] Fix sequence inner space compaction loses data (#5249)
  • 963b754 [To rel/0.13][IOTDB-2614]Fix inserting tablet with null value in TsFileWriter...
  • 2662204 Modify cross priority param to upper case in doc (#5243)
  • 31dc01c [IOTDB-2742] Hide IDTable configurations (#5236)
  • Additional commits viewable in compare view

Updates iotdb-session from 0.12.4 to 0.13.0

Release notes

Sourced from iotdb-session's releases.

Apache IoTDB 0.13.0

New Features

  • [IOTDB-924] Support insert multi rows in SQL
  • [IOTDB-959] Add Create Storage Group Grammar
  • [IOTDB-1037] set rpc_compression as a parameter in JDBC URL
  • [IOTDB-1059] Support sql statement insert without timestamp
  • [IOTDB-1143] Support Continuous query
  • [IOTDB-1199] Support aligned timeseries and schema template
  • [IOTDB-1319] Support Trigger
  • [IOTDB-1391] Add a new Aggregation function extreme (max absolute value)
  • [IOTDB-1399] Add a session interface to connect multiple nodes
  • [IOTDB-1400] Support arithmetic operations in SELECT clauses
  • [IOTDB-1403] Dictionary encoding for TEXT
  • [IOTDB-1490] Add built-in UDTFs: sinh, conh, tanh
  • [IOTDB-1514] Support null in insertTablet
  • [IOTDB-1524] Support SELECT ... INTO ... clause
  • [IOTDB-1647] Nested Expressions in SELECT clauses
  • [IOTDB-1673] CLI upgrade to JLine3
  • [IOTDB-1739] Constant timeseries generating functions (const, pi and e)
  • [IOTDB-1760] Support avg, count, extreme, first_value, last_value, max_time, max_value, min_time, min_value, sum aggregations in group by fill
  • [IOTDB-1761] Add metric framework for IoTDB
  • [IOTDB-1775] Add CAST function to convert data type
  • [IOTDB-1823] Support group by multi level
  • [IOTDB-1844] Query support timeseries prefix and suffix matching: root.*sg*
  • [IOTDB-1859] Support REST API
  • [IOTDB-1860] New Grafana plugin
  • [IOTDB-1886] Support Constant Expressions in Select Clauses
  • [IOTDB-1973] Supports aggregate queries, constants, and arithmetic nested expressions in SELECT clauses
  • [IOTDB-1986] Support select UDF as alisa clauses
  • [IOTDB-1989] Spark-IoTDB-connector support inserting data
  • [IOTDB-2131] Support previous, linear, constant value fill funtion New fill
  • [IOTDB-2593] Support using IoTDB with JDK17
  • [ISSUE-3811] Provide a data type column for the last query dataset
  • add rabbitmq example

Improvements

  • [IOTDB-1280] Rewrite the Antlr grammar file
  • [IOTDB-1372] Enhance management of TsFileResource
  • [IOTDB-1428] Ask query threads to quit if query is timeout
  • [IOTDB-1450] Deletion should only delete related time partitions
  • [IOTDB-1463] Implement builder pattern for Session and SessionPool
  • [IOTDB-1477] Optimize code logic of generateAlignByDevicePlan()
  • [IOTDB-1559] Refactor the IT framework
  • [IOTDB-1564] Make hearbeat and election timeout parameters be configurable
  • [IOTDB-1581] Consider deletions when recovering tsFileResource of incomplete tsfile
  • [IOTDB-1607] Optimize Tracing
  • [IOTDB-1613] Recover mods file if write modification failed
  • [IOTDB-1639] Refactoring the cluster class structure to make it consistent with the server module

... (truncated)

Changelog

Sourced from iotdb-session's changelog.

Apache IoTDB 0.13.0

New Features

  • [IOTDB-924] Support insert multi rows in SQL
  • [IOTDB-959] Add Create Storage Group Grammar
  • [IOTDB-1037] set rpc_compression as a parameter in JDBC URL
  • [IOTDB-1059] Support sql statement insert without timestamp
  • [IOTDB-1143] Support Continuous query
  • [IOTDB-1199] Support aligned timeseries and schema template
  • [IOTDB-1319] Support Trigger
  • [IOTDB-1391] Add a new Aggregation function extreme (max absolute value)
  • [IOTDB-1399] Add a session interface to connect multiple nodes
  • [IOTDB-1400] Support arithmetic operations in SELECT clauses
  • [IOTDB-1403] Dictionary encoding for TEXT
  • [IOTDB-1490] Add built-in UDTFs: sinh, conh, tanh
  • [IOTDB-1514] Support null in insertTablet
  • [IOTDB-1524] Support SELECT ... INTO ... clause
  • [IOTDB-1647] Nested Expressions in SELECT clauses
  • [IOTDB-1673] CLI upgrade to JLine3
  • [IOTDB-1739] Constant timeseries generating functions (const, pi and e)
  • [IOTDB-1760] Support avg, count, extreme, first_value, last_value, max_time, max_value, min_time, min_value, sum aggregations in group by fill
  • [IOTDB-1761] Add metric framework for IoTDB
  • [IOTDB-1775] Add CAST function to convert data type
  • [IOTDB-1823] Support group by multi level
  • [IOTDB-1844] Query support timeseries prefix and suffix matching: root.*sg*
  • [IOTDB-1859] Support REST API
  • [IOTDB-1860] New Grafana plugin
  • [IOTDB-1886] Support Constant Expressions in Select Clauses
  • [IOTDB-1973] Supports aggregate queries, constants, and arithmetic nested expressions in SELECT clauses
  • [IOTDB-1986] Support select UDF as alisa clauses
  • [IOTDB-1989] Spark-IoTDB-connector support inserting data
  • [IOTDB-2131] Support previous, linear, constant value fill funtion New fill
  • [ISSUE-3811] Provide a data type column for the last query dataset
  • add rabbitmq example

Improvements

  • [IOTDB-1280] Rewrite the Antlr grammar file
  • [IOTDB-1372] Enhance management of TsFileResource
  • [IOTDB-1428] Ask query threads to quit if query is timeout
  • [IOTDB-1450] Deletion should only delete related time partitions
  • [IOTDB-1463] Implement builder pattern for Session and SessionPool
  • [IOTDB-1477] Optimize code logic of generateAlignByDevicePlan()
  • [IOTDB-1559] Refactor the IT framework
  • [IOTDB-1564] Make hearbeat and election timeout parameters be configurable
  • [IOTDB-1581] Consider deletions when recovering tsFileResource of incomplete tsfile
  • [IOTDB-1607] Optimize Tracing
  • [IOTDB-1613] Recover mods file if write modification failed
  • [IOTDB-1639] Refactoring the cluster class structure to make it consistent with the server module

... (truncated)

Commits
  • 4f985dd [maven-release-plugin] prepare release v0.13.0
  • 0d8e3fb Fix flink-tsfile-connector error
  • 14c0bf7 add 0.13.0 dockerfile
  • fbd7963 [To rel/0.13][IOTDB-2749]Fix isPathExist check on MTree (#5259)
  • a90f490 [IOTDB-1593] Fix generated files in client-py have unapproved license (#5257)
  • 8ce9a7e Enhance check statement before writing mlog (#5252)
  • b0d0af3 [IOTDB-2723] Fix sequence inner space compaction loses data (#5249)
  • 963b754 [To rel/0.13][IOTDB-2614]Fix inserting tablet with null value in TsFileWriter...
  • 2662204 Modify cross priority param to upper case in doc (#5243)
  • 31dc01c [IOTDB-2742] Hide IDTable configurations (#5236)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `iotdb.version` from 0.12.4 to 0.13.0.

Updates `tsfile` from 0.12.4 to 0.13.0
- [Release notes](https://github.com/thulab/iotdb/releases)
- [Commits](https://github.com/thulab/iotdb/commits)

Updates `service-rpc` from 0.12.4 to 0.13.0
- [Release notes](https://github.com/apache/iotdb/releases)
- [Changelog](https://github.com/apache/iotdb/blob/master/RELEASE_NOTES.md)
- [Commits](apache/iotdb@v0.12.4...v0.13.0)

Updates `iotdb-jdbc` from 0.12.4 to 0.13.0
- [Release notes](https://github.com/apache/iotdb/releases)
- [Changelog](https://github.com/apache/iotdb/blob/master/RELEASE_NOTES.md)
- [Commits](apache/iotdb@v0.12.4...v0.13.0)

Updates `iotdb-session` from 0.12.4 to 0.13.0
- [Release notes](https://github.com/apache/iotdb/releases)
- [Changelog](https://github.com/apache/iotdb/blob/master/RELEASE_NOTES.md)
- [Commits](apache/iotdb@v0.12.4...v0.13.0)

---
updated-dependencies:
- dependency-name: org.apache.iotdb:tsfile
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.iotdb:service-rpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.iotdb:iotdb-jdbc
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.iotdb:iotdb-session
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jun 24, 2022
@github-advanced-security
Copy link

You have successfully added a new Trivy configuration .github/workflows/sast.yaml:build. As part of the setup process, we have scanned this repository and found 253 existing alerts. Please check the repository Security tab to see all alerts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
0 participants