Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 17, 2024
1 parent 6531c9c commit d0a1666
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-main-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ permissions: # added using https://github.com/step-security/secure-repo

jobs:
setenv:
uses: ortelius/workflow-toolkit/.github/workflows/env-config-workflow.yml@2fd7099ea9635eafc887d8aa39505d6877b492e2
uses: ortelius/workflow-toolkit/.github/workflows/env-config-workflow.yml@d59857ef63c91e673bc471a94ec880698cc969d3
with:
gh_head_ref: ${{ github.head_ref }}
gh_ref_name: ${{ github.ref_name }}
Expand All @@ -28,7 +28,7 @@ jobs:
helm:
permissions:
contents: write
uses: ortelius/workflow-toolkit/.github/workflows/helm-release-workflow.yml@2fd7099ea9635eafc887d8aa39505d6877b492e2
uses: ortelius/workflow-toolkit/.github/workflows/helm-release-workflow.yml@d59857ef63c91e673bc471a94ec880698cc969d3
needs: [setenv]
with:
dhurl: ${{ needs.setenv.outputs.dhurl }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ jobs:

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@df5a14dc28094dc936e103b37d749c6628682b60 # v3.25.0
uses: github/codeql-action/upload-sarif@c7f9125735019aa87cfc361530512d50ea439c71 # v3.25.1
with:
sarif_file: results.sarif

0 comments on commit d0a1666

Please sign in to comment.