File tree Expand file tree Collapse file tree 5 files changed +414
-414
lines changed
Expand file tree Collapse file tree 5 files changed +414
-414
lines changed Original file line number Diff line number Diff line change 3030 echo "GOCACHE=/home/runner/go/pkg/mod" >> $GITHUB_ENV
3131 echo "GOMODCACHE=/home/runner/.cache/go-build" >> $GITHUB_ENV
3232 fi
33- - uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
33+ - uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
3434 if : ${{ inputs.upload-cache == 'true' }}
3535 with :
3636 path : |
3939 key : ${{ inputs.cache-prefix }}-${{ runner.os }}-${{ runner.arch }}-go-${{ inputs.go-version }}-${{ hashFiles('**/go.sum') }}
4040 restore-keys : |
4141 ${{ inputs.cache-prefix }}-${{ runner.os }}-${{ runner.arch }}-go-${{ inputs.go-version }}-
42- - uses : actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
42+ - uses : actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
4343 if : ${{ inputs.upload-cache != 'true' }}
4444 with :
4545 path : |
4848 key : ${{ inputs.cache-prefix }}-${{ runner.os }}-${{ runner.arch }}-go-${{ inputs.go-version }}-${{ hashFiles('**/go.sum') }}
4949 restore-keys : |
5050 ${{ inputs.cache-prefix }}-${{ runner.os }}-${{ runner.arch }}-go-${{ inputs.go-version }}-
51- - uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
51+ - uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
5252 with :
5353 cache : false
5454 go-version : ${{ inputs.go-version }}
Original file line number Diff line number Diff line change 1919 permissions :
2020 contents : read
2121 steps :
22- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
22+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2323 with :
2424 persist-credentials : false
2525 - name : go-version
3030 with :
3131 go-version : ${{ steps.go-version.outputs.go-version }}
3232 upload-cache : false
33- - uses : golang/govulncheck-action@b625fbe08f3bccbe446d94fbf87fcc875a4f50ee # v1.0.4
33+ - uses : golang/govulncheck-action@b625fbe08f3bccbe446d94fbf87fcc875a4f50ee # v1.0.4
3434 with :
3535 cache : false
3636 go-version-input : ${{ steps.go-version.outputs.go-version }}
Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ jobs:
2020 permissions :
2121 contents : read
2222 steps :
23- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
23+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2424 with :
2525 persist-credentials : false
2626 - id : filter
27- uses : dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
27+ uses : dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
2828 with :
2929 filters : |
3030 shared: &shared
@@ -41,10 +41,10 @@ jobs:
4141 permissions :
4242 contents : read
4343 steps :
44- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
44+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
4545 with :
4646 persist-credentials : false
47- - uses : reviewdog/action-misspell@d6429416b12b09b4e2768307d53bef58d172e962 # v1.27.0
47+ - uses : reviewdog/action-misspell@d6429416b12b09b4e2768307d53bef58d172e962 # v1.27.0
4848 with :
4949 locale : US
5050 test-install-sh :
6060 env :
6161 BINARY : ${{ matrix.os == 'windows-2022' && 'bin/chezmoi.exe' || 'bin/chezmoi' }}
6262 steps :
63- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
63+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
6464 with :
6565 persist-credentials : false
6666 - name : test-${{ matrix.os }}-local
8888 env :
8989 BINARY : ${{ matrix.os == 'windows-2022' && 'bin/chezmoi.exe' || 'bin/chezmoi' }}
9090 steps :
91- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
91+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
9292 - name : test-${{ matrix.os }}-local-pwsh
9393 shell : pwsh
9494 run : |
Original file line number Diff line number Diff line change 1717 action :
1818 runs-on : ubuntu-22.04
1919 steps :
20- - uses : dessant/lock-threads@7266a7ce5c1df01b1c6db85bf8cd86c737dadbe7 # v6.0.0
20+ - uses : dessant/lock-threads@7266a7ce5c1df01b1c6db85bf8cd86c737dadbe7 # v6.0.0
2121 with :
2222 process-only : issues, prs
2323 issue-lock-reason : resolved
You can’t perform that action at this time.
0 commit comments