Skip to content

Commit 248d8f6

Browse files
committed
ci: pin 3rd-party action dependencies by commit hashes
Signed-off-by: Daniel Hast <hast.daniel@protonmail.com>
1 parent 3681055 commit 248d8f6

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

.github/workflows/check_cirrus_cron.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- if: steps.cron.outputs.failures > 0
6262
name: Send failure notification e-mail
6363
# Ref: https://github.com/dawidd6/action-send-mail
64-
uses: dawidd6/action-send-mail@v3.12.0
64+
uses: dawidd6/action-send-mail@2cea9617b09d79a095af21254fbcb7ae95903dde # v3.12.0
6565
with:
6666
server_address: ${{secrets.ACTION_MAIL_SERVER}}
6767
server_port: 465
@@ -80,7 +80,7 @@ jobs:
8080

8181
- if: failure()
8282
name: Send error notification e-mail
83-
uses: dawidd6/action-send-mail@v3.12.0
83+
uses: dawidd6/action-send-mail@2cea9617b09d79a095af21254fbcb7ae95903dde # v3.12.0
8484
with:
8585
server_address: ${{secrets.ACTION_MAIL_SERVER}}
8686
server_port: 465

.github/workflows/issue_pr_lock.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
private-key: ${{ secrets.STALE_LOCKING_APP_PRIVATE_KEY }}
6262

6363
# Ref: https://github.com/dessant/lock-threads#usage
64-
- uses: dessant/lock-threads@v5
64+
- uses: dessant/lock-threads@1bf7ec25051fe7c00bdd17e6a7cf3d7bfb7dc771 # v5.0.1
6565
with:
6666
github-token: '${{ steps.generate-token.outputs.token }}'
6767
process-only: 'issues, prs'
@@ -73,7 +73,7 @@ jobs:
7373
log-output: true
7474
- if: failure()
7575
name: Send job failure notification e-mail
76-
uses: dawidd6/action-send-mail@v3.12.0
76+
uses: dawidd6/action-send-mail@2cea9617b09d79a095af21254fbcb7ae95903dde # v3.12.0
7777
with:
7878
server_address: ${{secrets.ACTION_MAIL_SERVER}}
7979
server_port: 465

.github/workflows/machine-os-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,6 @@ jobs:
144144

145145
- name: Comment PR link
146146
if: steps.getversion.outputs.update == 'true' && steps.checkpr.outputs.openpr == 'true'
147-
uses: thollander/actions-comment-pull-request@v3
147+
uses: thollander/actions-comment-pull-request@24bffb9b452ba05a4f3f77933840a6a841d1b32b # v3.0.1
148148
with:
149149
message: "Building images at: ${{ steps.pr.outputs.uri }}"

.github/workflows/release-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ jobs:
235235

236236
- name: Send release notification e-mail
237237
# Ref: https://github.com/dawidd6/action-send-mail
238-
uses: dawidd6/action-send-mail@v3.12.0
238+
uses: dawidd6/action-send-mail@2cea9617b09d79a095af21254fbcb7ae95903dde # v3.12.0
239239
with:
240240
server_address: ${{secrets.ACTION_MAIL_SERVER}}
241241
server_port: 465

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
echo "TENANT_ID=${{secrets.AZ_TENANT_ID}}" | Out-File -FilePath $env:GITHUB_ENV -Append
180180
echo "CLIENT_SECRET=${{secrets.AZ_CLIENT_SECRET}}" | Out-File -FilePath $env:GITHUB_ENV -Append
181181
- name: Pandoc Setup
182-
uses: r-lib/actions/setup-pandoc@v2
182+
uses: r-lib/actions/setup-pandoc@6f6e5bc62fba3a704f74e7ad7ef7676c5c6a2590 # v2.11.4
183183
with:
184184
pandoc-version: '3.1.11'
185185
# Note: Windows assigns a UUID to the installer at build time, it's assumed
@@ -359,7 +359,7 @@ jobs:
359359
run: cat email_body.txt
360360
- name: Send release notification e-mail
361361
# Ref: https://github.com/dawidd6/action-send-mail
362-
uses: dawidd6/action-send-mail@v3.12.0
362+
uses: dawidd6/action-send-mail@2cea9617b09d79a095af21254fbcb7ae95903dde # v3.12.0
363363
with:
364364
server_address: ${{secrets.ACTION_MAIL_SERVER}}
365365
server_port: 465

.github/workflows/upload-win-installer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
echo "TENANT_ID=${{secrets.AZ_TENANT_ID}}" | Out-File -FilePath $env:GITHUB_ENV -Append
102102
echo "CLIENT_SECRET=${{secrets.AZ_CLIENT_SECRET}}" | Out-File -FilePath $env:GITHUB_ENV -Append
103103
- name: Pandoc Setup
104-
uses: r-lib/actions/setup-pandoc@v2
104+
uses: r-lib/actions/setup-pandoc@6f6e5bc62fba3a704f74e7ad7ef7676c5c6a2590 # v2.11.4
105105
with:
106106
pandoc-version: '3.1.11'
107107
- name: Build

0 commit comments

Comments
 (0)