diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index e7fde6d..5696a05 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -45,7 +45,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 + uses: github/codeql-action/autobuild@v3 # ℹī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -59,4 +59,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2 \ No newline at end of file + uses: github/codeql-action/analyze@v3 \ No newline at end of file diff --git a/.github/workflows/python-docker-edge.yml b/.github/workflows/python-docker-edge.yml index 254ca22..143b427 100644 --- a/.github/workflows/python-docker-edge.yml +++ b/.github/workflows/python-docker-edge.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v4 - name: Docker meta id: meta - uses: docker/metadata-action@v5.4.0 + uses: docker/metadata-action@v5.5.1 with: images: | tillsteinbach/weconnect-mqtt diff --git a/.github/workflows/python-docker-publish.yml b/.github/workflows/python-docker-publish.yml index 0ad2962..c95470f 100644 --- a/.github/workflows/python-docker-publish.yml +++ b/.github/workflows/python-docker-publish.yml @@ -69,7 +69,7 @@ jobs: uses: actions/checkout@v4 - name: Docker meta id: meta - uses: docker/metadata-action@v5.4.0 + uses: docker/metadata-action@v5.5.1 with: images: | tillsteinbach/weconnect-mqtt diff --git a/setup_requirements.txt b/setup_requirements.txt index ed412de..4b899ec 100644 --- a/setup_requirements.txt +++ b/setup_requirements.txt @@ -1,5 +1,5 @@ pytest-runner~=6.0.1 mccabe~=0.7.0 flake8~=6.1.0 -pylint~=3.0.3 -bandit~=1.7.6 +pylint~=3.1.0 +bandit~=1.7.7