Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 14, 2023
1 parent 8c1af2e commit bd65ea4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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@77d53fd511a68d8eb84e7d91cdddc98cddf4e7e3
uses: ortelius/workflow-toolkit/.github/workflows/env-config-workflow.yml@754a0025c5262acd4495700e27ceda566780161f
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@77d53fd511a68d8eb84e7d91cdddc98cddf4e7e3
uses: ortelius/workflow-toolkit/.github/workflows/container-release-workflow.yml@754a0025c5262acd4495700e27ceda566780161f
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@77d53fd511a68d8eb84e7d91cdddc98cddf4e7e3
uses: ortelius/workflow-toolkit/.github/workflows/trivy-scan-workflow.yml@754a0025c5262acd4495700e27ceda566780161f
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@77d53fd511a68d8eb84e7d91cdddc98cddf4e7e3
uses: ortelius/workflow-toolkit/.github/workflows/helm-release-workflow.yml@754a0025c5262acd4495700e27ceda566780161f
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@77d53fd511a68d8eb84e7d91cdddc98cddf4e7e3
uses: ortelius/workflow-toolkit/.github/workflows/sbom-generation-workflow.yml@754a0025c5262acd4495700e27ceda566780161f
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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0

- name: Initialize CodeQL
uses: github/codeql-action/init@701f152f28d4350ad289a5e31435e9ab6169a7ca # v2.21.6
uses: github/codeql-action/init@04daf014b50eaf774287bf3f0f1869d4b4c4b913 # v2.21.7
with:
languages: "go"

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@701f152f28d4350ad289a5e31435e9ab6169a7ca # v2.21.6
uses: github/codeql-action/analyze@04daf014b50eaf774287bf3f0f1869d4b4c4b913 # v2.21.7
with:
category: "/language:go"

0 comments on commit bd65ea4

Please sign in to comment.