File tree Expand file tree Collapse file tree 8 files changed +16
-16
lines changed
template/[% if repo_platform == 'github' %].github[% endif %]/workflows Expand file tree Collapse file tree 8 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 18
18
if : ${{ !cancelled() && ! failure() }}
19
19
runs-on : ${{ matrix.os }}
20
20
steps :
21
- - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
21
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
22
22
with :
23
23
fetch-depth : 0
24
24
- uses : pdm-project/setup-pdm@568ddd69406b30de1774ec0044b73ae06e716aa4 # v4
65
65
runs-on : ubuntu-22.04
66
66
steps :
67
67
- run : env | sort
68
- - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
68
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
69
69
- name : Set up Git
70
70
run : |
71
71
git config --global user.name github-actions
@@ -102,7 +102,7 @@ jobs:
102
102
echo "# :warning: GITHUB_TOKEN is used for semantic-release" >> $GITHUB_STEP_SUMMARY
103
103
echo "The GITHUB_TOKEN is used instead of a bot token or PAT and will not emit the released publish event for the released workflow." >> $GITHUB_STEP_SUMMARY
104
104
fi
105
- - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
105
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
106
106
with :
107
107
fetch-depth : 0
108
108
persist-credentials : false
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-22.04
10
10
steps :
11
11
- run : env | sort
12
- - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
12
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
13
13
- name : Validate the latest commit message with commitlint
14
14
if : github.event_name == 'push'
15
15
run : echo "${{ github.event.head_commit.message }}" | npx commitlint
Original file line number Diff line number Diff line change 8
8
packages : write
9
9
runs-on : ubuntu-22.04
10
10
steps :
11
- - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
11
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
12
12
- run : docker login -u ${{ github.actor }} -p ${{ secrets.GITHUB_TOKEN }} ghcr.io
13
13
- run : |
14
14
docker context create builder
Original file line number Diff line number Diff line change 13
13
pages-build :
14
14
runs-on : ubuntu-22.04
15
15
steps :
16
- - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
16
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
17
17
with :
18
18
fetch-depth : 0
19
19
- uses : pdm-project/setup-pdm@568ddd69406b30de1774ec0044b73ae06e716aa4 # v4
44
44
packages : write
45
45
runs-on : ubuntu-22.04
46
46
steps :
47
- - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
47
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
48
48
- run : docker login -u ${{ github.actor }} -p ${{ secrets.GITHUB_TOKEN }} ghcr.io
49
49
- run : |
50
50
docker context create builder
83
83
package-publish :
84
84
runs-on : ubuntu-22.04
85
85
steps :
86
- - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
86
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
87
87
- uses : pdm-project/setup-pdm@568ddd69406b30de1774ec0044b73ae06e716aa4 # v4
88
88
with :
89
89
cache : true
Original file line number Diff line number Diff line change 19
19
if: {{ '${{ !cancelled() && ! failure() }}' }}
20
20
runs-on: {{ '${{ matrix.os }}' }}
21
21
steps:
22
- - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
22
+ - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
23
23
with:
24
24
fetch-depth: 0
25
25
- uses: pdm-project/setup-pdm@568ddd69406b30de1774ec0044b73ae06e716aa4 # v4
93
93
runs-on: ubuntu-22.04
94
94
steps:
95
95
- run: env | sort
96
- - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
96
+ - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
97
97
- name: Set up Git
98
98
run: |
99
99
git config --global user.name github-actions
@@ -133,7 +133,7 @@ jobs:
133
133
echo "# :warning: GITHUB_TOKEN is used for semantic-release" >> $GITHUB_STEP_SUMMARY
134
134
echo "The GITHUB_TOKEN is used instead of a bot token or PAT and will not emit the released publish event for the released workflow." >> $GITHUB_STEP_SUMMARY
135
135
fi
136
- - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
136
+ - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
137
137
with:
138
138
fetch-depth: 0
139
139
persist-credentials: false
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-22.04
10
10
steps :
11
11
- run : env | sort
12
- - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
12
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
13
13
- name : Validate the latest commit message with commitlint
14
14
if : github.event_name == 'push'
15
15
run : echo "${{ github.event.head_commit.message }}" | npx commitlint
Original file line number Diff line number Diff line change 9
9
packages: write
10
10
runs-on: ubuntu-22.04
11
11
steps:
12
- - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
12
+ - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
13
13
- run: docker login -u {{ '${{ github.actor }}' }} -p {{ '${{ secrets.GITHUB_TOKEN }}' }} ghcr.io
14
14
- run: |
15
15
docker context create builder
Original file line number Diff line number Diff line change 14
14
pages-build:
15
15
runs-on: ubuntu-22.04
16
16
steps:
17
- - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
17
+ - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
18
18
with:
19
19
fetch-depth: 0
20
20
- uses: pdm-project/setup-pdm@568ddd69406b30de1774ec0044b73ae06e716aa4 # v4
45
45
packages: write
46
46
runs-on: ubuntu-22.04
47
47
steps:
48
- - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
48
+ - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
49
49
- run: docker login -u {{ '${{ github.actor }}' }} -p {{ '${{ secrets.GITHUB_TOKEN }}' }} ghcr.io
50
50
- run: |
51
51
docker context create builder
94
94
package-publish:
95
95
runs-on: ubuntu-22.04
96
96
steps:
97
- - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
97
+ - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
98
98
- uses: pdm-project/setup-pdm@568ddd69406b30de1774ec0044b73ae06e716aa4 # v4
99
99
with:
100
100
cache: true
You can’t perform that action at this time.
0 commit comments