File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ When creating documentation:
107107The following symbols are not custom error codes, but aliases for ` HRESULT_FROM_WIN32 ` error values.
108108
109109| Symbol | Standard Win32 HRESULT |
110- | --------| -------------|
110+ | -------- | ------------- |
111111| ` HRESULT_E_ARITHMETIC_OVERFLOW ` | ` HRESULT_FROM_WIN32(ERROR_ARITHMETIC_OVERFLOW) ` |
112112| ` HRESULT_E_NOT_SUPPORTED ` | ` HRESULT_FROM_WIN32(ERROR_NOT_SUPPORTED) ` |
113113| ` HRESULT_E_INVALID_NAME ` | ` HRESULT_FROM_WIN32(ERROR_INVALID_NAME) ` |
Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ jobs:
2626
2727 steps :
2828 - name : Checkout repository
29- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
29+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
3030 with :
3131 fetch-depth : 0
3232
3333 - name : Lint Code Base
34- uses : super-linter/super-linter@2bdd90ed3262e023ac84bf8fe35dc480721fc1f2 # v8.2.1
34+ uses : super-linter/super-linter@d5b0a2ab116623730dd094f15ddc1b6b25bf7b99 # v8.3.2
3535 env :
3636 DEFAULT_BRANCH : origin/main
3737 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments