File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -36,10 +36,10 @@ jobs:
36
36
with :
37
37
fetch-depth : 1
38
38
- name : Initialize CodeQL
39
- uses : github/codeql-action/init@b374143c1149a9115d881581d29b8390bbcbb59c # v3.22.11
39
+ uses : github/codeql-action/init@e5f05b81d5b6ff8cfa111c80c22c5fd02a384118 # v3.23.0
40
40
with :
41
41
languages : ${{ matrix.language }}
42
42
- name : Autobuild
43
- uses : github/codeql-action/autobuild@b374143c1149a9115d881581d29b8390bbcbb59c # v3.22.11
43
+ uses : github/codeql-action/autobuild@e5f05b81d5b6ff8cfa111c80c22c5fd02a384118 # v3.23.0
44
44
- name : Perform CodeQL Analysis
45
- uses : github/codeql-action/analyze@b374143c1149a9115d881581d29b8390bbcbb59c # v3.22.11
45
+ uses : github/codeql-action/analyze@e5f05b81d5b6ff8cfa111c80c22c5fd02a384118 # v3.23.0
Original file line number Diff line number Diff line change 77
77
78
78
# Upload artifact digests
79
79
- name : Upload artifact digests
80
- uses : actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392
80
+ uses : actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595
81
81
with :
82
82
name : image-digest ${{ matrix.name }}
83
83
path : image-digest
99
99
mkdir -p image-digest/
100
100
101
101
- name : Download digests of all images built
102
- uses : actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4
102
+ uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935
103
103
with :
104
104
path : image-digest/
105
105
@@ -123,15 +123,15 @@ jobs:
123
123
124
124
# Upload artifact digests
125
125
- name : Upload artifact digests
126
- uses : actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392
126
+ uses : actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595
127
127
with :
128
128
name : image-digest-output.txt-${{ steps.tag.outputs.tag }}
129
129
path : image-digest-output.txt
130
130
retention-days : 1
131
131
132
132
# Upload artifact digests
133
133
- name : Upload artifact digests
134
- uses : actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392
134
+ uses : actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595
135
135
with :
136
136
name : Makefile.digests-${{ steps.tag.outputs.tag }}
137
137
path : Makefile.digests
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104
104
105
105
# Upload artifact digests
106
106
- name : Upload artifact digests
107
- uses : actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392
107
+ uses : actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595
108
108
with :
109
109
name : image-digest ${{ matrix.name }}
110
110
path : image-digest
@@ -122,7 +122,7 @@ jobs:
122
122
mkdir -p image-digest/
123
123
124
124
- name : Download digests of all images built
125
- uses : actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4
125
+ uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935
126
126
with :
127
127
path : image-digest/
128
128
You can’t perform that action at this time.
0 commit comments