File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -116,14 +116,14 @@ When creating documentation:
116116The following symbols are not custom error codes, but aliases for ` HRESULT_FROM_WIN32 ` error codes.
117117
118118| Symbol | Standard Win32 HRESULT |
119- | --------| -------------|
120- | ` HRESULT_ERROR_FILE_NOT_FOUND ` | ` HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND) ` |
121- | ` HRESULT_E_ARITHMETIC_OVERFLOW ` | ` HRESULT_FROM_WIN32(ERROR_ARITHMETIC_OVERFLOW) ` |
119+ | -------- | ------------- |
120+ | ` HRESULT_ERROR_FILE_NOT_FOUND ` | ` HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND) ` |
121+ | ` HRESULT_E_ARITHMETIC_OVERFLOW ` | ` HRESULT_FROM_WIN32(ERROR_ARITHMETIC_OVERFLOW) ` |
122122| ` HRESULT_E_NOT_SUPPORTED ` | ` HRESULT_FROM_WIN32(ERROR_NOT_SUPPORTED) ` |
123123| ` HRESULT_E_HANDLE_EOF ` | ` HRESULT_FROM_WIN32(ERROR_HANDLE_EOF) ` |
124124| ` HRESULT_E_INVALID_DATA ` | ` HRESULT_FROM_WIN32(ERROR_INVALID_DATA) ` |
125125| ` HRESULT_E_FILE_TOO_LARGE ` | ` HRESULT_FROM_WIN32(ERROR_FILE_TOO_LARGE) ` |
126- | ` HRESULT_E_CANNOT_MAKE ` | ` HRESULT_FROM_WIN32(ERROR_CANNOT_MAKE) ` |
126+ | ` HRESULT_E_CANNOT_MAKE ` | ` HRESULT_FROM_WIN32(ERROR_CANNOT_MAKE) ` |
127127
128128## Code Review Instructions
129129
Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ jobs:
2525
2626 steps :
2727 - name : Checkout repository
28- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
28+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2929 with :
3030 fetch-depth : 0
3131
3232 - name : Lint Code Base
33- uses : super-linter/super-linter@2bdd90ed3262e023ac84bf8fe35dc480721fc1f2 # v8.2.1
33+ uses : super-linter/super-linter@d5b0a2ab116623730dd094f15ddc1b6b25bf7b99 # v8.3.2
3434 env :
3535 DEFAULT_BRANCH : origin/main
3636 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments