Commit Graph

2060 Commits

Author SHA1 Message Date
Jonathan Tamsut 0582bb6eb4 Merge pull request #2082 from IAmATeaPot418/js/endorlabs-update
Add Endor Labs code scanning workflow
2023-06-15 10:59:40 -07:00
Jamie Scott 03ce4e088f Fix Linter Issues 2023-06-15 10:36:30 -07:00
Jamie Scott ebf081c724 Merge branch 'main' into js/endorlabs-update 2023-06-15 09:17:45 -07:00
Jamie Scott 6da5a650b9 Update case and spacing 2023-06-15 09:13:08 -07:00
Jamie Scott c6e2cb88e6 Add comments header 2023-06-15 09:11:51 -07:00
Jonathan Tamsut d8c5f8eb3e Merge pull request #1918 from eroullit/psalm-starter-workflow
Psalm starter workflow
2023-06-15 08:45:51 -07:00
Jonathan Tamsut 768f356939 Merge branch 'main' into psalm-starter-workflow 2023-06-14 11:20:12 -07:00
Jamie Scott 10d0b40d4c Merge branch 'main' into js/endorlabs-update 2023-06-13 21:55:53 -07:00
Jonathan Tamsut 455606dd9b Merge pull request #2091 from henrymercer/patch-1
CodeQL: Update autobuild comment
2023-06-13 11:05:34 -07:00
Jonathan Tamsut fef79f799e Merge branch 'main' into patch-1 2023-06-13 11:04:08 -07:00
Jamie Scott 018bc70643 Update endorlabs.yml 2023-06-12 19:08:58 -07:00
Jamie Scott 9988e13794 Update endorlabs.yml 2023-06-12 19:08:27 -07:00
Jamie Scott fae93dfd03 Update endorlabs.properties.json 2023-06-12 19:05:57 -07:00
Jonathan Tamsut d307831c5e Merge pull request #1927 from ElizabethBarrord/add-credo-workflow
adding credo workflow
2023-06-12 10:50:17 -07:00
Henry Mercer 47e25f9095 CodeQL: Update autobuild comment
Add Swift to the list of compiled languages that autobuild will try to build.
2023-06-12 11:13:06 +01:00
ElizabethBarrord bb9bbc31d8 add line at eof and adding icon 2023-06-07 17:28:33 -05:00
ElizabethBarrord 64aaaf712e Merge branch 'actions:main' into add-credo-workflow 2023-06-07 17:12:20 -05:00
Jamie Scott ea40b7a267 Update to commit sha 2023-06-06 20:22:38 -07:00
Jamie Scott 43f7851be3 Change to specified version 2023-06-06 20:20:00 -07:00
Jamie Scott 437d407a8a add Endor Labs 2023-06-06 16:22:48 -07:00
Issy Long 7b8ec19aaa Merge pull request #2012 from actions/codeql-add-swift
Add Swift to the list of CodeQL-supported languages
2023-06-02 09:51:19 +01:00
Issy Long 5eb502afa5 Merge branch 'main' into codeql-add-swift 2023-06-02 09:50:06 +01:00
Beth Brennan 6ad4c76d4f Merge pull request #2056 from adityasharad/patch-3
CodeQL: Reduce job timeout to 2h if the target language is Swift
2023-05-31 15:17:17 -04:00
Beth Brennan 3a1c3270ec Merge branch 'main' into patch-3 2023-05-31 13:47:55 -04:00
Beth Brennan 8d2069cee7 Merge pull request #2071 from actions/elbrenn/update-codeowners
Update CODEOWNERS
2023-05-31 13:47:26 -04:00
Beth Brennan ee518ae76c Update CODEOWNERS 2023-05-31 13:38:11 -04:00
Aditya Sharad b015c848b6 CodeQL: Reduce job timeout to 2h if the target language is Swift
Some projects observed intermittent build timeouts with Swift.
In case this happens, and our CodeQL-level mitigations do not prevent the problem, we want to avoid using up 6h of the customer's billed macOS Actions minutes (which is the default timeout), so we suggest a reduced timeout of 2h.

This value is chosen to accommodate the total job time (build + CodeQL extraction + CodeQL analysis) we expect for large Swift projects. We may choose to adjust it in future.
2023-05-22 10:10:15 -07:00
Beth Brennan 87fbe43482 Merge pull request #2027 from tblanarik/tblanarik/fix-starter-workflow-branch
Corrects the syntax for `on: push: branches:` so that the array is inline
2023-04-25 09:55:59 -04:00
Trevor Blanarik d841affe4c corrects the syntax for so that the array is inline 2023-04-24 15:53:48 +00:00
James M. Greene d397c60443 Merge pull request #1998 from actions/dependabot/github_actions/actions/stale-8
Bump actions/stale from 7 to 8
2023-04-18 15:55:41 -05:00
dependabot[bot] d4482bb582 Bump actions/stale from 7 to 8
Bumps [actions/stale](https://github.com/actions/stale) from 7 to 8.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/stale/compare/v7...v8)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-18 20:55:06 +00:00
Marco Gario 7493daf36d Merge pull request #2018 from adityasharad/patch-2
CodeQL: Run on macOS by default if the target language is Swift
2023-04-18 20:45:14 +02:00
Marco Gario 5f39b23835 Merge branch 'main' into patch-2 2023-04-18 20:29:41 +02:00
James M. Greene f930c61f6d Merge pull request #2013 from marcospgp/patch-1
Update `github.event.inputs` to `inputs` in manual.yml
2023-04-18 11:21:42 -05:00
James M. Greene 1c781c4e6a Add data type to workflow_dispatch inputs 2023-04-18 11:20:09 -05:00
Aditya Sharad 73f69c4600 CodeQL: Run on macOS by default if the target language is Swift
CodeQL Swift analysis is best supported on macOS.

In preparation for CodeQL supporting Swift analysis in beta,
adjust the CodeQL starter workflow template to run the `swift` matrix job on `macos-latest`, and all other matrix jobs on
`ubuntu-latest`. This does not affect the matrix itself.
2023-04-17 12:06:44 -07:00
Marcos Pereira 6a1457d1e2 Update manual.yml 2023-04-14 23:02:17 +01:00
Issy Long b9b8227591 Add Swift to the list of CodeQL-supported languages
- This is in public beta.
2023-04-11 15:40:06 +01:00
James M. Greene 5f2e555056 Merge pull request #2000 from ntkme/update-setup-ruby
Update ruby/setup-ruby for CVE-2023-28755 and CVE-2023-28756
2023-04-05 19:09:51 -05:00
なつき eeb9248ea6 Update ruby/setup-ruby for CVE-2023-28755 and CVE-2023-28756 2023-04-04 14:26:08 -07:00
James M. Greene 9e75fa6b32 Merge pull request #1994 from JoshuaKGoldberg/packager-manager-typo
chore: fix package(r) manager typo
2023-03-27 17:19:35 -05:00
James M. Greene 5f66d94535 Merge branch 'main' into packager-manager-typo 2023-03-27 17:18:00 -05:00
James M. Greene d822156a0f Merge pull request #1991 from actions/deploy-pages-v2
Update all Pages starter workflows to use actions/deploy-pages@v2
2023-03-27 17:15:35 -05:00
Josh Goldberg b294ad2ff3 chore: fix package(r) manager typo 2023-03-27 18:14:42 -04:00
ElizabethBarrord dda2aa56ea Merge branch 'main' into add-credo-workflow 2023-03-24 09:23:52 -05:00
ElizabethBarrord fc5ffa2714 removed whitespace 2023-03-24 14:14:25 +00:00
James M. Greene f31b00f6cc Update all Pages starter workflows to use actions/deploy-pages@v2 2023-03-20 23:25:38 -05:00
Hanxiao Liu 20496ebfca Add workflow for Azure Function App with Gradle (#1963)
* Add starter workflow for Azure Function App with Gradle

* Mark as preview

* Fix properties for function gradle template

* Add workflow and job level permissions to function gradle template

---------

Co-authored-by: Sampark Sharma <phantsure@github.com>
2023-03-16 15:40:14 +05:30
James M. Greene b4e97ff497 Merge pull request #1984 from actions/pages-concurrency-fix
Update `concurrency.cancel-in-progress` to `false` for all Pages starter workflows
2023-03-14 11:06:25 -05:00
James M. Greene e1b880edf0 Merge branch 'main' into pages-concurrency-fix 2023-03-14 11:05:39 -05:00