File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5151
5252 # Initializes the CodeQL tools for scanning.
5353 - name : Initialize CodeQL
54- uses : github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3 .30.5
54+ uses : github/codeql-action/init@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4 .30.8
5555 with :
5656 languages : ${{ matrix.language }}
5757 # If you wish to specify custom queries, you can do so here or in a config file.
6262 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6363 # If this step fails, then you should remove it and run the build manually (see below)
6464 - name : Autobuild
65- uses : github/codeql-action/autobuild@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3 .30.5
65+ uses : github/codeql-action/autobuild@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4 .30.8
6666
6767 # ℹ️ Command-line programs to run using the OS shell.
6868 # 📚 https://git.io/JvXDl
7676 # make release
7777
7878 - name : Perform CodeQL Analysis
79- uses : github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3 .30.5
79+ uses : github/codeql-action/analyze@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4 .30.8
Original file line number Diff line number Diff line change 2929 persist-credentials : false
3030
3131 - name : ' Dependency Review'
32- uses : actions/dependency-review-action@56339e523c0409420f6c2c9a2f4292bbb3c07dd3 # v4.8.0
32+ uses : actions/dependency-review-action@40c09b7dc99638e5ddb0bfd91c1673effc064d8a # v4.8.1
3333 with :
3434 base-ref : ${{ github.event.pull_request.base.sha || 'master' }}
3535 head-ref : ${{ github.event.pull_request.head.sha || github.ref }}
Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ jobs:
175175 persist-credentials : false
176176
177177 - name : Install the latest version of uv
178- uses : astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6.7 .0
178+ uses : astral-sh/setup-uv@eb1897b8dc4b5d5bfe39a428a8f2304605e0983c # v7.0 .0
179179 with :
180180 enable-cache : false
181181
You can’t perform that action at this time.
0 commit comments