Skip to content

Commit e47b030

Browse files
chore(github-actions): update github actions (#705)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 960b626 commit e47b030

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
go-version-file: 'go.mod'
6767
cache: "${{ github.actor != 'renovate[bot]' }}"
6868

69-
- uses: anchore/sbom-action/download-syft@43a17d6e7add2b5535efe4dcae9952337c479a93 # v0.20.11
69+
- uses: anchore/sbom-action/download-syft@a930d0ac434e3182448fe678398ba5713717112a # v0.21.0
7070

7171
- name: Write gpg sign key
7272
if: env.GPG_KEY != null
@@ -79,7 +79,7 @@ jobs:
7979
uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4.0
8080
with:
8181
# renovate: github=goreleaser/goreleaser
82-
version: v2.13.1
82+
version: v2.13.2
8383
args: release --snapshot
8484
env:
8585
GITHUB_TOKEN: ""
@@ -126,7 +126,7 @@ jobs:
126126
fetch-depth: 0
127127

128128
- name: Lint Code Base
129-
uses: super-linter/super-linter/slim@47984f49b4e87383eed97890fe2dca6063bbd9c3 # v8.3.1
129+
uses: super-linter/super-linter/slim@d5b0a2ab116623730dd094f15ddc1b6b25bf7b99 # v8.3.2
130130
env:
131131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
132132
MULTI_STATUS: false
@@ -175,7 +175,7 @@ jobs:
175175
go-version-file: 'go.mod'
176176
cache: true
177177

178-
- uses: anchore/sbom-action/download-syft@43a17d6e7add2b5535efe4dcae9952337c479a93 # v0.20.11
178+
- uses: anchore/sbom-action/download-syft@a930d0ac434e3182448fe678398ba5713717112a # v0.21.0
179179

180180
- name: GPG configuration
181181
run: |-
@@ -201,7 +201,7 @@ jobs:
201201
uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4.0
202202
with:
203203
# renovate: github=goreleaser/goreleaser
204-
version: v2.13.1
204+
version: v2.13.2
205205
args: release --clean
206206
env:
207207
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)