dependabot[bot]
62612c36b7
Bump github/codeql-action from 1.0.30 to 1.0.31 ( #24891 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 1.0.30 to 1.0.31.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](8b37404d56...1a927e9307 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
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>
Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com >
2022-02-02 22:23:04 +00:00
dependabot[bot]
5596122e03
Bump github/codeql-action from 1.0.26 to 1.0.30 ( #24561 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 1.0.26 to 1.0.30.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](5f53256358...8b37404d56 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
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>
Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com >
2022-01-26 16:41:54 +00:00
Kevin Heis
55ee70e06b
Check that actions specify hashes instead of allowlist ( #24042 )
...
* Check that actions specify hashes instead of allowlist
* Fixes for unhashed version
* Update actions-workflows.js
2022-01-04 17:43:40 +00:00
James M. Greene
d6405ecb45
Optimize workflow runs with concurrency settings ( #23811 )
...
* Add concurrency settings for a bunch of workflows
* Restrict prod deployments to one at a time but disallow interrupting
* Remove redundant pull_request.types specification
2021-12-17 16:00:52 +00:00
James M. Greene
6b01293461
Add missing security-events:write permissions for CodeQL ( #23676 )
2021-12-13 23:35:03 -06:00
James M. Greene
3d88cae50b
Add permission matrices to all Actions workflows ( #23563 )
...
* Add permission matrices to all Actions workflows
Also cleanup a few token references
* Add actions:read permissions for CodeQL
* Add prs:read permissions for unit test workflow
2021-12-14 04:37:36 +00:00
dependabot[bot]
038e81826b
Bump actions/checkout from 2.3.5 to 2.4.0 ( #23297 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2.3.5 to 2.4.0.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](1e204e9a92...ec3a7ce113 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
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>
Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com >
2021-12-02 14:15:21 +00:00
dependabot[bot]
cd74b07da1
Bump actions/checkout from 2.3.4 to 2.3.5 ( #22264 )
...
* Bump actions/checkout from 2.3.4 to 2.3.5
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2.3.4 to 2.3.5.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](5a4ac9002d...1e204e9a92 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* test
* removing test, works
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Grace Park <gracepark@github.com >
2021-10-21 00:19:35 +00:00
Kevin Heis
62a8891954
Add descriptions to our actions workflows ( #18019 )
...
Co-authored-by: Sarah Edwards <skedwards88@github.com >
2021-03-23 21:31:28 +00:00
James M. Greene
fb0f3846b6
Fix a few simple workflow lint errors ( #17298 )
...
* Use 'ubuntu-latest' instead of 'ubuntu-18.04' for longevity
* Update 'branches' configurations to be sequences as expected
2021-01-15 14:01:17 +00:00
Chiedo John
849843806a
Deactivate some actions on forks ( #17226 )
...
Deactivate some actions on forks
Closes #17220
Co-authored-by: chiedo <chiedo@users.noreply.github.com >
Co-authored-by: Rachael Sewell <rachmari@github.com >
2021-01-11 13:55:13 +00:00
Robin Neatherway
0c15336198
Update codeql.yml ( #16791 )
...
Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com >
2020-12-14 17:18:11 +00:00
Nick Schonning
92740f68d7
chore: Add Prettier for Yaml formatting
...
Related to #128
- Prettier to fix indenting/quoting across files
- Manually adjust list styles to "-" style
- Ignore all translated files from automated formatting
- Drop redundant CI env variable
2020-11-16 16:12:49 -05:00
Nick Schonning
c058d4aad8
chore: Update actions/checkout to v2.3.4
2020-11-05 18:05:39 -05:00
Nick Schonning
a8804bb602
fix: Remove empty strategy on codeQL job
...
The strategy value is only valid with a matrix
2020-10-27 21:10:12 -04:00
Chiedo
bdbe7cc9e0
Update some of the actions to Shas
2020-10-15 08:45:27 -04:00
Vanessa Yuen
3df90fc9b8
Hello git history spelunker!
...
Are you looking for something? Here is all of the GitHub Docs history in one single commit. Enjoy! 🎉
2020-09-27 14:10:11 +02:00