Commit 5b4d0ce 1 parent fccb4bf commit 5b4d0ce Copy full SHA for 5b4d0ce
File tree 6 files changed +14
-14
lines changed
6 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -35,20 +35,20 @@ jobs:
35
35
runs-on : ubuntu-latest
36
36
steps :
37
37
- name : Checkout the code
38
- uses : actions/checkout@v3
38
+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
39
39
40
40
- name : Build the Docker image
41
41
run : docker build . --file ${{ env.DOCKERFILE }} --tag localbuild/testimage:latest
42
42
43
43
- name : Run the Anchore scan action itself with GitHub Advanced Security code scanning integration enabled
44
- uses : anchore/scan-action@v3
44
+ uses : anchore/scan-action@3343887d815d7b07465f6fdcd395bd66508d486a # v3
45
45
with :
46
46
image : " localbuild/testimage:latest"
47
47
acs-report-enable : true
48
48
fail-build : true
49
49
severity-cutoff : " high"
50
50
- name : Upload Anchore Scan Report
51
- uses : github/codeql-action/upload-sarif@v2
51
+ uses : github/codeql-action/upload-sarif@85b07cf1e13dd512be7c27c37a33c5864c252fcc # v2
52
52
if : always()
53
53
with :
54
54
sarif_file : results.sarif
Original file line number Diff line number Diff line change 19
19
steps :
20
20
- name : Check user labels
21
21
id : check_user_labels
22
- uses : actions/github-script@v6.3.3
22
+ uses : actions/github-script@d556feaca394842dc55e4734bf3bb9f685482fa0 # v6.3.3
23
23
with :
24
24
github-token : ${{ secrets.GITHUB_TOKEN }}
25
25
script : |
48
48
49
49
- name : Add comment
50
50
if : ${{ steps.check_user_labels.outputs.result == 'true' }}
51
- uses : actions/github-script@v6.3.3
51
+ uses : actions/github-script@d556feaca394842dc55e4734bf3bb9f685482fa0 # v6.3.3
52
52
with :
53
53
github-token : ${{ secrets.GITHUB_TOKEN }}
54
54
script : |
Original file line number Diff line number Diff line change 21
21
steps :
22
22
- name : Assign Me
23
23
# You may pin to the exact commit or the version.
24
- uses : kentaro-m/auto-assign-action@v1.2.1
24
+ uses : kentaro-m/auto-assign-action@746a3a558fdd0e061f612ec9f8ff1b8a19c1a115 # v1.2.1
25
25
with :
26
26
configuration-path : ' .github/auto_assign.yml'
Original file line number Diff line number Diff line change 24
24
steps :
25
25
- name : Assign Me
26
26
# You may pin to the exact commit or the version.
27
- uses : kentaro-m/auto-assign-action@v1.2.1
27
+ uses : kentaro-m/auto-assign-action@746a3a558fdd0e061f612ec9f8ff1b8a19c1a115 # v1.2.1
28
28
with :
29
29
configuration-path : ' .github/auto_assign.yml'
30
30
33
33
runs-on : ubuntu-latest
34
34
steps :
35
35
- name : Checkout
36
- uses : actions/checkout@v3
36
+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
37
37
38
38
- name : Formatting
39
39
id : format
43
43
path : .
44
44
fail-on-changes : false
45
45
46
- - uses : actions/github-script@v6.3.3
46
+ - uses : actions/github-script@d556feaca394842dc55e4734bf3bb9f685482fa0 # v6.3.3
47
47
if : steps.format.outcome != 'success'
48
48
with :
49
49
github-token : ${{ secrets.GITHUB_TOKEN }}
@@ -77,12 +77,12 @@ jobs:
77
77
runs-on : ubuntu-latest
78
78
name : Check Size
79
79
steps :
80
- - uses : actions/checkout@v3
80
+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
81
81
with :
82
82
fetch-depth : 0
83
83
84
84
- name : Check Size
85
- uses : actions/github-script@v6.3.3
85
+ uses : actions/github-script@d556feaca394842dc55e4734bf3bb9f685482fa0 # v6.3.3
86
86
env :
87
87
IGNORED_FILES : openapi.json, openapi-node.json
88
88
with :
Original file line number Diff line number Diff line change 35
35
# Steps represent a sequence of tasks that will be executed as part of the job
36
36
steps :
37
37
- name : Code Review
38
- uses : pagopa/github-actions-template/maven-code-review@v1.8.3
38
+ uses : pagopa/github-actions-template/maven-code-review@de4ca1ddefb1461c176cc42259e494158b578fe3 # v1.8.3
39
39
with :
40
40
github_token : ${{ secrets.GITHUB_TOKEN }}
41
41
sonar_token : ${{ secrets.SONAR_TOKEN }}
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104
104
steps :
105
105
- name : Build and Push
106
106
id : semver
107
- uses : pagopa/github-actions-template/ghcr-build-push@v1.5.4
107
+ uses : pagopa/github-actions-template/ghcr-build-push@d91a1fd0b913c9830589be5d86cdb71c90813fae # v1.5.4
108
108
with :
109
109
branch : ${{ github.ref_name}}
110
110
github_token : ${{ secrets.GITHUB_TOKEN }}
@@ -134,7 +134,7 @@ jobs:
134
134
steps :
135
135
- name : Report Status
136
136
if : always()
137
- uses : ravsamhq/notify-slack-action@v2
137
+ uses : ravsamhq/notify-slack-action@be814b201e233b2dc673608aa46e5447c8ab13f2 # v2
138
138
with :
139
139
status : ${{ needs.deploy_azure_fn.result }}
140
140
token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments