Skip to content

Commit 46a3fb7

Browse files
committed
fix yamllint errors
Signed-off-by: Jordan Evans <jevans@linuxfoundation.org>
1 parent d99de06 commit 46a3fb7

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.github/workflows/ko-build-tag.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
---
44
name: Publish Tagged Release
55

6-
on:
6+
"on":
77
push:
88
tags:
99
- v*
@@ -28,7 +28,7 @@ jobs:
2828
chart_version: ${{ steps.prepare.outputs.chart_version }}
2929
steps:
3030
- name: Checkout repository
31-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
31+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3232

3333
- name: Prepare versions and chart name
3434
id: prepare
@@ -75,11 +75,12 @@ jobs:
7575
image_name: ${{ steps.publish-ghcr.outputs.image_name }}
7676
steps:
7777
- name: Checkout repository
78-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
78+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
7979

8080
- name: Publish Chart to GHCR
8181
id: publish-ghcr
82-
uses: linuxfoundation/lfx-public-workflows/.github/actions/helm-chart-oci-publisher@c465d6571fa0b8be9d551d902955164ea04a00af # main
82+
# yamllint disable-line rule:line-length
83+
uses: linuxfoundation/lfx-public-workflows/.github/actions/helm-chart-oci-publisher@c465d6571fa0b8be9d551d902955164ea04a00af # main
8384
with:
8485
name: ${{ needs.publish.outputs.chart_name }}
8586
repository: ${{ github.repository }}/chart
@@ -90,12 +91,12 @@ jobs:
9091
registry_password: ${{ secrets.GITHUB_TOKEN }}
9192

9293
- name: Install Cosign
93-
uses: sigstore/cosign-installer@d58896d6a1865668819e1d91763c7751a165e159 # v3.9.2
94+
uses: sigstore/cosign-installer@d58896d6a1865668819e1d91763c7751a165e159 # v3.9.2
9495
with:
9596
cosign-release: "${{ env.COSIGN_VERSION }}"
9697

9798
- name: Login to GitHub
98-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
99+
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
99100
with:
100101
registry: ghcr.io
101102
username: ${{ github.actor }}

.github/workflows/license-header-check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ permissions:
1212
jobs:
1313
license-header-check:
1414
name: License Header Check
15+
# yamllint disable-line rule:line-length
1516
uses: linuxfoundation/lfx-public-workflows/.github/workflows/license-header-check.yml@c465d6571fa0b8be9d551d902955164ea04a00af
1617
with:
1718
copyright_line: "Copyright The Linux Foundation and each contributor to LFX."

charts/lfx-v2-query-service/values.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,3 @@ jwks:
6868
url: http://lfx-platform-heimdall:4457/.well-known/jwks
6969
jwt:
7070
signatureAlgorithm: PS256
71-

0 commit comments

Comments
 (0)