Skip to content

Commit 2ead67c

Browse files
authored
Merge branch 'main' into chore/add-yamllint
2 parents c8ca086 + 547224c commit 2ead67c

File tree

5 files changed

+18
-5
lines changed

5 files changed

+18
-5
lines changed

.editorconfig

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
go-version: stable
3434

3535
- name: Lint Code
36-
uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7.0
36+
uses: golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804 # v4.0.0
3737
with:
3838
only-new-issues: true
3939

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
4949
# format to the repository Actions tab.
5050
- name: "Upload artifact"
51-
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
51+
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
5252
with:
5353
name: SARIF file
5454
path: results.sarif

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ repos:
3636
pass_filenames: false
3737

3838
- repo: https://github.com/golangci/golangci-lint
39-
rev: v1.55.2
39+
rev: v1.56.1
4040
hooks:
4141
- id: golangci-lint
4242
args: [--new-from-patch=/tmp/diff.patch]
@@ -52,7 +52,7 @@ repos:
5252
- id: isort
5353

5454
- repo: https://github.com/psf/black
55-
rev: 24.1.1
55+
rev: 24.2.0
5656
hooks:
5757
- id: black
5858

tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
boto3==1.34.34
1+
boto3==1.34.39
22
pytest==8.0.0
33
requests==2.31.0

0 commit comments

Comments
 (0)