Commit Graph

185 Commits

Author SHA1 Message Date
Sylvestre Ledru
9e326ebed9 prepare version 0.0.6 v0.0.6 2024-09-27 11:26:25 +02:00
Sylvestre Ledru
922a306e47 Merge pull request #145 from Mozilla-Actions/dependabot/npm_and_yarn/typescript-5.6.2
Bump typescript from 5.5.3 to 5.6.2
2024-09-27 11:22:00 +02:00
Sylvestre Ledru
2be7591527 Merge pull request #136 from Mozilla-Actions/dependabot/npm_and_yarn/prettier-3.3.3
Bump prettier from 3.3.2 to 3.3.3
2024-09-27 11:21:51 +02:00
dependabot[bot]
d707076e63 Bump prettier from 3.3.2 to 3.3.3
Bumps [prettier](https://github.com/prettier/prettier) from 3.3.2 to 3.3.3.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/3.3.2...3.3.3)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-27 09:19:53 +00:00
dependabot[bot]
afb5895f80 Bump typescript from 5.5.3 to 5.6.2
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.5.3 to 5.6.2.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.5.3...v5.6.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-27 09:19:42 +00:00
Sylvestre Ledru
f42f2ce8fa Merge pull request #140 from Mozilla-Actions/dependabot/npm_and_yarn/eslint-plugin-prettier-5.2.1
Bump eslint-plugin-prettier from 5.1.3 to 5.2.1
2024-09-27 11:18:35 +02:00
Sylvestre Ledru
ff4a61d6e6 Merge pull request #144 from palloberg/set-baseurl
Set baseUrl for Octokit to make it work on GitHub Enterprise Server
2024-09-27 11:17:36 +02:00
Paul Loberg
e073bd0f5c Update README with instructions on GHES usage. 2024-09-27 11:01:55 +02:00
Paul Loberg
4a60710ed8 Set baseUrl for Octokit to make it work on GitHub Enterprise Server 2024-09-27 10:57:03 +02:00
dependabot[bot]
1ff3075b60 Bump ts-jest from 29.2.2 to 29.2.5 (#141)
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.2.2 to 29.2.5.
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/kulshekhar/ts-jest/compare/v29.2.2...v29.2.5)

---
updated-dependencies:
- dependency-name: ts-jest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-02 10:41:29 +08:00
dependabot[bot]
0f748361ca Bump eslint-plugin-prettier from 5.1.3 to 5.2.1
Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 5.1.3 to 5.2.1.
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v5.1.3...v5.2.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-01 22:19:43 +00:00
110416
340520239a fix: avoid downloading package when local cache exists (#123)
* fix: avoid downloading package when local cache exists

As mentioned in
https://github.com/Mozilla-Actions/sccache-action/issues/107,
`setup` function didn't use `find` function even though it uses
`cacheDir` to store downloaded files, which leads to redundant download.

It is not significant on GitHub-hosted runners because
`cacheDir` stores files in local file system, which is ephemeral.
However, it wastes time on self-hosted runners.

This commit adds a step to search local file system cache for sccache as
well as splitting download procedure to a dedicated function.

* fix: explicit comparison for boolean-like value
2024-07-18 12:03:11 +02:00
Sylvestre Ledru
6ab633fc85 Merge pull request #128 from Mozilla-Actions/dependabot/npm_and_yarn/typescript-5.5.3
Bump typescript from 5.4.5 to 5.5.3
2024-07-18 10:27:36 +02:00
Sylvestre Ledru
d762af42b1 Merge pull request #132 from Mozilla-Actions/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-7.16.1
Bump @typescript-eslint/eslint-plugin from 7.8.0 to 7.16.1
2024-07-18 10:27:26 +02:00
dependabot[bot]
64b5546de2 Bump @typescript-eslint/eslint-plugin from 7.8.0 to 7.16.1
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.8.0 to 7.16.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.16.1/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-18 07:53:20 +00:00
dependabot[bot]
d7fbe33efc Bump typescript from 5.4.5 to 5.5.3
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.5 to 5.5.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.5...v5.5.3)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-18 07:53:06 +00:00
Sylvestre Ledru
978947f128 Merge pull request #133 from Mozilla-Actions/dependabot/npm_and_yarn/types/node-20.14.11
Bump @types/node from 20.13.0 to 20.14.11
2024-07-18 09:52:25 +02:00
Sylvestre Ledru
e1c6d326f6 Merge pull request #134 from Mozilla-Actions/dependabot/npm_and_yarn/ts-jest-29.2.2
Bump ts-jest from 29.1.4 to 29.2.2
2024-07-18 09:52:17 +02:00
Sylvestre Ledru
88638bee9c Merge pull request #130 from Mozilla-Actions/dependabot/npm_and_yarn/eslint-plugin-jest-28.6.0
Bump eslint-plugin-jest from 28.5.0 to 28.6.0
2024-07-18 09:51:57 +02:00
dependabot[bot]
0998332e74 Bump ts-jest from 29.1.4 to 29.2.2
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.1.4 to 29.2.2.
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/kulshekhar/ts-jest/compare/v29.1.4...v29.2.2)

---
updated-dependencies:
- dependency-name: ts-jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-18 07:00:28 +00:00
dependabot[bot]
17a40c6f88 Bump @types/node from 20.13.0 to 20.14.11
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.13.0 to 20.14.11.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-18 07:00:16 +00:00
Sylvestre Ledru
f3034ae9cb Merge pull request #131 from cclauss/patch-1
Keep GitHub Actions up to date with GitHub's Dependabot
2024-07-18 08:59:01 +02:00
Christian Clauss
7839c10085 Keep GitHub Actions up to date with GitHub's Dependabot
Keep GitHub Actions up to date with GitHub's Dependabot dependabot.yml

* [Keeping your actions up to date with Dependabot](https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot)
* [Configuration options for the dependabot.yml file - package-ecosystem](https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#package-ecosystem)
2024-07-18 07:39:06 +02:00
dependabot[bot]
9b81ea6973 Bump eslint-plugin-jest from 28.5.0 to 28.6.0
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 28.5.0 to 28.6.0.
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v28.5.0...v28.6.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-01 22:50:12 +00:00
110416
bbcfdc3c11 fix: string interpolation (#122)
* fix: String interpolation uses backtick

* chore: fmt

* chore: fmt
2024-06-18 09:45:44 +02:00
Sylvestre Ledru
629028e2c7 README.md: update of the doc to point to the current version 2024-06-17 13:44:47 +02:00
Sylvestre Ledru
89e9040de8 new upstream release v0.0.5 2024-06-17 13:38:29 +02:00
Sylvestre Ledru
e87392bdf6 prepare sccache-action 0.0.5 2024-06-17 13:17:49 +02:00
Sylvestre Ledru
b4427f4656 Merge pull request #121 from Mozilla-Actions/dependabot/npm_and_yarn/prettier-3.3.2
Bump prettier from 3.2.5 to 3.3.2
2024-06-17 13:11:41 +02:00
dependabot[bot]
e759f84286 Bump prettier from 3.2.5 to 3.3.2
Bumps [prettier](https://github.com/prettier/prettier) from 3.2.5 to 3.3.2.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/3.2.5...3.3.2)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-17 09:59:17 +00:00
Sylvestre Ledru
b12911431e Merge pull request #118 from Mozilla-Actions/dependabot/npm_and_yarn/ts-jest-29.1.4
Bump ts-jest from 29.1.2 to 29.1.4
2024-06-17 11:58:17 +02:00
Sylvestre Ledru
fb41e19ae3 Merge pull request #120 from Mozilla-Actions/dependabot/npm_and_yarn/braces-3.0.3
Bump braces from 3.0.2 to 3.0.3
2024-06-17 11:58:10 +02:00
dependabot[bot]
83e296b04b Bump braces from 3.0.2 to 3.0.3
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-17 09:56:37 +00:00
Sylvestre Ledru
511fd3c7f0 Merge pull request #117 from Mozilla-Actions/dependabot/npm_and_yarn/typescript-eslint/parser-7.11.0
Bump @typescript-eslint/parser from 7.8.0 to 7.11.0
2024-06-17 11:56:19 +02:00
Sylvestre Ledru
d4fcccfce3 Merge pull request #115 from Mozilla-Actions/dependabot/npm_and_yarn/types/node-20.13.0
Bump @types/node from 20.12.11 to 20.13.0
2024-06-17 11:56:11 +02:00
Sylvestre Ledru
aece89f750 Merge pull request #113 from orf/add-notice-output
Output sccache stats as a notice and a summary table
2024-06-17 11:55:57 +02:00
dependabot[bot]
0c4d1a08d8 Bump ts-jest from 29.1.2 to 29.1.4
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.1.2 to 29.1.4.
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/kulshekhar/ts-jest/compare/v29.1.2...v29.1.4)

---
updated-dependencies:
- dependency-name: ts-jest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-01 22:50:03 +00:00
dependabot[bot]
103918ffd4 Bump @typescript-eslint/parser from 7.8.0 to 7.11.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.8.0 to 7.11.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.11.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-01 22:49:55 +00:00
dependabot[bot]
aa6abb83bc Bump @types/node from 20.12.11 to 20.13.0
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.12.11 to 20.13.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-01 22:49:34 +00:00
Thomas Forbes
ab76965574 Add % to cache hit table 2024-05-12 22:05:24 +01:00
Thomas Forbes
2f1ba39e7a Calculate percentage, add JSON stats output 2024-05-12 21:00:34 +01:00
Tom Forbes
d947000745 Output sccache stats as a notice and a summary table 2024-05-12 20:19:14 +01:00
Sylvestre Ledru
f2edb47f42 Merge pull request #114 from orf/bump-dependencies
Bump outdated CI workflows and packages
2024-05-12 21:06:22 +02:00
Tom Forbes
1e8091c415 Bump outdated CI workflows and packages 2024-05-12 13:07:40 +01:00
Sylvestre Ledru
9c0df0382a Merge pull request #109 from Alphare/my-first-contribution
chore: fix a typo in a comment
2024-04-23 11:19:42 +02:00
Raphaël Gomès
8ebd5a4380 chore: fix a typo in a comment 2024-04-23 11:04:15 +02:00
Sylvestre Ledru
7d0144b782 Merge pull request #103 from altendky/add_quotes
add missing quotes to `configure` example in readme
2024-03-05 15:19:48 +01:00
Kyle Altendorf
8272dac7aa add missing quotes to configure example in readme 2024-03-05 09:16:15 -05:00
dependabot[bot]
e1a9194714 Bump undici from 5.28.2 to 5.28.3 (#99)
Bumps [undici](https://github.com/nodejs/undici) from 5.28.2 to 5.28.3.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v5.28.2...v5.28.3)

---
updated-dependencies:
- dependency-name: undici
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-03 01:01:27 +08:00
dependabot[bot]
27a476c863 Bump eslint-plugin-jest from 27.6.0 to 27.9.0 (#101)
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 27.6.0 to 27.9.0.
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v27.6.0...v27.9.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-03 00:58:25 +08:00