diff --git a/.github/workflows/ts.yaml b/.github/workflows/ts.yaml index 272b5e8..aa767de 100644 --- a/.github/workflows/ts.yaml +++ b/.github/workflows/ts.yaml @@ -40,7 +40,7 @@ jobs: test-report-branch: ${{ github.event.pull_request.head.ref || github.ref_name }} test-report-artifact-name-prefix: test-report- token: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4 with: name: test-report-0 path: junit.xml diff --git a/package.json b/package.json index e71aea3..9d1410a 100644 --- a/package.json +++ b/package.json @@ -8,12 +8,12 @@ }, "type": "module", "dependencies": { - "@actions/artifact": "^2.1.10", + "@actions/artifact": "2.1.10", "@actions/core": "1.11.1", "@actions/github": "6.0.0", - "@actions/glob": "^0.5.0", + "@actions/glob": "0.5.0", "@octokit/plugin-retry": "7.1.2", - "fast-xml-parser": "^4.5.0" + "fast-xml-parser": "4.5.0" }, "devDependencies": { "@tsconfig/recommended": "1.0.7", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 309012e..3495107 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,7 +9,7 @@ importers: .: dependencies: '@actions/artifact': - specifier: ^2.1.10 + specifier: 2.1.10 version: 2.1.10 '@actions/core': specifier: 1.11.1 @@ -18,13 +18,13 @@ importers: specifier: 6.0.0 version: 6.0.0 '@actions/glob': - specifier: ^0.5.0 + specifier: 0.5.0 version: 0.5.0 '@octokit/plugin-retry': specifier: 7.1.2 version: 7.1.2(@octokit/core@5.2.0) fast-xml-parser: - specifier: ^4.5.0 + specifier: 4.5.0 version: 4.5.0 devDependencies: '@tsconfig/recommended':