File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -30,12 +30,12 @@ jobs:
3030 uses : actions/checkout@v3
3131
3232 - name : Build the container image
33- uses : docker/build-push-action@v3.1.0
33+ uses : docker/build-push-action@v3.1.1
3434 with :
3535 repository : golang-repo-template
3636
3737 - name : Push to GitHub Packages
38- uses : docker/build-push-action@v3.1.0
38+ uses : docker/build-push-action@v3.1.1
3939 if : github.event_name == 'release' || github.event_name == 'push'
4040 with :
4141 username : ${{ github.actor }}
6666 if : |
6767 (github.event_name == 'release' || github.event_name == 'push') &&
6868 contains(steps.check_dockerhub_credentials.outputs.missingsecrets, 'no')
69- uses : docker/build-push-action@v3.1.0
69+ uses : docker/build-push-action@v3.1.1
7070 with :
7171 username : ${{ secrets.DOCKER_USERNAME }}
7272 password : ${{ secrets.DOCKER_PASSWORD }}
Original file line number Diff line number Diff line change 5353 with :
5454 go-version : ${{ matrix.golang }}
5555 - name : Cache Go modules
56- uses : actions/cache@v3.0.5
56+ uses : actions/cache@v3.0.6
5757 with :
5858 path : ~/go/pkg/mod
5959 key : ${{ runner.os }}-go-${{ matrix.golang }}-v1-${{ hashFiles('**/go.sum') }}
@@ -112,7 +112,7 @@ jobs:
112112 uses : actions/setup-go@v3
113113 with :
114114 go-version : ${{ matrix.golang }}
115- - uses : actions/cache@v3.0.5
115+ - uses : actions/cache@v3.0.6
116116 with :
117117 path : ~/go/pkg/mod
118118 key : ${{ runner.os }}-go-${{ matrix.golang }}-v1-${{ hashFiles('**/go.sum') }}
@@ -157,7 +157,7 @@ jobs:
157157 uses : actions/setup-go@v3
158158 with :
159159 go-version : ${{ matrix.golang }}
160- - uses : actions/cache@v3.0.5
160+ - uses : actions/cache@v3.0.6
161161 with :
162162 path : ~/go/pkg/mod
163163 key : ${{ runner.os }}-go-${{ matrix.golang }}-v1-${{ hashFiles('**/go.sum') }}
Original file line number Diff line number Diff line change 3737 -
3838 name : Cache Go modules
3939 if : steps.semantic.outputs.new-release-published == 'true' && steps.repoman.outputs.has-go-binary == 'true'
40- uses : actions/cache@v3.0.5
40+ uses : actions/cache@v3.0.6
4141 with :
4242 path : ~/go/pkg/mod
4343 key : ${{ runner.os }}-go-${{ matrix.golang }}-v1-${{ hashFiles('**/go.sum') }}
Original file line number Diff line number Diff line change 3030 env :
3131 SCORECARD_READ_TOKEN : ${{ secrets.SCORECARD_READ_TOKEN }}
3232 if : env.SCORECARD_READ_TOKEN != null
33- uses : ossf/scorecard-action@ce330fde6b1a5c9c75b417e7efc510b822a35564 # v1.0.4
33+ uses : ossf/scorecard-action@e0d6e3eb1eb12616d754c19296cfd1bdd117d23a # v1.0.4
3434 with :
3535 results_file : results.sarif
3636 results_format : sarif
Original file line number Diff line number Diff line change 22 "dependencies" : {
33 "alex" : " 10.0.0" ,
44 "markdown-spellcheck" : " 1.3.1" ,
5- "markdownlint-cli" : " 0.31 .1" ,
5+ "markdownlint-cli" : " 0.32 .1" ,
66 "remark-cli" : " 11.0.0" ,
77 "remark-lint" : " 9.1.1"
88 }
You can’t perform that action at this time.
0 commit comments