File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ jobs:
176176
177177 - run : git add .
178178
179- - uses : codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
179+ - uses : codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
180180 if : ${{ always() && matrix.config.coverage && github.event_name != 'merge_group' }}
181181 with :
182182 use_oidc : ${{ !(github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork) }}
Original file line number Diff line number Diff line change 4848
4949 # Initializes the CodeQL tools for scanning.
5050 - name : Initialize CodeQL
51- uses : github/codeql-action/init@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
51+ uses : github/codeql-action/init@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
5252 with :
5353 config-file : ./.github/codeql/codeql-configuration.yml
5454 # Override language selection by uncommenting this and choosing your languages
5858 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5959 # If this step fails, then you should remove it and run the build manually (see below).
6060 - name : Autobuild
61- uses : github/codeql-action/autobuild@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
61+ uses : github/codeql-action/autobuild@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
6262
6363 # ℹ️ Command-line programs to run using the OS shell.
6464 # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
7272 # make release
7373
7474 - name : Perform CodeQL Analysis
75- uses : github/codeql-action/analyze@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
75+ uses : github/codeql-action/analyze@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
You can’t perform that action at this time.
0 commit comments