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 Oct 20, 2023
1 parent 2867dd5 commit 046b6f4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-push-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions: read-all

jobs:
setenv:
uses: ortelius/workflow-toolkit/.github/workflows/env-config-workflow.yml@d4d7fddedf6cf14b0cc9fc7c20f14ebd86ecd4b5
uses: ortelius/workflow-toolkit/.github/workflows/env-config-workflow.yml@c1c97b21aaf52a380e1dd2928a28985cd011e681
with:
gh_head_ref: ${{ github.head_ref }}
gh_ref_name: ${{ github.ref_name }}
Expand All @@ -27,7 +27,7 @@ jobs:
gh_run_number: ${{ github.run_number }}

release:
uses: ortelius/workflow-toolkit/.github/workflows/container-release-workflow.yml@d4d7fddedf6cf14b0cc9fc7c20f14ebd86ecd4b5
uses: ortelius/workflow-toolkit/.github/workflows/container-release-workflow.yml@c1c97b21aaf52a380e1dd2928a28985cd011e681
needs: setenv
with:
gh_repository_owner: ${{ github.repository_owner }}
Expand All @@ -43,7 +43,7 @@ jobs:
permissions:
security-events: write
statuses: write
uses: ortelius/workflow-toolkit/.github/workflows/trivy-scan-workflow.yml@d4d7fddedf6cf14b0cc9fc7c20f14ebd86ecd4b5
uses: ortelius/workflow-toolkit/.github/workflows/trivy-scan-workflow.yml@c1c97b21aaf52a380e1dd2928a28985cd011e681
needs: [setenv, release]
with:
gh_repository_owner: ${{ github.repository_owner }}
Expand All @@ -54,7 +54,7 @@ jobs:
helm:
permissions:
contents: write
uses: ortelius/workflow-toolkit/.github/workflows/helm-release-workflow.yml@d4d7fddedf6cf14b0cc9fc7c20f14ebd86ecd4b5
uses: ortelius/workflow-toolkit/.github/workflows/helm-release-workflow.yml@c1c97b21aaf52a380e1dd2928a28985cd011e681
needs: [setenv, release]
with:
gh_repository_owner: ${{ github.repository_owner }}
Expand All @@ -74,7 +74,7 @@ jobs:


sbom:
uses: ortelius/workflow-toolkit/.github/workflows/sbom-generation-workflow.yml@d4d7fddedf6cf14b0cc9fc7c20f14ebd86ecd4b5
uses: ortelius/workflow-toolkit/.github/workflows/sbom-generation-workflow.yml@c1c97b21aaf52a380e1dd2928a28985cd011e681
needs: [setenv, release]
with:
gh_repository_owner: ${{ github.repository_owner }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Initialize CodeQL
uses: github/codeql-action/init@0116bc2df50751f9724a2e35ef1f24d22f90e4e1 # v2.22.3
uses: github/codeql-action/init@49abf0ba24d0b7953cb586944e918a0b92074c80 # v2.22.4
with:
languages: "go"

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@0116bc2df50751f9724a2e35ef1f24d22f90e4e1 # v2.22.3
uses: github/codeql-action/analyze@49abf0ba24d0b7953cb586944e918a0b92074c80 # v2.22.4
with:
category: "/language:go"
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@0116bc2df50751f9724a2e35ef1f24d22f90e4e1 # v2.22.3
uses: github/codeql-action/upload-sarif@49abf0ba24d0b7953cb586944e918a0b92074c80 # v2.22.4
with:
sarif_file: results.sarif

0 comments on commit 046b6f4

Please sign in to comment.