File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 55 directory : " /"
66 schedule :
77 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 1414 runs-on : ubuntu-latest
1515 timeout-minutes : 10
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1818 - uses : Cysharp/Actions/.github/actions/setup-dotnet@main
1919 - run : dotnet build -c Debug
2020 - run : dotnet test -c Debug --no-build
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 timeout-minutes : 10
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2121 - uses : Cysharp/Actions/.github/actions/setup-dotnet@main
2222 # pack nuget
2323 - run : dotnet build -c Release -p:Version=${{ inputs.tag }}
You can’t perform that action at this time.
0 commit comments