File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ jobs:
157157 npx hereby baseline-accept
158158 git add testdata/baselines/reference
159159 git diff --staged --exit-code
160- - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
160+ - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
161161 if : ${{ failure() && steps.test.conclusion == 'failure' }}
162162 with :
163163 name : ${{ matrix.config.os }}-${{ (matrix.config.race && 'race') || 'norace' }}-new-baselines-artifact
@@ -339,7 +339,7 @@ jobs:
339339
340340 - name : Upload baseline diff artifact
341341 if : ${{ failure() && steps.check-baselines.conclusion == 'failure' }}
342- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
342+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
343343 with :
344344 name : fix_baselines.patch
345345 path : fix_baselines.patch
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@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
51+ uses : github/codeql-action/init@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.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@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
61+ uses : github/codeql-action/autobuild@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.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@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
75+ uses : github/codeql-action/analyze@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
You can’t perform that action at this time.
0 commit comments