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

[dependabot] Chore: Bump peter-evans/create-pull-request from 6 to 7 #3

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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@v6
uses: peter-evans/create-pull-request@v7
# env:
# GITHUB_TOKEN: ${{ github.token }}
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tooling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ jobs:

- name: Create Pull Request
if: steps.update-repository.outputs.changed == 'true'
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
# env:
# GITHUB_TOKEN: ${{ github.token }}
with:
Expand Down
1 change: 0 additions & 1 deletion src/csv/osc_physrisk_assets.asset.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,5 @@
"title": "OSC Owner LEI ID",
"description": "the owning entity's LEI ID of this item if known, otherwise NULL."
}

]
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ parent,name*,displayName,description,synonyms,relatedTerms,references,tags,revie
,asset-type-nature-coastal-wetlands,Coastal wetlands,Coastal wetlands,,,,,,user;admin,Approved
,asset-type-cultural-historic,Historic buildings,Historic buildings,,,,,,user;admin,Approved
,asset-type-cultural-archaeological,Archaeological Sites,Archaeological Sites,,,,,,user;admin,Approved
,asset-type-cultural-museums,Museums,Museums,,,,,,user;admin,Approved
,asset-type-cultural-museums,Museums,Museums,,,,,,user;admin,Approved
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ Physrisk is also designed to be a hosted, e.g. to provide on-demand calculations

[Learn more](https://github.com/os-climate/OS-Climate-Community-Hub/blob/main/PhysicalRiskRM.md#physical-risk--resilience) on OS-Climate's GitHub repository.",,,,,,user;admin,Approved
,osc-project-portfolio-alignment,Portfolio Alignment Tools,Portfolio Alignment Tools,,,,,,user;admin,Approved
,osc-project-transition-analysis,Transition Analysis,Transition Analysis,,,,,,user;admin,Approved
,osc-project-transition-analysis,Transition Analysis,Transition Analysis,,,,,,user;admin,Approved
2 changes: 0 additions & 2 deletions src/sql/DDL Create PhysRisk Database.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2304,5 +2304,3 @@ FROM
osc_physrisk_vulnerability_analysis.geolocated_precalculated_vulnerability
WHERE core_geo_h3_index = '1234'
;


2 changes: 1 addition & 1 deletion src/sql/DDL Schema Create PhysRisk Database.sql
Original file line number Diff line number Diff line change
Expand Up @@ -993,4 +993,4 @@ COMMENT ON TABLE osc_physrisk_financial_analysis.asset_financial_impact IS 'The
--GRANT EXECUTE ON ALL FUNCTIONS IN SCHEMA "osc_physrisk_assets" TO physrisk_readerwriter_service;
--GRANT ALL ON ALL TABLES IN SCHEMA "osc_physrisk_assets" TO physrisk_readerwriter_service;
--GRANT EXECUTE ON ALL FUNCTIONS IN SCHEMA "osc_physrisk_vulnerability_analysis" TO physrisk_readerwriter_service;
--GRANT ALL ON ALL TABLES IN SCHEMA "osc_physrisk_vulnerability_analysis" TO physrisk_readerwriter_service;
--GRANT ALL ON ALL TABLES IN SCHEMA "osc_physrisk_vulnerability_analysis" TO physrisk_readerwriter_service;
2 changes: 0 additions & 2 deletions src/sql/PhysRisk Database seed data.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1238,5 +1238,3 @@ FROM
osc_physrisk_vulnerability_analysis.geolocated_precalculated_vulnerability
WHERE std_geo_h3_index = '1234'
;


Loading