File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2525 with :
2626 persist-credentials : false
27- - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
27+ - uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
2828 with :
2929 go-version-file : " go.mod"
3030 check-latest : true
Original file line number Diff line number Diff line change 7575 with :
7676 persist-credentials : false
7777 - name : Set up Go
78- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
78+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
7979 with :
8080 go-version-file : " go.mod"
8181 check-latest : true
9191 with :
9292 persist-credentials : false
9393 - name : Set up Go
94- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
94+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
9595 with :
9696 go-version-file : " go.mod"
9797 check-latest : true
@@ -133,7 +133,7 @@ jobs:
133133 pattern : image-testdata-${{ github.run_number }}-*
134134 path : cmd/osv-scanner/scan/image/testdata/
135135 - name : Set up Go
136- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
136+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
137137 with :
138138 go-version-file : " go.mod"
139139 check-latest : true
@@ -154,7 +154,7 @@ jobs:
154154 with :
155155 fetch-depth : 0
156156 - name : Set up Go
157- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
157+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
158158 with :
159159 go-version-file : " go.mod"
160160 check-latest : true
Original file line number Diff line number Diff line change @@ -43,12 +43,12 @@ jobs:
4343 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4444 # Update go to the latest version to support minor go versions is go.mod file
4545 - name : Install Go
46- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
46+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
4747 with :
4848 go-version-file : go.mod
4949 # Initializes the CodeQL tools for scanning.
5050 - name : Initialize CodeQL
51- uses : github/codeql-action/init@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0
51+ uses : github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
5252 with :
5353 languages : ${{ matrix.language }}
5454 # If you wish to specify custom queries, you can do so here or in a config file.
5959 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6060 # If this step fails, then you should remove it and run the build manually (see below)
6161 - name : Autobuild
62- uses : github/codeql-action/autobuild@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0
62+ uses : github/codeql-action/autobuild@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
6363
6464 # ℹ️ Command-line programs to run using the OS shell.
6565 # 📚 https://git.io/JvXDl
7373 # make release
7474
7575 - name : Perform CodeQL Analysis
76- uses : github/codeql-action/analyze@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0
76+ uses : github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
Original file line number Diff line number Diff line change 2424 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2525 with :
2626 persist-credentials : false
27- - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
27+ - uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
2828 with :
2929 go-version-file : " go.mod"
3030 check-latest : true
Original file line number Diff line number Diff line change 3232 - name : Checkout
3333 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3434 - name : Setup Ruby
35- uses : ruby/setup-ruby@19a43a6a2428d455dbd1b85344698725179c9d8c # v1.289 .0
35+ uses : ruby/setup-ruby@4dc28cf14d77b0afa6832d9765ac422dbf0dfedd # v1.298 .0
3636 with :
37- ruby-version : " 4" # Not needed with a .ruby-version file
37+ ruby-version : " 4.0.2 " # Not needed with a .ruby-version file
3838 bundler-cache : true # runs 'bundle install' and caches installed gems automatically
3939 cache-version : 0 # Increment this number if you need to re-download cached gems
4040 - name : Setup Pages
Original file line number Diff line number Diff line change 2828 fetch-depth : 0
2929 persist-credentials : false
3030 - name : Set up Go
31- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
31+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
3232 with :
3333 go-version-file : " go.mod"
3434 check-latest : true
Original file line number Diff line number Diff line change 2727 fetch-depth : 0
2828 persist-credentials : false
2929 - name : Set up Go
30- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
30+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
3131 with :
3232 go-version-file : " go.mod"
3333 check-latest : true
Original file line number Diff line number Diff line change 6464 with :
6565 persist-credentials : false
6666 - name : Set up Go
67- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
67+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
6868 with :
6969 go-version-file : " go.mod"
7070 check-latest : true
8181 persist-credentials : false
8282 ref : ${{ inputs.commit }}
8383 - name : Set up Go
84- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
84+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
8585 with :
8686 go-version-file : " go.mod"
8787 check-latest : true
@@ -124,7 +124,7 @@ jobs:
124124 name : image-testdata-${{ github.run_number }}-${{ github.run_attempt }}
125125 path : cmd/osv-scanner/scan/image/testdata/
126126 - name : Set up Go
127- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
127+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
128128 with :
129129 go-version-file : " go.mod"
130130 check-latest : true
@@ -144,7 +144,7 @@ jobs:
144144 persist-credentials : false
145145 ref : ${{ inputs.commit }}
146146 - name : Set up Go
147- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
147+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
148148 with :
149149 go-version-file : " go.mod"
150150 check-latest : true
Original file line number Diff line number Diff line change 6868
6969 # Upload the results to GitHub's code scanning dashboard.
7070 - name : " Upload to code-scanning"
71- uses : github/codeql-action/upload-sarif@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0
71+ uses : github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
7272 with :
7373 sarif_file : results.sarif
Original file line number Diff line number Diff line change 2424 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2525 with :
2626 persist-credentials : false
27- - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
27+ - uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
2828 with :
2929 go-version-file : " go.mod"
3030 check-latest : true
You can’t perform that action at this time.
0 commit comments