File tree 5 files changed +12
-12
lines changed
5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 39
39
40
40
steps :
41
41
- name : Harden Runner
42
- uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
42
+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
43
43
with :
44
44
egress-policy : audit
45
45
@@ -172,13 +172,13 @@ jobs:
172
172
- name : Extract metadata (tags, labels) for Docker
173
173
if : inputs.publish_docker == true
174
174
id : meta
175
- uses : docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81
175
+ uses : docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96
176
176
with :
177
177
images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
178
178
179
179
- name : Build and push Docker image
180
180
if : inputs.publish_docker == true && github.event_name == 'push'
181
- uses : docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75
181
+ uses : docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355
182
182
with :
183
183
context : build
184
184
push : true
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ jobs:
126
126
runs-on : ubuntu-latest
127
127
steps :
128
128
- name : Harden Runner
129
- uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
129
+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
130
130
with :
131
131
egress-policy : audit
132
132
Original file line number Diff line number Diff line change 50
50
51
51
steps :
52
52
- name : Harden Runner
53
- uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
53
+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
54
54
with :
55
55
egress-policy : audit
56
56
61
61
62
62
# Initializes the CodeQL tools for scanning.
63
63
- name : Initialize CodeQL
64
- uses : github/codeql-action/init@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
64
+ uses : github/codeql-action/init@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
65
65
with :
66
66
languages : ${{ matrix.language }}
67
67
# If you wish to specify custom queries, you can do so here or in a config file.
82
82
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
83
83
# If this step fails, then you should remove it and run the build manually (see below)
84
84
- name : Autobuild
85
- uses : github/codeql-action/autobuild@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
85
+ uses : github/codeql-action/autobuild@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
86
86
87
87
# ℹ️ Command-line programs to run using the OS shell.
88
88
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
95
95
# ./location_of_script_within_repo/buildscript.sh
96
96
97
97
- name : Perform CodeQL Analysis
98
- uses : github/codeql-action/analyze@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
98
+ uses : github/codeql-action/analyze@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
99
99
with :
100
100
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ jobs:
17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- name : Harden Runner
20
- uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
20
+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
21
21
with :
22
22
egress-policy : audit
23
23
24
24
- name : ' Checkout Repository'
25
25
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
26
26
- name : ' Dependency Review'
27
- uses : actions/dependency-review-action@4081bf99e2866ebe428fc0477b69eb4fcda7220a # v4.4 .0
27
+ uses : actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 # v4.5 .0
Original file line number Diff line number Diff line change 31
31
32
32
steps :
33
33
- name : Harden Runner
34
- uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
34
+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
35
35
with :
36
36
egress-policy : audit
37
37
71
71
72
72
# Upload the results to GitHub's code scanning dashboard.
73
73
- name : " Upload to code-scanning"
74
- uses : github/codeql-action/upload-sarif@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
74
+ uses : github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
75
75
with :
76
76
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments