Skip to content

Commit fa0cf2c

Browse files
authored
Merge branch 'main' into chore/add-homebrew
2 parents 067ae3c + f583031 commit fa0cf2c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
go-version: stable
3131

3232
- name: Lint Go
33-
uses: golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # v6.0.1
33+
uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # v6.1.0
3434

3535
actionlint:
3636
name: Actionlint

.github/workflows/scorecards.yml

+1-1
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@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
51+
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
5252
with:
5353
name: SARIF file
5454
path: results.sarif

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repos:
3232
- id: golangci-lint-full
3333

3434
- repo: https://github.com/asottile/pyupgrade
35-
rev: v3.16.0
35+
rev: v3.17.0
3636
hooks:
3737
- id: pyupgrade
3838

0 commit comments

Comments
 (0)