ci: fix code scanning warnings for github action workflow files#122
ci: fix code scanning warnings for github action workflow files#122levibostian merged 1 commit intomainfrom
Conversation
…at needed them: 1. **.github/workflows/lockfile-update.yml** - Added `permissions: contents: write` (since it needs to commit and push lock file changes) 2. **.github/workflows/tests.yml** - Added `permissions: contents: read` to the test job 3. **.github/workflows/lint.yml** - Added `permissions: contents: read` to both the format and lint jobs 4. **.github/workflows/deploy-action.yml** - Already had permissions configured The permissions have been set appropriately for each workflow: - Read-only (`contents: read`) for workflows that only need to read the repository (tests, lint) - Write access (`contents: write`) for the lockfile update workflow that needs to commit and push changes
decafRunning deployments in test mode. Results will appear below. ...🟩 squash 🟩 merge method... 🌴 It will not trigger a deployment. No new version will be deployed. Learn moreLatest release: 0.9.0 Commit of latest release: ec7c774 Commits since last release: - ci: fix code scanning warnings for github action workflow files I enabled code scanning recently. I got some warnings. This change should silence them. I used to have this project setup so it would always use the latest This PR does...
This PR contains the following updates:
| Release Notesgranodigital/report-annotate (granodigital/report-annotate)Full Changelog: Full Changelog: What's ChangedFixed
Configuration📅 Schedule: Branch creation - "every weekend" in timezone 🚦 Automerge: Enabled. ♻ Rebasing: Whenever PR is behind base branch, or you tick the 🔕 Ignore: Close this PR and you won't be reminded about this update
This PR was generated by Mend Renovate. Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> This PR contains the following updates: | Package | Change | Release Notesdenoland/deno (deno)
(#31684)
(#31584)
(#31653)
(#31614) Read more: http://deno.com/blog/v2.6
(#31267)
(#31224)
(#31534)
(#31449)
(#31219)
(#31231)
(#31386)
(#31129)
(#31311)
(#31297)
(#31530)
(#31233)
(#31253)
Configuration📅 Schedule: Branch creation - "every weekend" in timezone 🚦 Automerge: Enabled. ♻ Rebasing: Whenever PR is behind base branch, or you tick the 🔕 Ignore: Close this PR and you won't be reminded about this update
This PR was generated by Mend Renovate. Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> ...🟩 rebase 🟩 merge method... 🌴 It will not trigger a deployment. No new version will be deployed. Learn moreLatest release: 0.9.0 Commit of latest release: ec7c774 Commits since last release: - Perfect! I've successfully added permissions to all workflow files that needed them:
The permissions have been set appropriately for each workflow:
I used to have this project setup so it would always use the latest This PR does...
This PR contains the following updates:
| Release Notesgranodigital/report-annotate (granodigital/report-annotate)Full Changelog: Full Changelog: What's ChangedFixed
Configuration📅 Schedule: Branch creation - "every weekend" in timezone 🚦 Automerge: Enabled. ♻ Rebasing: Whenever PR is behind base branch, or you tick the 🔕 Ignore: Close this PR and you won't be reminded about this update
This PR was generated by Mend Renovate. Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> This PR contains the following updates: | Package | Change | Release Notesdenoland/deno (deno)
(#31684)
(#31584)
(#31653)
(#31614) Read more: http://deno.com/blog/v2.6
(#31267)
(#31224)
(#31534)
(#31449)
(#31219)
(#31231)
(#31386)
(#31129)
(#31311)
(#31297)
(#31530)
(#31233)
(#31253)
Configuration📅 Schedule: Branch creation - "every weekend" in timezone 🚦 Automerge: Enabled. ♻ Rebasing: Whenever PR is behind base branch, or you tick the 🔕 Ignore: Close this PR and you won't be reminded about this update
This PR was generated by Mend Renovate. Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
Pull Request Test Coverage Report for Build 20755549891Details
💛 - Coveralls |
I enabled code scanning recently. I got some warnings. This change should silence them.