File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,15 +49,15 @@ jobs:
4949 working-directory : build
5050 - name : Restore rq cache
5151 id : cache-rq
52- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
52+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
5353 with :
5454 path : ~/go/bin/rq
5555 key : ${{ runner.os }}-${{ runner.arch }}-go-rq-${{ env.RQ_VERSION }}
5656 - run : go install git.sr.ht/~charles/rq/cmd/rq@${{ env.RQ_VERSION }}
5757 if : steps.cache-rq.outputs.cache-hit != 'true'
5858 - name : Cache rq binary
5959 if : steps.cache-rq.outputs.cache-hit != 'true'
60- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
60+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
6161 with :
6262 path : ~/go/bin/rq
6363 key : ${{ runner.os }}-${{ runner.arch }}-go-rq-${{ env.RQ_VERSION }}
Original file line number Diff line number Diff line change @@ -27,14 +27,14 @@ jobs:
2727 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2828
2929 - name : Initialize CodeQL
30- uses : github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v3.29.5
30+ uses : github/codeql-action/init@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v3.29.5
3131 with :
3232 languages : ${{ matrix.language }}
3333
3434 - name : Autobuild
35- uses : github/codeql-action/autobuild@c10b8064de6f491fea524254123dbe5e09572f13 # v3.29.5
35+ uses : github/codeql-action/autobuild@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v3.29.5
3636
3737 - name : Perform CodeQL Analysis
38- uses : github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v3.29.5
38+ uses : github/codeql-action/analyze@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v3.29.5
3939 with :
4040 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 3030 check-latest : true
3131
3232 - name : Install GoReleaser
33- uses : goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7.0 .0
33+ uses : goreleaser/goreleaser-action@e24998b8b67b290c2fa8b7c14fcfa7de2c5c9b8c # v7.1 .0
3434 with :
3535 install-only : true
3636
Original file line number Diff line number Diff line change 3939 retention-days : 5
4040
4141 - name : " Upload to code-scanning"
42- uses : github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v3.29.5
42+ uses : github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v3.29.5
4343 with :
4444 sarif_file : results.sarif
Original file line number Diff line number Diff line change @@ -25,15 +25,15 @@ jobs:
2525 go-version-file : go.mod
2626 - name : Restore rq cache
2727 id : cache-rq
28- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
28+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
2929 with :
3030 path : ~/go/bin/rq
3131 key : ${{ runner.os }}-${{ runner.arch }}-go-rq-${{ env.RQ_VERSION }}
3232 - run : go install git.sr.ht/~charles/rq/cmd/rq@${{ env.RQ_VERSION }}
3333 if : steps.cache-rq.outputs.cache-hit != 'true'
3434 - name : Cache rq binary
3535 if : steps.cache-rq.outputs.cache-hit != 'true'
36- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
36+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
3737 with :
3838 path : ~/go/bin/rq
3939 key : ${{ runner.os }}-${{ runner.arch }}-go-rq-${{ env.RQ_VERSION }}
You can’t perform that action at this time.
0 commit comments