Skip to content

Commit

Permalink
Bump pyecotrend_ista from 2.0.18 to 2.0.19 (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludy87 authored Jul 5, 2023
1 parent cdb3294 commit 55a3bdb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

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

# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
Expand All @@ -68,6 +68,6 @@ jobs:
# make release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2.20.1
uses: github/codeql-action/analyze@v2.20.2
with:
category: "/language:${{matrix.language}}"
4 changes: 2 additions & 2 deletions custom_components/ecotrend_ista/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"iot_class": "local_polling",
"issue_tracker": "https://github.com/Ludy87/ecotrend-ista/issues",
"requirements": [
"pyecotrend_ista==2.0.18",
"pyecotrend_ista==2.0.19",
"marshmallow-enum"
],
"version": "v2.0.7"
"version": "v2.0.8"
}

0 comments on commit 55a3bdb

Please sign in to comment.