-
Notifications
You must be signed in to change notification settings - Fork 238
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Result of tsccr-helper -pin-all-workflows .
- Loading branch information
1 parent
c12e42f
commit dbb4c7a
Showing
2 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,19 +20,19 @@ jobs: | |
contents: read | ||
steps: | ||
- name: Setup go | ||
uses: actions/setup-go@v3 | ||
uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0 | ||
with: | ||
go-version: ${{ matrix.go-version }} | ||
|
||
- name: Checkout code | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 | ||
|
||
- name: Create test directory | ||
run: | | ||
mkdir -p ${{ env.TEST_RESULTS_PATH }} | ||
- name: Setup cache for go modules | ||
uses: actions/cache@v3 | ||
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1 | ||
with: | ||
path: | | ||
~/.cache/go-build | ||
|
@@ -59,7 +59,7 @@ jobs: | |
run: go install gotest.tools/[email protected] | ||
|
||
- name: Configure AWS Credentials | ||
uses: aws-actions/configure-aws-credentials@v1 | ||
uses: aws-actions/configure-aws-credentials@e1e17a757e536f70e52b5a12b2e8d1d1c60e04ef # v2.0.0 | ||
with: | ||
aws-region: us-east-1 | ||
role-to-assume: arn:aws:iam::388664967494:role/hc-go-getter-test | ||
|
@@ -82,7 +82,7 @@ jobs: | |
# Save coverage report parts | ||
- name: Upload and save artifacts | ||
uses: actions/upload-artifact@v3 | ||
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 | ||
with: | ||
name: linux test results | ||
path: linux_cov.part | ||
|
@@ -103,15 +103,15 @@ jobs: | |
run: git config --global core.autocrlf false | ||
|
||
- name: Setup Go | ||
uses: actions/setup-go@v3 | ||
uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0 | ||
with: | ||
go-version: ${{ matrix.go-version }} | ||
|
||
- name: Checkout code | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 | ||
|
||
- name: Setup cache for go modules | ||
uses: actions/cache@v3 | ||
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1 | ||
with: | ||
path: | | ||
~\AppData\Local\go-build | ||
|
@@ -128,7 +128,7 @@ jobs: | |
run: go install gotest.tools/[email protected] | ||
|
||
- name: Configure AWS Credentials | ||
uses: aws-actions/configure-aws-credentials@v1 | ||
uses: aws-actions/configure-aws-credentials@e1e17a757e536f70e52b5a12b2e8d1d1c60e04ef # v2.0.0 | ||
with: | ||
aws-region: us-east-1 | ||
role-to-assume: arn:aws:iam::388664967494:role/hc-go-getter-test | ||
|
@@ -152,7 +152,7 @@ jobs: | |
# Save coverage report parts | ||
- name: Upload and save artifacts | ||
uses: actions/upload-artifact@v3 | ||
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 | ||
with: | ||
name: windows test results | ||
path: win_cov.part |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters