File tree 5 files changed +18
-13
lines changed
5 files changed +18
-13
lines changed Original file line number Diff line number Diff line change 5
5
directory : " /"
6
6
schedule :
7
7
interval : " weekly" # Check for updates to GitHub Actions every week
8
+ ignore :
9
+ # I just want update action when major/minor version is updated. patch updates are too noisy.
10
+ - dependency-name : ' *'
11
+ update-types :
12
+ - version-update:semver-patch
Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
timeout-minutes : 10
15
15
steps :
16
- - uses : actions/checkout@v4
16
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17
17
- uses : Cysharp/Actions/.github/actions/setup-dotnet@main
18
18
- run : dotnet build -c Debug
19
19
- run : dotnet test -c Debug
30
30
steps :
31
31
- name : Load secrets
32
32
id : op-load-secret
33
- uses : 1password/load-secrets-action@v2
33
+ uses : 1password/load-secrets-action@581a835fb51b8e7ec56b71cf2ffddd7e68bb25e0 # v2.0.0
34
34
with :
35
35
export-env : false
36
36
env :
39
39
UNITY_PASSWORD : " op://${{ vars.OP_VAULT_ACTIONS_PUBLIC }}/UNITY_LICENSE/credential"
40
40
UNITY_SERIAL : " op://${{ vars.OP_VAULT_ACTIONS_PUBLIC }}/UNITY_LICENSE/serial"
41
41
42
- - uses : actions/checkout@v4
42
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
43
43
44
44
# Execute scripts: Export Package
45
45
# /opt/Unity/Editor/Unity -quit -batchmode -nographics -silent-crashes -logFile -projectPath . -executeMethod PackageExporter.Export
Original file line number Diff line number Diff line change @@ -11,21 +11,21 @@ jobs:
11
11
runs-on : ubuntu-latest
12
12
timeout-minutes : 10
13
13
steps :
14
- - uses : actions/checkout@v4
15
- - uses : actions/checkout@v4
14
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
15
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16
16
with :
17
17
repository : Cysharp/DocfxTemplate
18
18
path : docs/_DocfxTemplate
19
- - uses : Kirbyrawr/docfx-action@master
19
+ - uses : Kirbyrawr/docfx-action@db9a22c8fe1e8693a2a21be54cb0b87dfaa72cc4
20
20
name : Docfx metadata
21
21
with :
22
22
args : metadata docs/docfx.json
23
- - uses : Kirbyrawr/docfx-action@master
23
+ - uses : Kirbyrawr/docfx-action@db9a22c8fe1e8693a2a21be54cb0b87dfaa72cc4
24
24
name : Docfx build
25
25
with :
26
26
args : build docs/docfx.json
27
27
- name : Publish to GitHub Pages
28
- uses : peaceiris/actions-gh-pages@v4
28
+ uses : peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0
29
29
with :
30
30
github_token : ${{ secrets.GITHUB_TOKEN }}
31
31
publish_dir : docs/_site
Original file line number Diff line number Diff line change 26
26
timeout-minutes : 10
27
27
steps :
28
28
- run : echo ${{ needs.update-packagejson.outputs.sha }}
29
- - uses : actions/checkout@v4
29
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
30
30
with :
31
31
ref : ${{ needs.update-packagejson.outputs.sha }}
32
32
- uses : Cysharp/Actions/.github/actions/setup-dotnet@main
51
51
steps :
52
52
- name : Load secrets
53
53
id : op-load-secret
54
- uses : 1password/load-secrets-action@v2
54
+ uses : 1password/load-secrets-action@581a835fb51b8e7ec56b71cf2ffddd7e68bb25e0 # v2.0.0
55
55
with :
56
56
export-env : false
57
57
env :
61
61
UNITY_SERIAL : " op://${{ vars.OP_VAULT_ACTIONS_PUBLIC }}/UNITY_LICENSE/serial"
62
62
63
63
- run : echo ${{ needs.update-packagejson.outputs.sha }}
64
- - uses : actions/checkout@v4
64
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
65
65
with :
66
66
ref : ${{ needs.update-packagejson.outputs.sha }}
67
67
# Execute scripts: Export Package
Original file line number Diff line number Diff line change 10
10
name : TOC Generator
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- -
uses :
technote-space/[email protected]
13
+ - uses : technote-space/toc-generator@9e238e7974de5fcf7b17b7acc54c896160dda0a3 # v4.3.1
14
14
with :
15
- TOC_TITLE : " ## Table of Contents"
15
+ TOC_TITLE : " ## Table of Contents"
You can’t perform that action at this time.
0 commit comments