Skip to content

Commit

Permalink
fix: ci dependency review
Browse files Browse the repository at this point in the history
  • Loading branch information
saidsef committed Nov 21, 2024
1 parent d98576d commit 3170bd6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
pages: write
security-events: write
contents: write
pull-requests: write
if: ${{ github.event_name == 'pull_request' || contains(github.ref, 'main') }}
steps:
- name: Checkout source code
Expand All @@ -35,6 +36,7 @@ jobs:
fetch-depth: 0
persist-credentials: false
- name: 'Dependency Review'
if: ${{ github.event_name == 'pull_request' }}
uses: actions/dependency-review-action@v4
with:
allow-ghsas: true
Expand Down
2 changes: 1 addition & 1 deletion charts/applicationset/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: argocd-applicationsets-services
description: A Helm chart for ArgoCD ApplicationSets, a declarative, GitOps continuous delivery tool for Kubernetes
type: application
version: &version "0.13.5"
version: &version "0.13.6"
appVersion: *version
kubeVersion: ">= 1.28"
home: https://github.com/saidsef/argocd-applicationsets-services
Expand Down

0 comments on commit 3170bd6

Please sign in to comment.