Justin Hutchings
61d42c9d0c
Update cosign versions
2024-05-30 09:34:08 -07:00
Cory Miller
39131434ed
Fix typo in grade starter workflow
2024-05-22 10:25:41 -04:00
Josh Soref
cd4b67d0b4
Checkout: Update all workflows to use Checkout V4
2024-04-05 15:29:37 -04:00
Charly Garcia
b53d05e4b0
ci: use artisan command to run test, because this ci/laravel.yml does not work properly in laravel when uses Pest instead of PHPUnit ( #2284 )
...
Co-authored-by: Alexis Abril <alexisabril@github.com >
2024-04-01 15:12:02 -05:00
Tim Heuer
3fb9f82449
Updating dotnet CI starter workflows ( #2333 )
...
* Update dotnet.yml
Updating versions
* Update dotnet-desktop.yml
Bumping versions
* Update ci/dotnet-desktop.yml
Co-authored-by: Alexis Abril <alexisabril@github.com >
---------
Co-authored-by: Alexis Abril <alexisabril@github.com >
2024-03-12 14:08:25 -05:00
daz
d303234ad7
Update for gradle/actions@v3.1.0 release
...
- Bump version hashes to use `gradle/actions/setup-gradle@v3.1.0`
- Bump version hash to use `gradle/actions/dependency-submission@v3.1.0`
2024-02-13 14:00:27 -07:00
daz
6c7819814a
Fix typo
2024-01-31 15:07:12 -07:00
daz
51848d8b15
Remove trailing whitespace
2024-01-31 13:38:44 -07:00
daz
b0b88404ff
Improve documentation in starter workflow
...
- Remove "optional" flag from dependency-submission
- Add example of running without Gradle wrapper
- Link to action docs
2024-01-31 13:29:02 -07:00
daz
2d30c1b64c
Update for gradle/actions@v3.0.0 release
...
- Bump version hashes to use `v3.0.0` of Gradle action
- Bump to Node20-compatible versions of `actions/checkout` and `actions/setup-java`
- Replace uses of `gradle/gradle-build-action` with `gradle/actions/setup-gradle`
- Split "Setup Gradle" step out of "Run Gradle" steps
- Add separate Job using `gradle/actions/dependency-submission` (flagged as optional)
- Bump to setup JDK 17
2024-01-31 05:34:15 -07:00
CrazyMax
90c598c5ab
update docker actions to latest stable
2023-09-12 15:21:04 +02:00
Justin Goshi (from Dev Box)
d7000e06a1
Fix errors found with CI validation checks.
2023-08-09 14:15:51 -10:00
Justin Goshi (from Dev Box)
d7abf7d27d
Fix a comment
2023-08-04 14:58:59 -10:00
Justin Goshi (from Dev Box)
ed1d73eb98
Respond to PR comments
2023-08-04 06:37:11 -10:00
Justin Goshi (from Dev Box)
34455614ec
Grammar changes
2023-08-03 12:37:25 -10:00
Justin Goshi (from Dev Box)
12e30f58ec
Address a few comments on the PR
2023-08-03 12:00:16 -10:00
Justin Goshi (from Dev Box)
357ab69839
Split cmake starter workflow single/multi plaform
2023-08-01 11:10:55 -10:00
James M. Greene
ef768db78a
Merge branch 'main' into py-bump
2023-07-13 10:46:17 -05:00
James M. Greene
016d708ff7
Merge branch 'main' into patch-1
2023-07-13 10:41:53 -05:00
James M. Greene
63e6ae590c
Merge branch 'main' into main
2023-07-13 10:38:20 -05:00
James M. Greene
72d4aceb2f
Bumping version to latest
2023-07-13 10:38:10 -05:00
James M. Greene
49efc3d27f
Update ci/elixir.yml
2023-07-13 10:30:29 -05:00
James M. Greene
cbe6296a35
Update ci/elixir.yml
2023-07-13 10:30:20 -05:00
James M. Greene
d53deb532f
Merge branch 'main' into main
2023-07-13 10:28:34 -05:00
James M. Greene
749b793409
Merge branch 'main' into feature/avoid-script-injection
2023-07-13 09:51:32 -05:00
James M. Greene
a07603e5ef
Update to latest cosign versions
2023-07-13 09:51:15 -05:00
James M. Greene
346a4ffa7a
Merge branch 'main' into v-dmshib/bump-go-1.20
2023-07-13 09:41:47 -05:00
James M. Greene
8d23f219a7
Merge branch 'main' into patch-1
2023-07-13 09:30:40 -05:00
James M. Greene
830d0c7c9d
Add comment containing friendly version number
2023-07-13 09:30:22 -05:00
Natalie Somersall
356930494d
move gem workflow to ruby/setup-ruby, same as ruby
2023-07-12 15:25:09 +00:00
Dmitry Shibanov
fcf8a26d9d
bump go version and use single quotes
2023-06-19 11:47:56 +02:00
Batuhan Apaydın
b54241071a
use intermediate environment variables to avoid risks of script injection
...
Signed-off-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com >
2023-05-17 13:21:56 +03:00
Zonespace
ae3f875c79
Bumps python-package versions
...
Deprecates 3.8 and adds 3.11 for the python versions to build
2023-05-16 08:50:17 -07:00
Leo Kettmeir
4c95f1b7e4
Update denoland/setup-deno workflow
2023-05-03 12:17:51 +02:00
jcook36605
feb7e20c13
Update maven.yml
2023-04-28 17:23:42 -04:00
Stephen Chudleigh
2f530b0cd4
Update elixir.yml
...
Fixes the build error on the default build action and updates the Erlang/Elixir versions.
2023-04-26 01:21:31 -07:00
daz
744aa3940a
Update to v2.4.2 of gradle/gradle-build-action
...
This update contains important fixes and we recommend that all
new workflows use this version.
2023-04-18 12:10:27 -06:00
なつき
eeb9248ea6
Update ruby/setup-ruby for CVE-2023-28755 and CVE-2023-28756
2023-04-04 14:26:08 -07:00
Sampark Sharma
1375dc0a9d
Update comment for third party action usage ( #1960 )
...
* Update comment for third party action usage
* Update third party usage comment
* Update third party usage comment
2023-03-07 18:30:19 +05:30
Ouvill
d31bcb967a
fix update cosign version on docker-publish.yml ( #1917 )
...
upgrade cosign version
https://github.com/sigstore/cosign/releases/tag/v1.13.1
The current version is out of date and the following error occurs
```
getting signer: getting key from Fulcio: verifying SCT: updating local metadata and targets: error updating to TUF remote mirror: tuf: invalid key
```
Co-authored-by: Sampark Sharma <phantsure@github.com >
2023-02-10 13:35:33 +05:30
Mihai Maruseac
f95dae101b
Update SLSA generators to v1.4.0 ( #1884 )
...
Since GitHub's deprecation of `set-ouput`, the SLSA reusable workflows
needed to change. This PR updates them to the latest version.
Fixes https://github.com/slsa-framework/slsa-github-generator/issues/1302
Signed-off-by: Mihai Maruseac <mihaimaruseac@google.com >
Signed-off-by: Mihai Maruseac <mihaimaruseac@google.com >
Co-authored-by: Sampark Sharma <phantsure@github.com >
2023-01-03 13:48:37 +05:30
Sampark Sharma
28a47a7bc4
Add quotes to python version ( #1878 )
2023-01-03 13:42:22 +05:30
Matt Wang
65ce1d1247
Update all pinned versions of ruby/setup-ruby to latest ( #1869 )
2022-12-20 10:22:40 +01:00
Y. Meyer-Norwood
3408b65a71
Update Go version to 1.19
...
Go 1.18 will be at end of life sometime within the coming months (Q1 2023). Go 1.19 will be around until Q3 2023, by which point 1.20 will have been released.
2022-12-08 14:38:34 +13:00
jorgectf
0b50b4b579
Remove extra whitespaces
2022-11-04 20:45:41 +01:00
Luca Casonato
7714a42d7a
Update denoland/setup-deno workflow
...
This updates the version of the denoland/setup-deno action used in ci/deno.yml starter workflow to a version that uses node16, to remove the warning about node12 workflows being deprecated.
The version updated to is the latest released version, v1.1.1: https://github.com/denoland/setup-deno/releases/tag/v1.1.1
2022-10-31 14:15:11 +01:00
Sampark Sharma
5b48724dcf
Merge branch 'main' into patch-1
2022-10-28 16:03:50 +05:30
Sampark Sharma
ab6e38506f
Merge branch 'main' into patch-2
2022-10-25 16:34:23 +05:30
Justin Hutchings
c1444385ea
Mark optional and use commit SHA
2022-10-24 15:24:40 -07:00
Justin Hutchings
cf88039404
Add optional marking
2022-10-24 15:22:49 -07:00