Browse Source

Potential fix for code scanning alert no. 7: Workflow does not contain permissions

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
pull/581/head
Pier CeccoPierangioliEugenio 2 months ago committed by GitHub
parent
commit
9288c0ca1e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      .github/workflows/testing.yml

3
.github/workflows/testing.yml

@ -1,5 +1,8 @@
name: Testing
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

Loading…
Cancel
Save