Commit Graph

1576 Commits

Author SHA1 Message Date
James M. Greene 709400e808 Set HUGO_ENV* env vars instead of CLI flag
Reverts https://github.com/actions/starter-workflows/pull/1689

Fixes https://github.com/actions/starter-workflows/issues/1683
2022-08-22 16:13:12 -05:00
James M. Greene ac5313d9a6 Merge pull request #1689 from actions/pages-hugo-production
Pages: Explicitly set Hugo environment as production
2022-08-22 14:38:23 -05:00
James M. Greene 0d3c129311 Add missing backslash for multi-line continuation
Co-authored-by: Yoann Chaudet <yoannchaudet@github.com>
2022-08-22 14:37:34 -05:00
James M. Greene c7c674d47e Pages: Explicitly set Hugo environment as production 2022-08-19 11:28:44 -05:00
Sampark Sharma 8a95669da9 Merge pull request #1684 from actions/Phantsure-patch-1
Update CODEOWNERS to have pages team
2022-08-18 17:56:25 +05:30
Sampark Sharma dc77db1892 Update CODEOWNERS to have pages team 2022-08-18 12:49:49 +05:30
Sampark Sharma 6c1df3421e Merge pull request #1681 from Dylan-Rinker/patch-1
Update clj-holes.yml
2022-08-17 17:27:54 +05:30
Sampark Sharma 571a01b0f9 Merge branch 'main' into patch-1 2022-08-17 17:01:05 +05:30
Sampark Sharma bd8c7d1a00 Merge pull request #1630 from kzantow-anchore/add-anchore-sbom-action-workflow
Add Anchore Syft SBOM scan workflow
2022-08-17 17:00:35 +05:30
Keith Zantow 65d796c94f Add Anchore Syft SBOM scan workflow 2022-08-16 12:47:02 -04:00
Dylan Rinker b206471e4d Update clj-holes.yml
- Fixed a typo in the upload-sarif@v1 action 
- Commented out the rules-repository. The template will now default to rules in git://clj-holmes/clj-holmes-rules#main, but the format is preserved.
2022-08-16 09:24:41 -04:00
Sampark Sharma e03baab3aa Merge pull request #1671 from kachick/refer-stable-tag-of-deploy-pages
Refer `actions/deploy-pages` stable tag in `pages/static`
2022-08-16 18:25:43 +05:30
Sampark Sharma 63ebe9fb1e Merge branch 'main' into refer-stable-tag-of-deploy-pages 2022-08-16 18:25:07 +05:30
Sampark Sharma e7eaeb34db Merge pull request #1670 from actions/Phantsure-patch-1
Fix PR auto assign
2022-08-16 18:12:19 +05:30
Kenichi Kamiya 9bdc3e7253 Refer actions/deploy-pages stable tag in pages/static 2022-08-11 03:05:57 +09:00
Sampark Sharma aa797da6b2 Fix PR assign 2022-08-10 18:19:19 +05:30
Sampark Sharma 1c7042ea97 Merge pull request #1668 from actions/dependabot/github_actions/pozil/auto-assign-issue-1.9.0
Bump pozil/auto-assign-issue from 1.8.0 to 1.9.0
2022-08-10 17:11:22 +05:30
dependabot[bot] 552d98b770 Bump pozil/auto-assign-issue from 1.8.0 to 1.9.0
Bumps [pozil/auto-assign-issue](https://github.com/pozil/auto-assign-issue) from 1.8.0 to 1.9.0.
- [Release notes](https://github.com/pozil/auto-assign-issue/releases)
- [Commits](https://github.com/pozil/auto-assign-issue/compare/v1.8.0...v1.9.0)

---
updated-dependencies:
- dependency-name: pozil/auto-assign-issue
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-08 13:23:06 +00:00
Yoann Chaudet 9f33f37c56 Merge pull request #1649 from actions/pages/cleanup
Address feedback from PR #1645
2022-08-04 12:54:22 -07:00
Yoann Chaudet 095efcc4ae more metadata 2022-08-01 06:34:01 -07:00
Yoann Chaudet e262f54fe9 Address feedback 2022-07-28 18:39:43 -07:00
Jess Bees 4a8f18e34d Add starter workflows for Pages builds and deployments (#1645)
* commit dummy workflow

* Update nextjs.yml

* renaming

* actually do a node build

* add jekyll build & deploy

* add permissions

* update jekyll to use composite upload action

* update next to use composite upload action

* update icon yml

* change nexjs icon

* Cleanup further the Jekyll template

* add gatsby starter workflow

* fix composite error

* fix updated actions

* Add Hugo

* Apply suggestions from code review

* Inital commit for nuxtjs starter workflow

* Cleanup all templates

* Add baseUrl through an action

* Use `base_url` output for Hugo configuration

* Create static.yml

* Create static.properties.json

* clarify path

* alternative jekyll icon with only tube

* use alternate jekyll icon

* use original xvg with proper viewBox parameters

* Add paper-spa/configure-pages to starter workflows

Replaces paper-spa/setup-pages where appropriate.

* use setup-ruby action instead of our container

* Add starter workflow for GitHub Pages's legacy Jekyll build

Named `jekyll-gh-pages` so that it connotes the familiar "hands off"
build process of the Jekyll build as performed by github pages workers,
without sounding deprecated by using the words "legacy" or "classic".

* Use the static_site_generator input so we can modify the correct config

* Update gatsby.yml

* Update wording on the 'legacy' jekyll workflow

* Fix filename: this should have a json extension

* Fix filename: this should have a .properties.json extension

* Update nextjs.properties.json

* Update static.properties.json

* Fix typo in name of Gatsby

* Remove pull_request triggers

* Update to latest versions of core Actions

* Remove '--if-present' flag from 'npm run build' commands to prevent silent failure

* Perform static HTML export for Next.js

* Add '--no-install' flag to 'npx' usage

* Update Nuxt starter workflow to run 'generate'

* Default to using npm if not using yarn

* Reword 'nuxt generate' step name

* Update pages/gatsby.yml

* Update description of Jekyll starter workflow

* Add configure-pages step to static workflow

* Add configuration step to enable Pages

* Pages: Set `PREFIX_PATHS` env var for Gatsby build

* Update Next.js starter workflow to cache builds

See https://nextjs.org/docs/advanced-features/ci-build-caching#github-actions

* Update NuxtJS starter workflow to cache builds

Basically modeled after the Gatsby starter workflow

* Call out node ssg getting started + setup

* Update nuxt documentation

* Retarget actions referencing `paper-spa` to `actions`

Also point to newly published `v1` tags rather than `main` or `v0`.

Co-authored-by: yimysty <yimysty@github.com>
Co-authored-by: Tommy Byrd <tcbyrd@github.com>
Co-authored-by: Yoann Chaudet <yoannchaudet@github.com>
Co-authored-by: Timothy <tjyung@github.com>
Co-authored-by: Smitha Borkar <12040799+smithaborkar@users.noreply.github.com>
Co-authored-by: James M. Greene <JamesMGreene@github.com>
2022-07-27 18:45:54 +05:30
Sampark Sharma d8a6cbd17e Merge pull request #1647 from actions/dependabot/github_actions/peter-evans/close-issue-2
Bump peter-evans/close-issue from 1 to 2
2022-07-27 17:37:32 +05:30
dependabot[bot] d21062f26a Bump peter-evans/close-issue from 1 to 2
Bumps [peter-evans/close-issue](https://github.com/peter-evans/close-issue) from 1 to 2.
- [Release notes](https://github.com/peter-evans/close-issue/releases)
- [Commits](https://github.com/peter-evans/close-issue/compare/v1...v2)

---
updated-dependencies:
- dependency-name: peter-evans/close-issue
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-27 12:06:19 +00:00
Sampark Sharma edda97ebfb Merge pull request #1646 from actions/dependabot/github_actions/pozil/auto-assign-issue-1.8.0
Bump pozil/auto-assign-issue from 1.4.0 to 1.8.0
2022-07-27 17:35:47 +05:30
dependabot[bot] 3f209e2e12 Bump pozil/auto-assign-issue from 1.4.0 to 1.8.0
Bumps [pozil/auto-assign-issue](https://github.com/pozil/auto-assign-issue) from 1.4.0 to 1.8.0.
- [Release notes](https://github.com/pozil/auto-assign-issue/releases)
- [Commits](https://github.com/pozil/auto-assign-issue/compare/v1.4.0...v1.8.0)

---
updated-dependencies:
- dependency-name: pozil/auto-assign-issue
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-27 11:07:22 +00:00
Sampark Sharma 8ccc186490 Merge pull request #1562 from actions/phantsure/dependabot
Add dependabot to starter-workflow
2022-07-27 16:36:48 +05:30
Sampark Sharma 825ee757b4 Merge branch 'main' into phantsure/dependabot 2022-07-27 16:36:06 +05:30
Sampark Sharma 263b18defd Merge pull request #1622 from jamesmoore/main
fix: docker-publish.yml cosign command line args when multiple tags are present
2022-07-27 16:16:23 +05:30
Sampark Sharma 35d42e57bd Merge branch 'main' into main 2022-07-27 16:15:08 +05:30
Sampark Sharma e62f5e7638 Merge pull request #1638 from laurentsimon/release/bump-go
Bump version for SLSA Go builder
2022-07-20 17:17:22 +05:30
laurentsimon 4d31a0b2a1 update 2022-07-19 00:47:52 +00:00
Sampark Sharma 2aa5f81d6b Merge pull request #1305 from nschonni/packagelock-v2
chore: upgrade package-lock.json to v2
2022-07-18 17:57:14 +05:30
Sampark Sharma 3801250a22 Merge branch 'main' into packagelock-v2 2022-07-18 17:56:36 +05:30
Sampark Sharma 40639cd539 Merge pull request #1627 from andreas-nesheim/patch-1
Update dotnet.yml
2022-07-18 17:53:29 +05:30
Sampark Sharma a34f152192 Merge branch 'main' into patch-1 2022-07-13 18:29:42 +05:30
Sampark Sharma 3603e1f7d1 Merge pull request #1623 from actions/updating-dr-action-version
Update the sample version of the Dependency Review action.
2022-07-12 16:57:13 +05:30
Andreas Nesheim b8cd048775 Update dotnet-desktop.yml 2022-07-05 09:57:44 +02:00
Andreas Nesheim 313d29fe98 Update dotnet.yml 2022-07-05 09:53:27 +02:00
Federico Builes 948fdf226a Update the sample version of the Dependency Review action. 2022-06-28 17:20:56 +02:00
James Moore 4235f787e5 fix cosign command line args 2022-06-28 08:00:44 +01:00
Sampark Sharma 692c4c5260 Merge pull request #1564 from redhat-actions/add-crda-workflow
Add CRDA starter workflow and modify openshift workflow
2022-06-24 18:07:57 +05:30
divyansh42 beafd2dec2 Add CRDA starter workflow and modify openshift workflow
Signed-off-by: divyansh42 <diagrawa@redhat.com>
2022-06-24 16:25:53 +05:30
Sampark Sharma 253f98bd1f Merge pull request #1610 from dlorenc/bumpcos
Update cosign to 1.9.0
2022-06-23 16:27:08 +05:30
Sampark Sharma e9fbb76bd2 Merge branch 'main' into bumpcos 2022-06-23 16:24:42 +05:30
Sampark Sharma 1103dbd6ed Merge pull request #1619 from knqyf263/patch-1
Update trivy-action to fix the performance issue
2022-06-23 16:24:34 +05:30
Sampark Sharma 1a3f256934 Merge branch 'main' into patch-1 2022-06-23 16:23:28 +05:30
Sampark Sharma 66c4a480e9 Merge pull request #1618 from shaopeng-gh/users/shaopeng-gh/puppet-lint
Add puppet-lint starter workflow
2022-06-23 16:23:20 +05:30
Teppei Fukuda b2d74e9093 Update trivy-action to fix the performance issue
This version of trivy-action fixed an issue reported by GitHub. The detail is in https://github.com/aquasecurity/trivy/issues/2357.
2022-06-23 08:36:06 +03:00
Shaopeng Li f9a8a7ec39 fix image 2022-06-22 18:02:42 -07:00