Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: "Checkout repository"
uses: actions/checkout@v6.0.2
uses: actions/checkout@v6.0.3
- name: "Initialize CodeQL"
uses: github/codeql-action/init@v4
- name: "Compile code"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6.0.2
- uses: actions/checkout@v6.0.3
- name: golangci-lint
uses: golangci/golangci-lint-action@v9
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v6.0.2
uses: actions/checkout@v6.0.3
with:
fetch-depth: 0
- name: Set up Go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: "Checkout code"
uses: actions/checkout@v6.0.2
uses: actions/checkout@v6.0.3
with:
fetch-depth: 0
- name: "Set up Go"
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/staticcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
name: Imports
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6.0.2
- uses: actions/checkout@v6.0.3
- name: check
# uses: grandcolline/golang-github-actions@4356d0458ea4bfdb55fcb296437812acef970f9b
uses: senorprogrammer/golang-github-actions@c2675d08254b17c070e524b3d907cfaf05fbae6f
Expand All @@ -18,7 +18,7 @@ jobs:
name: Errcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6.0.2
- uses: actions/checkout@v6.0.3
- name: check
# uses: grandcolline/golang-github-actions@4356d0458ea4bfdb55fcb296437812acef970f9b
uses: senorprogrammer/golang-github-actions@c2675d08254b17c070e524b3d907cfaf05fbae6f
Expand All @@ -30,7 +30,7 @@ jobs:
#name: Lint
#runs-on: ubuntu-latest
#steps:
#- uses: actions/checkout@v6.0.2
#- uses: actions/checkout@v6.0.3
#- name: check
#uses: grandcolline/golang-github-actions@4356d04
#with:
Expand All @@ -41,7 +41,7 @@ jobs:
name: Shadow
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6.0.2
- uses: actions/checkout@v6.0.3
- name: check
# uses: grandcolline/golang-github-actions@4356d0458ea4bfdb55fcb296437812acef970f9b
uses: senorprogrammer/golang-github-actions@c2675d08254b17c070e524b3d907cfaf05fbae6f
Expand All @@ -53,7 +53,7 @@ jobs:
name: StaticCheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6.0.2
- uses: actions/checkout@v6.0.3
- name: check
# uses: grandcolline/golang-github-actions@4356d0458ea4bfdb55fcb296437812acef970f9b
uses: senorprogrammer/golang-github-actions@c2675d08254b17c070e524b3d907cfaf05fbae6f
Expand All @@ -65,7 +65,7 @@ jobs:
#name: Sec
#runs-on: ubuntu-latest
#steps:
#- uses: actions/checkout@v6.0.2
#- uses: actions/checkout@v6.0.3
#- name: check
#uses: grandcolline/golang-github-actions@4356d04
#with:
Expand Down