diff --git a/.github/workflows/build-push-chart.yml b/.github/workflows/build-push-chart.yml index 80dea0c..fa40f9a 100644 --- a/.github/workflows/build-push-chart.yml +++ b/.github/workflows/build-push-chart.yml @@ -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 }} @@ -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 }} @@ -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 }} @@ -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 }} @@ -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 }} diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 8b64811..65ef9b7 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -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"