Skip to content

Commit

Permalink
Merge branch 'main' into pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
Signed-off-by: Charles Nicholas Kellett <[email protected]>
  • Loading branch information
NickKellett authored Sep 19, 2024
2 parents 5fb1791 + ad67f1d commit 817d8a1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1,002 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bootstrap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ jobs:
- name: Create Pull Request
if: steps.update-repository.outputs.changed == 'true'
uses: peter-evans/create-pull-request@v7
uses: peter-evans/create-pull-request@v6
# env:
# GITHUB_TOKEN: ${{ github.token }}
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v4

- name: 'Setup PDM for build commands'
uses: pdm-project/setup-pdm@v4
uses: pdm-project/setup-pdm@v4.1

- name: 'Setup Python 3.10'
uses: actions/[email protected]
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
rm dist/*.sig*
- name: 'Setup PDM for build commands'
uses: pdm-project/setup-pdm@v4
uses: pdm-project/setup-pdm@v3

- name: 'Publish release to PyPI'
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down
4 changes: 1 addition & 3 deletions src/sql/DDL Create PhysRisk Database.sql
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
-- speed up application development, help internationalize and display the results of analyses, and more.
-- The backend schema User and Tenant tables are derived from ASP.NET Boilerplate tables (https://aspnetboilerplate.com/). That code is available under the MIT license, here: https://github.com/aspnetboilerplate/aspnetboilerplate

-- Last Updated: 2024-09-07.
-- Change column prefix. Add reporting standards and country lookup tables. Make VARCHAR(256) => VARCHAR(255). Specify in column names that times are in UTC. Split impact assessment into two stages: "1. vulnerability analysis" then "2. financial_impact"
-- Fix duplicate value_dynamics column
-- Last Updated: 2024-09-19.

-- SETUP EXTENSIONS
CREATE EXTENSION IF NOT EXISTS postgis; -- used for geolocation
Expand Down
Loading

0 comments on commit 817d8a1

Please sign in to comment.