Skip to content

Commit 48157f8

Browse files
committed
build: readable versions actions
1 parent 8ab857d commit 48157f8

7 files changed

Lines changed: 13 additions & 9 deletions

.github/workflows/action-sorted-inputs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
check-action-inputs-sorted:
1212
runs-on: ubuntu-24.04
1313
steps:
14-
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
14+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1515
with:
1616
persist-credentials: false
1717
- name: Validate input key order in action.yml

.github/workflows/golang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
env:
1717
TASK_X_REMOTE_TASKFILES: 1
1818
steps:
19-
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
19+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2020
with:
2121
persist-credentials: false
2222
- uses: ./

.github/workflows/gomod-go-version-updater.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ name: gomod-go-version-updater-action
44
"on":
55
schedule:
66
- cron: 42 6 * * *
7+
workflow_dispatch:
78
permissions:
89
contents: write
910
pull-requests: write
@@ -12,4 +13,4 @@ jobs:
1213
gomod-go-version-updater-action:
1314
runs-on: ubuntu-24.04
1415
steps:
15-
- uses: schubergphilis/gomod-go-version-updater-action@773e180a2d3700d164a7ded2157f466ce8bc6cd6
16+
- uses: schubergphilis/gomod-go-version-updater-action@773e180a2d3700d164a7ded2157f466ce8bc6cd6 # v0.3.7

.github/workflows/mcvs-pr-validation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
MCVS-PR-validation-action:
1717
runs-on: ubuntu-24.04
1818
steps:
19-
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
19+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2020
with:
2121
persist-credentials: false
22-
- uses: schubergphilis/mcvs-pr-validation-action@6f153c01301ab2f92336781173b7f3a796de5f3e
22+
- uses: schubergphilis/mcvs-pr-validation-action@6f153c01301ab2f92336781173b7f3a796de5f3e # v0.2.2

.github/workflows/package-version-updater.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,19 @@ name: Package version updater
33
"on":
44
schedule:
55
- cron: 42 5 * * 1
6+
workflow_dispatch:
67
permissions:
78
contents: write
89
pull-requests: write
910
jobs:
1011
update-package-version-not-updated-by-dependabot:
1112
runs-on: ubuntu-24.04
1213
steps:
13-
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
14+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1415
with:
15-
persist-credentials: false
16+
# to prevent cannot find github.com username while running package
17+
# version update script, persist-credentials has been set to true
18+
persist-credentials: true
1619
- env:
1720
DEPENDENCIES_LABEL: dependencies
1821
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/taskfile-sorted-units.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
taskfile-sorted-units:
1010
runs-on: ubuntu-24.04
1111
steps:
12-
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
12+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1313
with:
1414
persist-credentials: false
1515
- run: |

.github/workflows/taskfile-without-empty-lines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
taskfile-without-empty-lines:
99
runs-on: ubuntu-24.04
1010
steps:
11-
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
11+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1212
with:
1313
persist-credentials: false
1414
- run: |

0 commit comments

Comments
 (0)