Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ndr-brt committed Jan 9, 2025
1 parent fba8804 commit c4bc0f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/upgradeability-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@ jobs:
- name: "Setup Helm"
uses: azure/setup-helm@v4
with:
version: v3.8.1
version: v3.16.1

- name: "Setup Kubectl"
uses: azure/setup-kubectl@v4
with:
version: 'v1.28.2'
version: 'v1.31.1'

- name: Create k8s Kind Cluster
uses: helm/kind-action@v1.10.0
uses: helm/kind-action@v1.12.0

Check warning on line 59 in .github/workflows/upgradeability-test.yaml

View workflow job for this annotation

GitHub Actions / Analyze

[LOW] Unpinned Actions Full Length Commit SHA

Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release. Pinning to a particular SHA helps mitigate the risk of a bad actor adding a backdoor to the action's repository, as they would need to generate a SHA-1 collision for a valid Git object payload. When selecting a SHA, you should verify it is from the action's repository and not a repository fork.

Check notice

Code scanning / KICS

Unpinned Actions Full Length Commit SHA Note

Action is not pinned to a full length commit SHA.

- name: "Update helm repo"
run: |
Expand Down
2 changes: 1 addition & 1 deletion charts/bdrs-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies:
# PostgreSQL
- name: postgresql
alias: postgresql
version: 12.11.2
version: 15.2.1
repository: https://charts.bitnami.com/bitnami
condition: install.postgresql
# HashiCorp Vault
Expand Down

0 comments on commit c4bc0f9

Please sign in to comment.