naveen
|
341ed3b311
|
chore: Set permissions for GitHub actions
Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much.
- Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
[Keeping your GitHub Actions and workflows secure Part 1: Preventing pwn requests](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/)
Signed-off-by: naveen <172697+naveensrinivasan@users.noreply.github.com>
|
2022-05-08 01:00:16 +00:00 |
|
dependabot[bot]
|
e66b2594ca
|
build(deps): bump actions/checkout from 2 to 3 (#2444)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-04-01 15:46:08 +02:00 |
|
Matthias Schiffer
|
c75d90d9ab
|
workflows: lint: switch from apt to apt-get -y , add update
Using apt in scripts is discouraged. Also add an update to hopefully fix
the lua-check installation failure in CI.
|
2022-02-01 23:22:08 +01:00 |
|
Martin Weinelt
|
ee4cd2806d
|
actions: update checkouts to v2
|
2021-08-10 22:16:08 +02:00 |
|
Martin Weinelt
|
fabc9c1c0f
|
actions: add linter actions for lua and shell script
|
2020-08-16 13:23:58 +02:00 |
|