File tree Expand file tree Collapse file tree 5 files changed +18
-5
lines changed Expand file tree Collapse file tree 5 files changed +18
-5
lines changed Original file line number Diff line number Diff line change
1
+ root = true
2
+
3
+ [* ]
4
+ charset = utf-8
5
+ end_of_line = lf
6
+ insert_final_newline = true
7
+ trim_trailing_whitespace = true
8
+ indent_size = 4
9
+ indent_style = tab
10
+
11
+ [* .{md,yml,yaml} ]
12
+ indent_size = 2
13
+ indent_style = space
Original file line number Diff line number Diff line change 33
33
go-version : stable
34
34
35
35
- name : Lint Code
36
- uses : golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7 .0
36
+ uses : golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804 # v4.0 .0
37
37
with :
38
38
only-new-issues : true
39
39
Original file line number Diff line number Diff line change 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@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
51
+ uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
52
52
with :
53
53
name : SARIF file
54
54
path : results.sarif
Original file line number Diff line number Diff line change 36
36
pass_filenames : false
37
37
38
38
- repo : https://github.com/golangci/golangci-lint
39
- rev : v1.55.2
39
+ rev : v1.56.1
40
40
hooks :
41
41
- id : golangci-lint
42
42
args : [--new-from-patch=/tmp/diff.patch]
52
52
- id : isort
53
53
54
54
- repo : https://github.com/psf/black
55
- rev : 24.1.1
55
+ rev : 24.2.0
56
56
hooks :
57
57
- id : black
58
58
Original file line number Diff line number Diff line change 1
- boto3 == 1.34.34
1
+ boto3 == 1.34.39
2
2
pytest == 8.0.0
3
3
requests == 2.31.0
You can’t perform that action at this time.
0 commit comments