File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 51
51
52
52
# Initializes the CodeQL tools for scanning.
53
53
- name : Initialize CodeQL
54
- uses : github/codeql-action/init@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3
54
+ uses : github/codeql-action/init@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3
55
55
with :
56
56
languages : ${{ matrix.language }}
57
57
# If you wish to specify custom queries, you can do so here or in a config file.
62
62
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
63
63
# If this step fails, then you should remove it and run the build manually (see below)
64
64
- name : Autobuild
65
- uses : github/codeql-action/autobuild@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3
65
+ uses : github/codeql-action/autobuild@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3
66
66
67
67
# ℹ️ Command-line programs to run using the OS shell.
68
68
# 📚 https://git.io/JvXDl
76
76
# make release
77
77
78
78
- name : Perform CodeQL Analysis
79
- uses : github/codeql-action/analyze@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3
79
+ uses : github/codeql-action/analyze@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3
Original file line number Diff line number Diff line change 81
81
files=$(ls dist 2>/dev/null | wc -l) && [ "$files" -eq $EXPECTED ] || exit 1
82
82
83
83
- name : " Generate attestations"
84
- uses : actions/attest-build-provenance@bd77c077858b8d561b7a36cbe48ef4cc642ca39d # v2.2.2
84
+ uses : actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
85
85
with :
86
86
subject-path : " dist/*"
87
87
@@ -121,7 +121,7 @@ jobs:
121
121
files=$(ls dist 2>/dev/null | wc -l) && [ "$files" -eq $EXPECTED ] || exit 1
122
122
123
123
- name : " Generate attestations"
124
- uses : actions/attest-build-provenance@bd77c077858b8d561b7a36cbe48ef4cc642ca39d # v2.2.2
124
+ uses : actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
125
125
with :
126
126
subject-path : " dist/*"
127
127
You can’t perform that action at this time.
0 commit comments