File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ jobs:
178
178
- name : Run GoReleaser
179
179
uses : goreleaser/goreleaser-action@9ed2f89a662bf1735a48bc8557fd212fa902bebf # v6.1.0
180
180
with :
181
- version : v2.6.1 # renovate: datasource=github-tags depName=goreleaser/goreleaser
181
+ version : v2.7.0 # renovate: datasource=github-tags depName=goreleaser/goreleaser
182
182
args : ${{ github.ref_type == 'tag' && 'release' || 'build --snapshot' }} --clean
183
183
env :
184
184
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
@@ -217,7 +217,7 @@ jobs:
217
217
add-cpes-if-none : true
218
218
219
219
- name : Upload scan result to GitHub Security tab
220
- uses : github/codeql-action/upload-sarif@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
220
+ uses : github/codeql-action/upload-sarif@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
221
221
continue-on-error : true
222
222
with :
223
223
sarif_file : ${{ steps.scan.outputs.sarif }}
Original file line number Diff line number Diff line change 55
55
56
56
# Initializes the CodeQL tools for scanning.
57
57
- name : Initialize CodeQL
58
- uses : github/codeql-action/init@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
58
+ uses : github/codeql-action/init@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
59
59
with :
60
60
languages : ${{ matrix.language }}
61
61
build-mode : ${{ matrix.build-mode }}
67
67
# queries: security-extended,security-and-quality
68
68
69
69
- name : Perform CodeQL Analysis
70
- uses : github/codeql-action/analyze@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
70
+ uses : github/codeql-action/analyze@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
71
71
with :
72
72
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 27
27
- name : Setup Golang Environment
28
28
uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
29
29
with :
30
- go-version : stable
30
+ go-version-file : go.mod
31
31
32
32
- name : Lint Go
33
33
uses : golangci/golangci-lint-action@051d91933864810ecd5e2ea2cfd98f6a5bca5347 # v6.3.2
42
42
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
43
43
44
44
- name : Lint Actions
45
- uses : reviewdog/action-actionlint@abd537417cf4991e1ba8e21a67b1119f4f53b8e0 # v1.64.1
45
+ uses : reviewdog/action-actionlint@db58217885f9a6570da9c71be4e40ec33fe44a1f # v1.65.0
46
46
with :
47
47
actionlint_flags : -shellcheck ""
48
48
Original file line number Diff line number Diff line change 30
30
persist-credentials : false
31
31
32
32
- name : " Run analysis"
33
- uses : ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0
33
+ uses : ossf/scorecard-action@f49aabe0b5af0936a0987cfb85d86b75731b0186 # v2.4.1
34
34
with :
35
35
results_file : results.sarif
36
36
results_format : sarif
@@ -48,14 +48,14 @@ jobs:
48
48
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
49
49
# format to the repository Actions tab.
50
50
- name : " Upload artifact"
51
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
51
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
52
52
with :
53
53
name : SARIF file
54
54
path : results.sarif
55
55
retention-days : 5
56
56
57
57
# Upload the results to GitHub's code scanning dashboard.
58
58
- name : " Upload to code-scanning"
59
- uses : github/codeql-action/upload-sarif@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
59
+ uses : github/codeql-action/upload-sarif@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
60
60
with :
61
61
sarif_file : results.sarif
Original file line number Diff line number Diff line change 1
- # syntax=docker/dockerfile:1.13
1
+ # syntax=docker/dockerfile:1.14
2
2
FROM golang:1.23 AS builder
3
3
ARG VERSION
4
4
ARG TARGETARCH
You can’t perform that action at this time.
0 commit comments