rollbar / terraform-provider-rollbar

Terraform provider for Rollbar
https://rollbar.com
MIT License
28 stars 13 forks source link

Update codeql and github token permissions #403

Closed waltjones closed 2 months ago

waltjones commented 2 months ago

Description of the change

Fix warnings and update to v2.

Error: This version of the CodeQL Action was deprecated on January 18th, 2023, and is no longer updated or supported. For better performance, improved security, and new features, upgrade to v2. For more information, see https://github.blog/changelog/2023-01-18-code-scanning-codeql-action-v1-is-now-deprecated/ Warning: 2 issues were 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. Please make sure that every branch in on.pull_request is also in on.push so that Code Scanning can compare pull requests against the state of the base branch.

Also fixes a github token permissions issue as described in https://github.com/github/codeql/issues/8843 .

Type of change

coveralls commented 2 months ago

Pull Request Test Coverage Report for Build 9864063504

Details


Totals Coverage Status
Change from base Build 8908048250: 0.0%
Covered Lines: 1480
Relevant Lines: 1607

💛 - Coveralls
codeclimate[bot] commented 2 months ago

Code Climate has analyzed commit c69b319c and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 92.0% (0.0% change).

View more on Code Climate.

pawelsz-rb commented 2 months ago

this change was applied in PR #402 , thank you for fixing it.