File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : Checkout Repository
24- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
24+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2525 with :
2626 show-progress : false
2727 - name : Setup Golang
5656 GOEXPERIMENT : nocoverageredesign
5757 steps :
5858 - name : Checkout Repository
59- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
59+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
6060 with :
6161 show-progress : false
6262 - name : Setup Golang
7575 if : github.event_name != 'push'
7676 steps :
7777 - name : Checkout Repository
78- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
78+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
7979 with :
8080 show-progress : false
8181 - name : Setup Golang
9898 if : github.event_name == 'push'
9999 steps :
100100 - name : Checkout Repository
101- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
101+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
102102 with :
103103 show-progress : false
104104 fetch-depth : 0
@@ -131,7 +131,7 @@ jobs:
131131 - publish-release
132132 steps :
133133 - name : Checkout Repository
134- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
134+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
135135 with :
136136 show-progress : false
137137 - name : Download Binaries
Original file line number Diff line number Diff line change 2525 security-events : write
2626 steps :
2727 - name : Checkout repository
28- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
28+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2929 with :
3030 show-progress : false
3131 - name : Setup Golang
@@ -38,10 +38,10 @@ jobs:
3838 version : ${{ env.GORELEASER_VERSION }}
3939 install-only : true
4040 - name : Initialize CodeQL
41- uses : github/codeql-action/init@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
41+ uses : github/codeql-action/init@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
4242 with :
4343 languages : go
4444 - name : Run Build
4545 run : make build
4646 - name : Perform CodeQL Analysis
47- uses : github/codeql-action/analyze@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
47+ uses : github/codeql-action/analyze@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
Original file line number Diff line number Diff line change 1717 pull-requests : write
1818 steps :
1919 - name : Checkout Repository
20- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
20+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2121 with :
2222 show-progress : false
2323 - name : Dependency Review
You can’t perform that action at this time.
0 commit comments