Skip to content

Commit

Permalink
Merge pull request #387 from deNBI/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
dweinholz authored Feb 15, 2024
2 parents 176f3b8 + 4b5915e commit 0e6aba1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
queries: +security-extended, security-and-quality
Expand All @@ -51,7 +51,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
Expand All @@ -65,4 +65,4 @@ jobs:
# make release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.12.0
3.12.2
6 changes: 3 additions & 3 deletions FastapiOpenRestyConfigurator/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
fastapi==0.109.1
uvicorn==0.23.2
fastapi==0.109.2
uvicorn==0.27.1
werkzeug==3.0.1
Jinja2==3.1.3
python-dotenv==1.0.0
python-dotenv==1.0.1
gunicorn==21.2.0
pydantic-settings
2 changes: 1 addition & 1 deletion ansible/roles/forc_api/tasks/025-backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

- docker_container:
name: "backup-forc"
image: quay.io/denbicloud/cron-backup:0.13.2
image: quay.io/denbicloud/cron-backup:0.13.5

state: started
restart: yes
Expand Down

0 comments on commit 0e6aba1

Please sign in to comment.