File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
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 14
14
runs-on : ubuntu-latest
15
15
timeout-minutes : 10
16
16
steps :
17
- - uses : actions/checkout@v4
17
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18
18
- uses : Cysharp/Actions/.github/actions/setup-dotnet@main
19
19
- run : dotnet build -c Debug
20
20
- run : dotnet test -c Debug --no-build
Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
timeout-minutes : 10
19
19
steps :
20
- - uses : actions/checkout@v4
20
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
21
21
- uses : Cysharp/Actions/.github/actions/setup-dotnet@main
22
22
# pack nuget
23
23
- run : dotnet build -c Release -p:Version=${{ inputs.tag }}
You can’t perform that action at this time.
0 commit comments