File tree Expand file tree Collapse file tree 4 files changed +13
-8
lines changed Expand file tree Collapse file tree 4 files changed +13
-8
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 --no-build
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 27
27
timeout-minutes : 10
28
28
steps :
29
29
- run : echo ${{ needs.update-packagejson.outputs.sha }}
30
- - uses : actions/checkout@v4
30
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
31
31
with :
32
32
ref : ${{ needs.update-packagejson.outputs.sha }}
33
33
- 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 :
60
60
UNITY_PASSWORD : " op://${{ vars.OP_VAULT_ACTIONS_PUBLIC }}/UNITY_LICENSE/credential"
61
61
UNITY_SERIAL : " op://${{ vars.OP_VAULT_ACTIONS_PUBLIC }}/UNITY_LICENSE/serial"
62
62
63
- - uses : actions/checkout@v4
63
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
64
64
with :
65
65
ref : ${{ needs.update-packagejson.outputs.sha }}
66
66
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/toc-generator@v4.3.1
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