Skip to content

Commit 06b4c7a

Browse files
chore(deps): bump @actions/core from 1.10.0 to 1.10.1 (#262)
* chore(deps): bump @actions/core from 1.10.0 to 1.10.1 Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.10.0 to 1.10.1. - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) --- updated-dependencies: - dependency-name: "@actions/core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * commit changed build artifact Signed-off-by: Will Murphy <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Will Murphy <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Will Murphy <[email protected]>
1 parent 23767a6 commit 06b4c7a

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,7 @@ class OidcClient {
885885
.catch(error => {
886886
throw new Error(`Failed to get ID Token. \n
887887
Error Code : ${error.statusCode}\n
888-
Error Message: ${error.result.message}`);
888+
Error Message: ${error.message}`);
889889
});
890890
const id_token = (_a = res.result) === null || _a === void 0 ? void 0 : _a.value;
891891
if (!id_token) {

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"homepage": "https://github.com/anchore/anchore-scan-action#readme",
3636
"dependencies": {
37-
"@actions/core": "^1.10.0",
37+
"@actions/core": "^1.10.1",
3838
"@actions/exec": "^1.1.1",
3939
"@actions/tool-cache": "^2.0.1",
4040
"lodash": "^4.17.21"

0 commit comments

Comments
 (0)