Isaac Connor
034ae4905b
Merge pull request #3500 from ZoneMinder/dependabot/github_actions/actions/checkout-3
...
Bump actions/checkout from 2 to 3
2022-06-06 12:11:35 -04:00
dependabot[bot]
c4d2385e57
Bump actions/checkout from 2 to 3
...
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>
2022-06-06 14:47:56 +00:00
dependabot[bot]
5e3656cab6
Bump github/codeql-action from 1 to 2
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 1 to 2.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-06 14:47:53 +00:00
neilnaveen
950dfa1ecf
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: neilnaveen <42328488+neilnaveen@users.noreply.github.com>
2022-06-03 01:08:38 +00:00
Isaac Connor
dd86be0811
Add libavdevice-dev
2022-04-21 10:32:51 -04:00
Isaac Connor
133553e630
Revert "Merge pull request #3119 from Carbenium/fmt"
...
This reverts commit 90d930c7c3
, reversing
changes made to 0bcb9d276f
.
2022-02-27 14:05:14 -05:00
Isaac Connor
4027520b94
fix removed libfmt-dev package
2021-11-16 15:19:30 -05:00
Isaac Connor
a2ae63cefe
Merge branch 'master' into fmt
2021-11-16 15:10:45 -05:00
Peter Keresztes Schmidt
5c96eedac8
Build: Remove dependency on libavdevice
...
We currently don't use the library so don't depend on it.
2021-06-05 15:08:38 +02:00
Peter Keresztes Schmidt
b81689aa3f
Remove libgcrypt as dependency
...
GnuTLS used gcrypt as backend but switched in ~2011 to nettle.
Thus we don't need to/shouldn't depend on it.
2021-05-29 21:37:30 +02:00
Isaac Connor
354d7d8c04
add libjwt to codeql build
2021-03-23 15:46:53 -04:00
Isaac Connor
f4cb4ec5b3
Remove mp4v2-dev dependency
2021-03-09 09:10:56 -05:00
Peter Keresztes Schmidt
1a6b26f2ab
build: Add fmt as a required dependency
2021-03-01 22:43:02 +01:00
Peter Keresztes Schmidt
d68eeabb54
CodeQL: Exclude dep/ from analysis
2021-02-28 22:25:21 +01:00
Peter Keresztes Schmidt
5bc21a113c
CI/GitHub: Remove checkout step which throws a deprecation warning.
...
The warning:
1 issue was detected with this workflow: git checkout HEAD^2 is no longer necessary. Please remove this step as Code Scanning recommends analyzing the merge commit for best results.
2021-02-03 01:01:35 +01:00
Isaac Connor
1c54efa88d
Add apt-get update so that we don't get 404 errors
2020-10-02 12:59:56 -04:00
Isaac Connor
edf3d989b5
correct the version on libjpeg-turbo
2020-10-02 12:56:09 -04:00
Isaac Connor
db7cfede4a
Put back dependency install only using sudo now
2020-10-02 12:45:49 -04:00
Isaac Connor
9fec7c8e5a
Update codeql-analysis.yml
...
remove dependencies, need to figure out how to make it install them. Just do submodule init for now.
2020-10-01 17:11:20 -04:00
Isaac Connor
160520b3bf
Update codeql-analysis.yml
...
install dependencies before auto build
2020-10-01 15:50:35 -04:00
Isaac Connor
bf66903e2e
Update codeql-analysis.yml
...
Add submodule init
2020-10-01 14:10:55 -04:00
Isaac Connor
fbded3eb20
Update codeql-analysis.yml
...
Add some build dependencies
2020-10-01 14:07:11 -04:00
Isaac Connor
5f93941755
Create codeql-analysis.yml
...
Let's try out github code scanning
2020-10-01 13:34:52 -04:00