Skip to content

Commit 712a7aa

Browse files
Result of tsccr-helper -log-level=info gha update -latest .github/
1 parent 053b04c commit 712a7aa

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/go-tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515

1616
steps:
1717
- name: Setup go
18-
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
18+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
1919
with:
2020
go-version: ${{ matrix.go-version }}
2121

2222
- name: Checkout code
23-
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
23+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2424

2525
- name: Create test directory
2626
run: |
@@ -30,7 +30,7 @@ jobs:
3030
run: go mod download
3131

3232
- name: Cache / restore go modules
33-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
33+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
3434
with:
3535
path: |
3636
~/go/pkg/mod
@@ -50,7 +50,7 @@ jobs:
5050
fi
5151
5252
- name: Run golangci-lint
53-
uses: golangci/golangci-lint-action@08e2f20817b15149a52b5b3ebe7de50aff2ba8c5
53+
uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # v7.0.0
5454

5555
# Install gotestsum with go get for 1.15.3; otherwise default to go install
5656
- name: Install gotestsum
@@ -71,13 +71,13 @@ jobs:
7171
7272
# Save coverage report parts
7373
- name: Upload and save artifacts
74-
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
74+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
7575
with:
7676
name: Test Results-${{matrix.go-version}}
7777
path: ${{ env.TEST_RESULTS }}
7878

7979
- name: Upload coverage report
80-
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
80+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
8181
with:
8282
path: coverage.out
8383
name: Coverage-report-${{matrix.go-version}}

0 commit comments

Comments
 (0)