Skip to content

Commit 469a0fa

Browse files
authored
Remove workflow actions version comments since upgrades are done via dependabot (#4161)
1 parent 349cc08 commit 469a0fa

8 files changed

+0
-24
lines changed

.github/workflows/arc-publish-chart.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ jobs:
4545
fetch-depth: 0
4646

4747
- name: Set up Helm
48-
# Using https://github.com/Azure/setup-helm/releases/tag/v4.2.0
4948
uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112
5049
with:
5150
version: ${{ env.HELM_VERSION }}
@@ -64,7 +63,6 @@ jobs:
6463
python-version: "3.11"
6564

6665
- name: Set up chart-testing
67-
# https://github.com/helm/chart-testing-action/releases/tag/v2.7.0
6866
uses: helm/chart-testing-action@0d28d3144d3a25ea2cc349d6e59901c4ff469b3b
6967

7068
- name: Run chart-testing (list-changed)
@@ -81,7 +79,6 @@ jobs:
8179
8280
- name: Create kind cluster
8381
if: steps.list-changed.outputs.changed == 'true'
84-
# https://github.com/helm/kind-action/releases/tag/v1.12.0
8582
uses: helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3
8683

8784
# We need cert-manager already installed in the cluster because we assume the CRDs exist
@@ -148,7 +145,6 @@ jobs:
148145
149146
- name: Get Token
150147
id: get_workflow_token
151-
# https://github.com/peter-murray/workflow-application-token-action/releases/tag/v3.0.0
152148
uses: peter-murray/workflow-application-token-action@d17e3a9a36850ea89f35db16c1067dd2b68ee343
153149
with:
154150
application_id: ${{ secrets.ACTIONS_ACCESS_APP_ID }}

.github/workflows/arc-publish.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ jobs:
7373
7474
- name: Get Token
7575
id: get_workflow_token
76-
# https://github.com/peter-murray/workflow-application-token-action/releases/tag/v3.0.0
7776
uses: peter-murray/workflow-application-token-action@d17e3a9a36850ea89f35db16c1067dd2b68ee343
7877
with:
7978
application_id: ${{ secrets.ACTIONS_ACCESS_APP_ID }}

.github/workflows/arc-release-runners.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ jobs:
3939
4040
- name: Get Token
4141
id: get_workflow_token
42-
# https://github.com/peter-murray/workflow-application-token-action/releases/tag/v3.0.0
4342
uses: peter-murray/workflow-application-token-action@d17e3a9a36850ea89f35db16c1067dd2b68ee343
4443
with:
4544
application_id: ${{ secrets.ACTIONS_ACCESS_APP_ID }}

.github/workflows/arc-validate-chart.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ jobs:
4545
fetch-depth: 0
4646

4747
- name: Set up Helm
48-
# Using https://github.com/Azure/setup-helm/releases/tag/v4.2.0
4948
uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112
5049
with:
5150
version: ${{ env.HELM_VERSION }}
@@ -56,7 +55,6 @@ jobs:
5655
python-version: "3.11"
5756

5857
- name: Set up chart-testing
59-
# https://github.com/helm/chart-testing-action/releases/tag/v2.7.0
6058
uses: helm/chart-testing-action@0d28d3144d3a25ea2cc349d6e59901c4ff469b3b
6159

6260
- name: Run chart-testing (list-changed)
@@ -72,7 +70,6 @@ jobs:
7270
ct lint --config charts/.ci/ct-config.yaml
7371
7472
- name: Create kind cluster
75-
# https://github.com/helm/kind-action/releases/tag/v1.12.0
7673
uses: helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3
7774
if: steps.list-changed.outputs.changed == 'true'
7875

.github/workflows/gha-publish-chart.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ jobs:
7272
echo "repository_owner=$(echo ${{ github.repository_owner }} | tr '[:upper:]' '[:lower:]')" >> $GITHUB_OUTPUT
7373
7474
- name: Set up QEMU
75-
# https://github.com/docker/setup-qemu-action/releases/tag/v3.6.0
7675
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392
7776

7877
- name: Set up Docker Buildx
@@ -85,15 +84,13 @@ jobs:
8584
driver-opts: image=moby/buildkit:v0.10.6
8685

8786
- name: Login to GitHub Container Registry
88-
# https://github.com/docker/login-action/releases/tag/v3.4.0
8987
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772
9088
with:
9189
registry: ghcr.io
9290
username: ${{ github.actor }}
9391
password: ${{ secrets.GITHUB_TOKEN }}
9492

9593
- name: Build & push controller image
96-
# https://github.com/docker/build-push-action/releases/tag/v6.18.0
9794
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
9895
with:
9996
file: Dockerfile
@@ -141,7 +138,6 @@ jobs:
141138
echo "repository_owner=$(echo ${{ github.repository_owner }} | tr '[:upper:]' '[:lower:]')" >> $GITHUB_OUTPUT
142139
143140
- name: Set up Helm
144-
# Using https://github.com/Azure/setup-helm/releases/tag/v4.2.0
145141
uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112
146142
with:
147143
version: ${{ env.HELM_VERSION }}
@@ -189,7 +185,6 @@ jobs:
189185
echo "repository_owner=$(echo ${{ github.repository_owner }} | tr '[:upper:]' '[:lower:]')" >> $GITHUB_OUTPUT
190186
191187
- name: Set up Helm
192-
# Using https://github.com/Azure/setup-helm/releases/tag/v4.2.0
193188
uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112
194189
with:
195190
version: ${{ env.HELM_VERSION }}

.github/workflows/gha-validate-chart.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ jobs:
4141
fetch-depth: 0
4242

4343
- name: Set up Helm
44-
# Using https://github.com/Azure/setup-helm/releases/tag/v4.2.0
4544
uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112
4645
with:
4746
version: ${{ env.HELM_VERSION }}
@@ -52,7 +51,6 @@ jobs:
5251
python-version: "3.11"
5352

5453
- name: Set up chart-testing
55-
# https://github.com/helm/chart-testing-action/releases/tag/v2.7.0
5654
uses: helm/chart-testing-action@0d28d3144d3a25ea2cc349d6e59901c4ff469b3b
5755

5856
- name: Run chart-testing (list-changed)
@@ -75,7 +73,6 @@ jobs:
7573
version: latest
7674

7775
- name: Build controller image
78-
# https://github.com/docker/build-push-action/releases/tag/v6.18.0
7976
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
8077
if: steps.list-changed.outputs.changed == 'true'
8178
with:
@@ -91,7 +88,6 @@ jobs:
9188
cache-to: type=gha,mode=max
9289

9390
- name: Create kind cluster
94-
# https://github.com/helm/kind-action/releases/tag/v1.12.0
9591
uses: helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3
9692
if: steps.list-changed.outputs.changed == 'true'
9793
with:

.github/workflows/global-publish-canary.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ jobs:
5959

6060
- name: Get Token
6161
id: get_workflow_token
62-
# https://github.com/peter-murray/workflow-application-token-action/releases/tag/v3.0.0
6362
uses: peter-murray/workflow-application-token-action@d17e3a9a36850ea89f35db16c1067dd2b68ee343
6463
with:
6564
application_id: ${{ secrets.ACTIONS_ACCESS_APP_ID }}
@@ -94,7 +93,6 @@ jobs:
9493
uses: actions/checkout@v4
9594

9695
- name: Login to GitHub Container Registry
97-
# https://github.com/docker/login-action/releases/tag/v3.4.0
9896
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772
9997
with:
10098
registry: ghcr.io
@@ -112,18 +110,15 @@ jobs:
112110
echo "repository_owner=$(echo ${{ github.repository_owner }} | tr '[:upper:]' '[:lower:]')" >> $GITHUB_OUTPUT
113111
114112
- name: Set up QEMU
115-
# https://github.com/docker/setup-qemu-action/releases/tag/v3.6.0
116113
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392
117114

118115
- name: Set up Docker Buildx
119-
# https://github.com/docker/setup-buildx-action/releases/tag/v3.10.0
120116
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435
121117
with:
122118
version: latest
123119

124120
# Unstable builds - run at your own risk
125121
- name: Build and Push
126-
# https://github.com/docker/build-push-action/releases/tag/v6.18.0
127122
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
128123
with:
129124
context: .

.github/workflows/go.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ jobs:
4848
go-version-file: "go.mod"
4949
cache: false
5050
- name: golangci-lint
51-
# https://github.com/golangci/golangci-lint-action/releases/tag/v7.0.0
5251
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9
5352
with:
5453
only-new-issues: true

0 commit comments

Comments
 (0)