File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 44
44
45
45
# Initializes the CodeQL tools for scanning.
46
46
- name : Initialize CodeQL
47
- uses : github/codeql-action/init@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
47
+ uses : github/codeql-action/init@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
48
48
with :
49
49
config-file : ./.github/codeql/codeql-configuration.yml
50
50
# Override language selection by uncommenting this and choosing your languages
54
54
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
55
55
# If this step fails, then you should remove it and run the build manually (see below).
56
56
- name : Autobuild
57
- uses : github/codeql-action/autobuild@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
57
+ uses : github/codeql-action/autobuild@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
58
58
59
59
# ℹ️ Command-line programs to run using the OS shell.
60
60
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
68
68
# make release
69
69
70
70
- name : Perform CodeQL Analysis
71
- uses : github/codeql-action/analyze@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
71
+ uses : github/codeql-action/analyze@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ jobs:
131
131
132
132
- name : Download site build from PR
133
133
if : ${{ steps.get-info.outputs.result != 'null' }}
134
- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
134
+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
135
135
with :
136
136
name : site
137
137
path : site
Original file line number Diff line number Diff line change 33
33
pnpm bootstrap
34
34
pnpm build
35
35
36
- - uses : changesets/action@06245a4e0a36c064a573d4150030f5ec548e4fcc # v1.4.10
36
+ - uses : changesets/action@e0538e686673de0265c8a3e2904b8c76beaa43fd # v1.5.2
37
37
with :
38
38
publish : pnpm ci:publish
39
39
env :
You can’t perform that action at this time.
0 commit comments