81
81
steps :
82
82
- name : Make Release
83
83
id : release
84
- uses : pagopa/github-actions-template/maven-release@v1.5.4
84
+ uses : pagopa/github-actions-template/maven-release@d91a1fd0b913c9830589be5d86cdb71c90813fae # v1.5.4
85
85
with :
86
86
semver : ${{ needs.setup.outputs.semver }}
87
87
github_token : ${{ secrets.BOT_TOKEN_GITHUB }}
@@ -102,20 +102,20 @@ jobs:
102
102
# github_token: ${{ secrets.GITHUB_TOKEN }}
103
103
# tag: ${{ needs.release.outputs.version }}
104
104
- name : Checkout
105
- uses : actions/checkout@v3
105
+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
106
106
with :
107
107
ref : ${{ github.ref_name }}
108
108
109
109
- name : Login to GitHub Container Registry
110
- uses : docker/login-action@v2
110
+ uses : docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2
111
111
with :
112
112
registry : ghcr.io
113
113
username : ${{ github.actor }}
114
114
password : ${{ secrets.GITHUB_TOKEN }}
115
115
116
116
- name : Docker meta
117
117
id : meta
118
- uses : docker/metadata-action@v4.3.0
118
+ uses : docker/metadata-action@507c2f2dc502c992ad446e3d7a5dfbe311567a96 # v4.3.0
119
119
with :
120
120
images : ghcr.io/${{ github.repository }}
121
121
tags : |
@@ -125,7 +125,7 @@ jobs:
125
125
type=sha
126
126
127
127
- name : Build and push
128
- uses : docker/build-push-action@v4
128
+ uses : docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4
129
129
with :
130
130
context : .
131
131
push : true
@@ -155,7 +155,7 @@ jobs:
155
155
steps :
156
156
- name : Report Status
157
157
if : always()
158
- uses : ravsamhq/notify-slack-action@v2
158
+ uses : ravsamhq/notify-slack-action@be814b201e233b2dc673608aa46e5447c8ab13f2 # v2
159
159
with :
160
160
status : ${{ needs.deploy_aks.result }}
161
161
token : ${{ secrets.GITHUB_TOKEN }}
0 commit comments