Commit Graph
1543 Commits
Author SHA1 Message Date
Yong Yan ee2bbcf8d8 update step name 2022-05-02 01:53:59 -07:00
Sampark SharmaandGitHub ca970a2124 Fix typo 2022-05-02 12:23:29 +05:30
Anurag ChauhanandGitHub c032ee101f adding dependency review to allowed categories 2022-05-02 06:32:43 +00:00
Anurag ChauhanandGitHub 13f6b05e44 Merge branch 'main' of https://github.com/actions/starter-workflows into folder_category 2022-05-02 06:18:12 +00:00
Anurag ChauhanandGitHub 5aba279800 addressing review comments 2022-05-02 06:08:29 +00:00
Sampark SharmaandGitHub c08ecddda2 Merge pull request #1542 from 0atman/patch-1
Update setup-ruby to the latest release
2022-04-29 11:27:38 +05:30
Sampark SharmaandGitHub de5c81ef7d Merge branch 'main' into patch-1 2022-04-29 11:26:23 +05:30
Abir MajumdarandGitHub d09e57c7a3 Adding workflow for sobelow (static analysis tool for the Phoenix framework) (#1528)
* Adding sobelow workflow

* Removing setup-beam dependency

* Updating instructions
2022-04-29 00:52:57 +05:30
662e915c0f Add NeuraLegion to starter workflows (#1203)
* Added Neuralegion to starter workflows

* Using an action

* Fixed Indentation :)

* Update neuralegion.yml

Co-authored-by: Bishal Prasad <[email protected]>
2022-04-29 00:31:20 +05:30
Tristram OatenandGitHub 0ae51b0d10 fix sha 2022-04-28 10:58:56 +01:00
Yong Yan b6633ec292 Add starter workflow for hadolint 2022-04-26 22:00:20 -07:00
Marco GarioandGitHub 766066e1ea Merge pull request #1543 from adityasharad/patch-1
CodeQL starter workflow: Replace git.io links
2022-04-26 20:51:56 +02:00
Aditya SharadandGitHub a2a01a4b0b CodeQL starter workflow: Replace git.io links
git.io is deprecated.
Replace the references with full links or aka.ms links to the same documentation.
2022-04-26 02:26:34 -07:00
Tristram OatenandGitHub a52cd5a16a Update setup-ruby to the latest release
The default github action ruby template references this old commit which doesn't have any modern rubies https://github.com/ruby/setup-ruby/commit/473e4d8fe5dd94ee328fdfca9f8c9c7afc9dae5e
The fix is to update the pinned version to the latest release https://github.com/alphagov/forms-api/pull/3/commits/e3c8ad2759088a12ba9f3040d2c47c23799c8455
2022-04-25 15:02:37 +01:00
DhavalPatelPersistentandGitHub 308401f524 Update checkmarx.yml 2022-04-25 15:30:28 +05:30
Jaiveer KatariyaandGitHub ad9daa8da3 removed actions read permission from createSecret and buildImage steps (#1539) 2022-04-23 10:10:21 +05:30
c06604910c Parallelize Jobs for AKS Starter Workflows (#1534)
* Reworked AKS deployment workflows (#1403)

* rebased to partner_templates

* Renaming workflow

* Updated corresponding properties.json files for the new aks workflows under deployments.

* Updated properties.json titles for aks workflows

* Renamed SECRET_NAME to IMAGE_PULL_SECRET_NAME

* Moved permissions down to the job level

* Updated documentation links

* Updated permission for action to read

* Removing redundant permissions

* write -> read for actions

* Updated descriptions

* Less reference documentation in header

* Added comments to each AKS Starter Workflow step

Co-authored-by: Tommy Barnes <[email protected]>

* Update AKS workflows to not use imagePullSecrets (#1494)

* removing old method of adding imagePullSecrets

* fixing step casing

* For testing: Dependency review starter workflow

* changed back to image pull secret, added mask, clarified website and pull secret instructions

* made changes to other aks files

* Added back imagepullsecrets param to deploy action, reordered env vars

* changing release version of deploy action

* restructured starter workflows to parallelize secret creation and image building

* renamed to buildImage and removed extra space

* cleaned up some random newlines

* removed extra space

* removing changes from partner branch

* removing changes from partner branch

* through mistake in changing PR, two files lost step for createSecret

Co-authored-by: Tommy Barnes <[email protected]>
Co-authored-by: Tommy Barnes <[email protected]>
Co-authored-by: Israel Miller <[email protected]>
Co-authored-by: Bishal Prasad <[email protected]>
Co-authored-by: Jaiveer Katariya <[email protected]>
Co-authored-by: Jaiveer Katariya <[email protected]>
2022-04-22 13:40:20 +05:30
Jack G KafatyandGitHub a5cb76fffb Update codeql.yml 2022-04-21 13:19:45 -04:00
Jack G KafatyandGitHub bf7a4cab85 Update codeql.yml
Line 51 added the query packs by default but commented.
Lines 62-63: added better instructions
Lines 68-70 added an example which provides better detail
2022-04-21 13:09:39 -04:00
Sampark SharmaandGitHub 2b9e783627 Merge pull request #1527 from indirect/standardize-rails-name
Shorten Rails workflow name, in line with others
2022-04-20 13:18:51 +05:30
Sampark SharmaandGitHub 014522d133 Merge branch 'main' into standardize-rails-name 2022-04-20 13:17:57 +05:30
Sampark SharmaandGitHub fd2e2dca61 Merge pull request #1529 from jglick/patch-1
Update docker/build-push-action
2022-04-19 13:15:50 +05:30
Jesse GlickandGitHub 2885b083c9 Update docker/build-push-action
https://github.com/docker/build-push-action/commit/ac9327eae2b366085ac7f6a2d02df8aa8ead720a to pick up https://github.com/docker/build-push-action/pull/569
2022-04-18 15:39:08 -04:00
André ArkoandGitHub ac3c29ff5b Shorten Rails workflow name, in line with others
The workflows for Ruby, RubyGem, Jekyll, and similar are all just the name of the language, package, or framework. This name change brings Rails in line with the other starters.
2022-04-17 03:07:19 -07:00
Yong YanandGitHub 92b20ce19b Add ESLint starter workflow (#1461)
* Add ESLint starter workflow

* Specify versions

* update permission

* Add typescript to categories

* Update codeql action to v2; add comments

* address review feedbacks

* update categories
2022-04-14 11:34:48 +05:30
Anurag ChauhanandGitHub 51636c331c Merge pull request #1446 from arjundashrath/patch-12
Add token permissions for code-scanning/pmd.yml
2022-04-13 13:32:15 +05:30
Anurag ChauhanandGitHub 5a51a46097 Merge branch 'main' into patch-12 2022-04-13 12:47:24 +05:30
Sampark SharmaandGitHub 8140e379a7 Merge pull request #1405 from h0x0er/patch-8
Added github_token permission in deployments/terraform.yml
2022-04-13 12:03:42 +05:30
Sampark SharmaandGitHub b25e63892a Merge branch 'main' into patch-8 2022-04-13 12:03:07 +05:30
Sampark SharmaandGitHub 6f1fd4e09a Merge pull request #1429 from h0x0er/patch-14
Add github_token permission in deployments/alibabacloud.yml
2022-04-13 11:55:51 +05:30
Sampark SharmaandGitHub f17ae3e898 Merge branch 'main' into patch-14 2022-04-13 11:55:22 +05:30
Sampark SharmaandGitHub 5d6968eae8 Merge pull request #1482 from Devils-Knight/permks-7
Add token permissions for deployments/tencent.yml
2022-04-13 11:48:32 +05:30
Sampark SharmaandGitHub fe3aca603b Merge branch 'main' into permks-7 2022-04-13 11:47:46 +05:30
Sampark SharmaandGitHub 8305a2c54f Merge pull request #1413 from arjundashrath/patch-5
Add token permissions for deployments/aws.yml
2022-04-13 11:44:50 +05:30
Sampark SharmaandGitHub 608ce4de6f Merge branch 'main' into patch-5 2022-04-13 11:40:16 +05:30
Sampark SharmaandGitHub 7d1db56a56 Merge pull request #1521 from frecks/go-1.18
chore: Update go version to 1.18
2022-04-13 11:23:43 +05:30
Andrew FreckeltonandGitHub 930435b82c Merge branch 'main' into go-1.18 2022-04-12 02:18:38 -04:00
Sampark SharmaandGitHub 0766923eb9 Merge pull request #1523 from actions/bishal-pdMSFT-patch-2
Add Actions team as CODEOWNERS for code-scanning starter workflows
2022-04-12 11:35:34 +05:30
Sampark SharmaandGitHub 3b0a54ee6b Merge branch 'main' into bishal-pdMSFT-patch-2 2022-04-12 11:34:09 +05:30
Sampark SharmaandGitHub 1d0d484dfe Merge pull request #1522 from actions/bishal-pdMSFT-patch-1
Remove creator property from rust-clippy
2022-04-12 10:57:48 +05:30
Bishal PrasadandGitHub ae0ff4dd3a Add Actions team as CODEOWNERS for code-scanning starter workflows 2022-04-12 10:29:04 +05:30
Bishal PrasadandGitHub 94d3aff4c6 Remove creator property from rust-clippy
This is owned by @josepalafox's BD team in GitHub.
2022-04-12 10:27:04 +05:30
66f87f9dfe Add clj-watson starter workflow (#1460)
* Add clj-watson starter workflow

* update permissions

* update to latest release

* Update clj-watson-action to official release

* Update code-scanning/clj-watson.yml

Co-authored-by: Matheus Bernardes <[email protected]>

* Update code-scanning/clj-watson.yml

Co-authored-by: Matheus Bernardes <[email protected]>

* update categories

* update categories

* Update code-scanning/clj-watson.yml

Co-authored-by: Matheus Bernardes <[email protected]>

* Update code-scanning/properties/clj-watson.properties.json

Co-authored-by: Bishal Prasad <[email protected]>

* Update code-scanning/clj-watson.yml

Co-authored-by: Matheus Bernardes <[email protected]>

* add comments to yml file

* Update clj-watson.properties.json

* use codeql-action/upload-sarif v2

Co-authored-by: Matheus Bernardes <[email protected]>
Co-authored-by: Bishal Prasad <[email protected]>
2022-04-12 10:11:27 +05:30
Andrew Freckelton 9e81e73fe1 chore: Update go version to 1.18 2022-04-11 15:04:06 -04:00
Sampark SharmaandGitHub 70f16d3552 Merge pull request #1493 from christophe-havard-sonarsource/main
SonarCloud in Security Workflows
2022-04-11 13:08:14 +05:30
Sampark SharmaandGitHub cef213664b Merge branch 'main' into main 2022-04-11 13:07:25 +05:30
André BedranandGitHub eeb7d2860d Removes " Simulator" substring from device name. (#1470) 2022-04-11 01:16:50 +05:30
970a7b5255 Update the cosign-install action and default version from 1.4.0 to 1.… (#1452)
* Update the cosign-install action and default version from 1.4.0 to 1.5.1.

Signed-off-by: Dan Lorenc <[email protected]>

* Update to 1.7.1 and the latest cosign-installer action.

Signed-off-by: Dan Lorenc <[email protected]>

Co-authored-by: Bishal Prasad <[email protected]>
2022-04-10 23:36:23 +05:30
Bishal PrasadandGitHub 53ed8ca56f Merge branch 'main' into main 2022-04-10 23:20:32 +05:30
Anthony RousselandGitHub d80712faf4 Disable Terraform interactive prompts during apply & plan (#1467) 2022-04-10 18:59:47 +05:30