Skip to content

Commit d3224ea

Browse files
committed
Two space before YAML comments makes the linter happy
Signed-off-by: Jan Dubois <[email protected]>
1 parent 318adac commit d3224ea

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

Diff for: .github/workflows/release.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@ jobs:
2525
xcodebuild -version
2626
# macOS SDK version
2727
xcrun --show-sdk-version
28-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
28+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
2929
with:
3030
fetch-depth: 1
31-
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
31+
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
3232
with:
3333
go-version: 1.23.x
3434
- name: Make darwin artifacts
3535
run: make artifacts-darwin
3636
- name: "Upload artifacts"
37-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
37+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
3838
with:
3939
name: artifacts-darwin
4040
path: _artifacts/
@@ -50,12 +50,12 @@ jobs:
5050
id-token: write # for provenances
5151
attestations: write # for provenances
5252
steps:
53-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
54-
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
53+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
54+
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
5555
with:
5656
name: artifacts-darwin
5757
path: _artifacts/
58-
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
58+
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
5959
with:
6060
go-version: 1.23.x
6161
- name: Install gcc-x86-64-linux-gnu
@@ -101,7 +101,7 @@ jobs:
101101
- - -
102102
Release manager: [ADD YOUR NAME HERE] (@[ADD YOUR GITHUB ID HERE])
103103
EOF
104-
- uses: actions/attest-build-provenance@1c608d11d69870c2092266b3f9a6f3abbf17002c # v1.4.3
104+
- uses: actions/attest-build-provenance@1c608d11d69870c2092266b3f9a6f3abbf17002c # v1.4.3
105105
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
106106
with:
107107
subject-path: _artifacts/*

Diff for: .github/workflows/test.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ jobs:
371371
# Set -count=1 to disable cache
372372
run: go test -v -count=1 ./pkg/networks/...
373373
- name: Test socket_vmnet
374-
uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0
374+
uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0
375375
with:
376376
timeout_minutes: 30
377377
retry_on: error
@@ -388,18 +388,18 @@ jobs:
388388
matrix:
389389
oldver: ["v0.15.1"]
390390
steps:
391-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
391+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
392392
with:
393393
fetch-depth: 0
394394
- name: Fetch homebrew-core commit messages
395-
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
395+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
396396
with:
397397
# needed by ./hack/brew-install-version.sh
398398
repository: homebrew/homebrew-core
399399
path: homebrew-core
400400
fetch-depth: 0
401401
filter: tree:0
402-
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
402+
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
403403
with:
404404
go-version: 1.23.x
405405
- name: Cache image used by ${{ matrix.oldver }}/examples/ubuntu-lts.yaml
@@ -413,7 +413,7 @@ jobs:
413413
# We revert back to 8.2.1, which seems to work fine
414414
./hack/brew-install-version.sh qemu 8.2.1
415415
- name: Test
416-
uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0
416+
uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0
417417
with:
418418
timeout_minutes: 30
419419
retry_on: error
@@ -434,10 +434,10 @@ jobs:
434434
- default.yaml
435435
- fedora.yaml
436436
steps:
437-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
437+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
438438
with:
439439
fetch-depth: 1
440-
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
440+
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
441441
with:
442442
go-version: 1.23.x
443443
- name: Make

0 commit comments

Comments
 (0)