Skip to content

Commit 6b46157

Browse files
authored
Merge pull request #18 from OpenRailAssociation/renovate/github-actions-group
2 parents 39c8607 + 3c68c7d commit 6b46157

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/selftest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-24.04
2828
steps:
2929
- name: Checkout code
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3131

3232
- name: Build website
3333
run: |
@@ -42,7 +42,7 @@ jobs:
4242
echo "baz" > dist/foobar.html
4343
4444
- name: Upload artifact
45-
uses: actions/upload-artifact@v4
45+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
4646
with:
4747
name: website
4848
path: dist
@@ -53,7 +53,7 @@ jobs:
5353
runs-on: ubuntu-24.04
5454
steps:
5555
- name: Checkout code
56-
uses: actions/checkout@v4
56+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
5757
- name: Call action locally
5858
uses: ./
5959
with:

action.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ runs:
210210
# ARTIFACT DOWNLOAD
211211
# ----------------------------------------------------------------------------------------------
212212
- name: Download Artifact
213-
uses: actions/download-artifact@v4
213+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
214214
if: env.IS_PRODUCTION == 'true' || env.IS_PREVIEW == 'true'
215215
with:
216216
name: ${{ inputs.artifact_name }}
@@ -235,7 +235,7 @@ runs:
235235
run: cp -r ${{ env.SOURCE_DIR }} ${{ env.SCP_UPLOAD_DIR }}
236236

237237
- name: Upload Website to Server
238-
uses: appleboy/[email protected]
238+
uses: appleboy/scp-action@ff85246acaad7bdce478db94a363cd2bf7c90345 # v1.0.0
239239
with:
240240
host: ${{ inputs.ssh_host }}
241241
username: ${{ inputs.ssh_user }}
@@ -260,7 +260,7 @@ runs:
260260
261261
- name: "Sticky Comment: Add or Update"
262262
if: inputs.sticky_comment_enabled == 'true' && env.IS_PREVIEW == 'true'
263-
uses: marocchino/[email protected]
263+
uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4
264264
with:
265265
header: pr-preview
266266
message: |
@@ -271,7 +271,7 @@ runs:
271271
272272
- name: "Sticky Comment: Remove"
273273
if: inputs.sticky_comment_enabled == 'true' && env.IS_PR_CLOSED_OR_MERGED == 'true'
274-
uses: marocchino/[email protected]
274+
uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4
275275
with:
276276
header: pr-preview
277277
message: |
@@ -284,7 +284,7 @@ runs:
284284
# ----------------------------------------------------------------------------------------------
285285
- name: Run Link Checker
286286
if: ${{ inputs.linkchecker_enabled == 'true' && (env.IS_PRODUCTION == 'true' || env.IS_PREVIEW == 'true' ) }}
287-
uses: lycheeverse/lychee-action@v2
287+
uses: lycheeverse/lychee-action@82202e5e9c2f4ef1a55a3d02563e1cb6041e5332 # v2
288288
with:
289289
args: >-
290290
-r ${{ inputs.linkchecker_retry_times }}

0 commit comments

Comments
 (0)