Bump @actions/core from 1.10.1 to 1.11.1 (#110)

* Bump @actions/core from 1.10.1 to 1.11.1

Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.10.1 to 1.11.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-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* rebuild dist

Signed-off-by: Brian DeHamer <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Brian DeHamer <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Brian DeHamer <[email protected]>
This commit is contained in:
dependabot[bot]
2024-10-07 10:06:19 -07:00
committed by GitHub
co-authored by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Brian DeHamer
parent 386c403ae8
commit ac09fe97a4
6 changed files with 1449 additions and 711 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ describe('SBOM Action', () => {
})
afterEach(() => {
fs.rmdirSync(tempDir, { recursive: true })
fs.rmSync(tempDir, { recursive: true })
outputs = {}
})
+1 -1
View File
@@ -17,7 +17,7 @@ describe('parseSBOMFromPath', () => {
})
afterEach(() => {
fs.rmdirSync(tempDir, { recursive: true })
fs.rmSync(tempDir, { recursive: true })
})
it('correctly parses an SPDX file', async () => {