1212 push :
1313 tags : ['v*']
1414
15- # Declare default permissions as read only.
15+ # Declare default permissions as read- only.
1616permissions : read-all
1717
1818jobs :
@@ -41,13 +41,13 @@ jobs:
4141 sudo DEBIAN_FRONTEND=noninteractive apt-get update
4242 sudo DEBIAN_FRONTEND=noninteractive apt-get install -y software-properties-common ca-certificates gnupg-agent curl build-essential make
4343
44- # Ref : https://github.com/actions/checkout
44+ # See : https://github.com/actions/checkout
4545 - name : " Checkout Source"
46- uses : actions/checkout@v5
46+ uses : actions/checkout@v6
4747 with :
4848 fetch-depth : 0
4949
50- # Ref : https://github.com/actions/setup-go
50+ # See : https://github.com/actions/setup-go
5151 - name : " Install Go"
5252 uses : actions/setup-go@v6
5353 with :
@@ -57,18 +57,18 @@ jobs:
5757 if : ${{ !startsWith(github.ref, 'refs/tags/v') }}
5858 run : echo "flags=--snapshot" >> $GITHUB_ENV
5959
60- # Ref : https://github.com/sigstore/cosign-installer
60+ # See : https://github.com/sigstore/cosign-installer
6161 - name : Install Cosign
6262 uses : sigstore/cosign-installer@v4.0.0
6363
64- # Ref : https://github.com/anchore/sbom-action
64+ # See : https://github.com/anchore/sbom-action
6565 - name : Generate SBOM via Syft
6666 uses : anchore/sbom-action@v0
6767 with :
6868 format : spdx-json
6969 artifact-name : sbom.spdx.json
7070
71- # Ref : https://github.com/goreleaser/goreleaser-action
71+ # See : https://github.com/goreleaser/goreleaser-action
7272 - name : " Release"
7373 uses : goreleaser/goreleaser-action@v6
7474 with :
0 commit comments