diff --git a/.github/workflows/arc-publish-chart.yaml b/.github/workflows/arc-publish-chart.yaml index f9a8b17d..dd47350c 100644 --- a/.github/workflows/arc-publish-chart.yaml +++ b/.github/workflows/arc-publish-chart.yaml @@ -45,7 +45,6 @@ jobs: fetch-depth: 0 - name: Set up Helm - # Using https://github.com/Azure/setup-helm/releases/tag/v4.2.0 uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 with: version: ${{ env.HELM_VERSION }} @@ -64,7 +63,6 @@ jobs: python-version: "3.11" - name: Set up chart-testing - # https://github.com/helm/chart-testing-action/releases/tag/v2.7.0 uses: helm/chart-testing-action@0d28d3144d3a25ea2cc349d6e59901c4ff469b3b - name: Run chart-testing (list-changed) @@ -81,7 +79,6 @@ jobs: - name: Create kind cluster if: steps.list-changed.outputs.changed == 'true' - # https://github.com/helm/kind-action/releases/tag/v1.12.0 uses: helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # We need cert-manager already installed in the cluster because we assume the CRDs exist @@ -148,7 +145,6 @@ jobs: - name: Get Token id: get_workflow_token - # https://github.com/peter-murray/workflow-application-token-action/releases/tag/v3.0.0 uses: peter-murray/workflow-application-token-action@d17e3a9a36850ea89f35db16c1067dd2b68ee343 with: application_id: ${{ secrets.ACTIONS_ACCESS_APP_ID }} diff --git a/.github/workflows/arc-publish.yaml b/.github/workflows/arc-publish.yaml index b9913dfd..9eba867d 100644 --- a/.github/workflows/arc-publish.yaml +++ b/.github/workflows/arc-publish.yaml @@ -73,7 +73,6 @@ jobs: - name: Get Token id: get_workflow_token - # https://github.com/peter-murray/workflow-application-token-action/releases/tag/v3.0.0 uses: peter-murray/workflow-application-token-action@d17e3a9a36850ea89f35db16c1067dd2b68ee343 with: application_id: ${{ secrets.ACTIONS_ACCESS_APP_ID }} diff --git a/.github/workflows/arc-release-runners.yaml b/.github/workflows/arc-release-runners.yaml index 45c469fe..306b3ced 100644 --- a/.github/workflows/arc-release-runners.yaml +++ b/.github/workflows/arc-release-runners.yaml @@ -39,7 +39,6 @@ jobs: - name: Get Token id: get_workflow_token - # https://github.com/peter-murray/workflow-application-token-action/releases/tag/v3.0.0 uses: peter-murray/workflow-application-token-action@d17e3a9a36850ea89f35db16c1067dd2b68ee343 with: application_id: ${{ secrets.ACTIONS_ACCESS_APP_ID }} diff --git a/.github/workflows/arc-validate-chart.yaml b/.github/workflows/arc-validate-chart.yaml index 10079e44..771690db 100644 --- a/.github/workflows/arc-validate-chart.yaml +++ b/.github/workflows/arc-validate-chart.yaml @@ -45,7 +45,6 @@ jobs: fetch-depth: 0 - name: Set up Helm - # Using https://github.com/Azure/setup-helm/releases/tag/v4.2.0 uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 with: version: ${{ env.HELM_VERSION }} @@ -56,7 +55,6 @@ jobs: python-version: "3.11" - name: Set up chart-testing - # https://github.com/helm/chart-testing-action/releases/tag/v2.7.0 uses: helm/chart-testing-action@0d28d3144d3a25ea2cc349d6e59901c4ff469b3b - name: Run chart-testing (list-changed) @@ -72,7 +70,6 @@ jobs: ct lint --config charts/.ci/ct-config.yaml - name: Create kind cluster - # https://github.com/helm/kind-action/releases/tag/v1.12.0 uses: helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 if: steps.list-changed.outputs.changed == 'true' diff --git a/.github/workflows/gha-publish-chart.yaml b/.github/workflows/gha-publish-chart.yaml index 72ea9e5c..6a0ad653 100644 --- a/.github/workflows/gha-publish-chart.yaml +++ b/.github/workflows/gha-publish-chart.yaml @@ -72,7 +72,6 @@ jobs: echo "repository_owner=$(echo ${{ github.repository_owner }} | tr '[:upper:]' '[:lower:]')" >> $GITHUB_OUTPUT - name: Set up QEMU - # https://github.com/docker/setup-qemu-action/releases/tag/v3.6.0 uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 - name: Set up Docker Buildx @@ -85,7 +84,6 @@ jobs: driver-opts: image=moby/buildkit:v0.10.6 - name: Login to GitHub Container Registry - # https://github.com/docker/login-action/releases/tag/v3.4.0 uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 with: registry: ghcr.io @@ -93,7 +91,6 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build & push controller image - # https://github.com/docker/build-push-action/releases/tag/v6.18.0 uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 with: file: Dockerfile @@ -141,7 +138,6 @@ jobs: echo "repository_owner=$(echo ${{ github.repository_owner }} | tr '[:upper:]' '[:lower:]')" >> $GITHUB_OUTPUT - name: Set up Helm - # Using https://github.com/Azure/setup-helm/releases/tag/v4.2.0 uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 with: version: ${{ env.HELM_VERSION }} @@ -189,7 +185,6 @@ jobs: echo "repository_owner=$(echo ${{ github.repository_owner }} | tr '[:upper:]' '[:lower:]')" >> $GITHUB_OUTPUT - name: Set up Helm - # Using https://github.com/Azure/setup-helm/releases/tag/v4.2.0 uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 with: version: ${{ env.HELM_VERSION }} diff --git a/.github/workflows/gha-validate-chart.yaml b/.github/workflows/gha-validate-chart.yaml index 3d6ff144..07d5cc24 100644 --- a/.github/workflows/gha-validate-chart.yaml +++ b/.github/workflows/gha-validate-chart.yaml @@ -41,7 +41,6 @@ jobs: fetch-depth: 0 - name: Set up Helm - # Using https://github.com/Azure/setup-helm/releases/tag/v4.2.0 uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 with: version: ${{ env.HELM_VERSION }} @@ -52,7 +51,6 @@ jobs: python-version: "3.11" - name: Set up chart-testing - # https://github.com/helm/chart-testing-action/releases/tag/v2.7.0 uses: helm/chart-testing-action@0d28d3144d3a25ea2cc349d6e59901c4ff469b3b - name: Run chart-testing (list-changed) @@ -75,7 +73,6 @@ jobs: version: latest - name: Build controller image - # https://github.com/docker/build-push-action/releases/tag/v6.18.0 uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 if: steps.list-changed.outputs.changed == 'true' with: @@ -91,7 +88,6 @@ jobs: cache-to: type=gha,mode=max - name: Create kind cluster - # https://github.com/helm/kind-action/releases/tag/v1.12.0 uses: helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 if: steps.list-changed.outputs.changed == 'true' with: diff --git a/.github/workflows/global-publish-canary.yaml b/.github/workflows/global-publish-canary.yaml index 38ba1225..2f0a2fbd 100644 --- a/.github/workflows/global-publish-canary.yaml +++ b/.github/workflows/global-publish-canary.yaml @@ -59,7 +59,6 @@ jobs: - name: Get Token id: get_workflow_token - # https://github.com/peter-murray/workflow-application-token-action/releases/tag/v3.0.0 uses: peter-murray/workflow-application-token-action@d17e3a9a36850ea89f35db16c1067dd2b68ee343 with: application_id: ${{ secrets.ACTIONS_ACCESS_APP_ID }} @@ -94,7 +93,6 @@ jobs: uses: actions/checkout@v4 - name: Login to GitHub Container Registry - # https://github.com/docker/login-action/releases/tag/v3.4.0 uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 with: registry: ghcr.io @@ -112,18 +110,15 @@ jobs: echo "repository_owner=$(echo ${{ github.repository_owner }} | tr '[:upper:]' '[:lower:]')" >> $GITHUB_OUTPUT - name: Set up QEMU - # https://github.com/docker/setup-qemu-action/releases/tag/v3.6.0 uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 - name: Set up Docker Buildx - # https://github.com/docker/setup-buildx-action/releases/tag/v3.10.0 uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 with: version: latest # Unstable builds - run at your own risk - name: Build and Push - # https://github.com/docker/build-push-action/releases/tag/v6.18.0 uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 with: context: . diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 6893d83d..800c49cc 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -48,7 +48,6 @@ jobs: go-version-file: "go.mod" cache: false - name: golangci-lint - # https://github.com/golangci/golangci-lint-action/releases/tag/v7.0.0 uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 with: only-new-issues: true