Skip to content

Commit

Permalink
fix: security findings resolved and fixed (#130)
Browse files Browse the repository at this point in the history
* fix: security findings resolved and fixed

* fix: security findings reversed on codeql
  • Loading branch information
ivgonzalezc authored Oct 1, 2024
1 parent eab5b94 commit efee74e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
workflow_dispatch:

permissions:
contents: write
contents: read

jobs:
golint:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
workflow_dispatch:

permissions:
contents: write
contents: read

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonarqube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
workflow_dispatch:

permissions:
contents: write
contents: read

jobs:
unit-testing:
Expand Down

0 comments on commit efee74e

Please sign in to comment.