File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4141 # Verify it compiles
4242 - run : pnpm build-site
4343
44- - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
44+ - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
4545 if : github.event_name == 'pull_request' && matrix.os == 'ubuntu-latest'
4646 with :
4747 name : site
7171
7272 - name : Upload diff artifact
7373 if : ${{ failure() && steps.check-diff.conclusion == 'failure' }}
74- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
74+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
7575 with :
7676 name : missing.patch
7777 path : missing.patch
Original file line number Diff line number Diff line change 4444
4545 # Initializes the CodeQL tools for scanning.
4646 - name : Initialize CodeQL
47- uses : github/codeql-action/init@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
47+ uses : github/codeql-action/init@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
4848 with :
4949 config-file : ./.github/codeql/codeql-configuration.yml
5050 # Override language selection by uncommenting this and choosing your languages
5454 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5555 # If this step fails, then you should remove it and run the build manually (see below).
5656 - name : Autobuild
57- uses : github/codeql-action/autobuild@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
57+ uses : github/codeql-action/autobuild@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
5858
5959 # ℹ️ Command-line programs to run using the OS shell.
6060 # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
6868 # make release
6969
7070 - name : Perform CodeQL Analysis
71- uses : github/codeql-action/analyze@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
71+ uses : github/codeql-action/analyze@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ jobs:
131131
132132 - name : Download site build from PR
133133 if : ${{ steps.get-info.outputs.result != 'null' }}
134- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
134+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
135135 with :
136136 name : site
137137 path : site
You can’t perform that action at this time.
0 commit comments