Skip to content

Commit

Permalink
chore(deps): update postgres support dependencies
Browse files Browse the repository at this point in the history
| datasource  | package                 | from     | to      |
| ----------- | ----------------------- | -------- | ------- |
| github-tags | defenseunicorns/uds-cli | v0.10.3  | v0.10.4 |
| github-tags | defenseunicorns/zarf    | v0.32.6  | v0.33.0 |
| github-tags | github/codeql-action    | v3.24.10 | v3.25.0 |
  • Loading branch information
renovate[bot] committed Apr 15, 2024
1 parent 3f13b8d commit fdd50d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ jobs:

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10
uses: github/codeql-action/upload-sarif@df5a14dc28094dc936e103b37d749c6628682b60 # v3.25.0
with:
sarif_file: results.sarif
6 changes: 3 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"yaml.schemas": {
"https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.10.3/uds.schema.json": [
"https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.10.4/uds.schema.json": [
"uds-bundle.yaml"
],

"https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.10.3/tasks.schema.json": [
"https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.10.4/tasks.schema.json": [
"tasks.yaml",
"tasks/**/*.yaml",
"src/**/validate.yaml"
],
"https://raw.githubusercontent.com/defenseunicorns/zarf/v0.32.6/zarf.schema.json": [
"https://raw.githubusercontent.com/defenseunicorns/zarf/v0.33.0/zarf.schema.json": [
"zarf.yaml"
]
},
Expand Down

0 comments on commit fdd50d1

Please sign in to comment.